Info
La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.
couldn't open twain device. check cables.
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
hay guys i use matlab to acces my scanner using CMD TWAIN. for a while i use it properly but now i can't use my cmd twain and got notif like that. how to solved it?? i have check the cbale and it's normal but still got that warnning. please help me to solve it.
1 comentario
Respuestas (1)
Simar
el 30 de Jul. de 2024
Hi Rizqi,
As per my understanding you are experiencing issues with accessing scanner using CMD TWAIN in MATLAB. Here are some workarounds that can be explored to troubleshoot and potentially resolve the issue:
1. Check MATLAB Compatibility: Ensure the version of CMD is compatible with the version of MATLAB in use. Refer to compatibility information on the CMD TWAIN download page or in its documentation.
2. Update Drivers: Ensure the scanner drivers are up to date. Can find the latest drivers on the scanner manufacturer's website.
3. Check MATLAB Path: Ensure that CMD TWAIN files are correctly added to the MATLAB path. Add path using “addpath” function in MATLAB.
addpath('C:\path\to\cmdtwain');
4. Test CMD TWAIN Outside MATLAB: Test CMD TWAIN functionality outside of MATLAB to ensure that the issue is not MATLAB-specific. Use a simple command prompt or a different application that supports TWAIN to test the scanner.
5. MATLAB Error Messages: Pay attention to any specific error messages MATLAB provides when using CMD TWAIN. These messages can give clues about what might be going wrong.
Refer to the CMD TWAIN documentation for any specific troubleshooting steps or known issues. If none of the above steps resolve the issue, consider reaching out to CMD TWAIN support or the scanner manufacturer's support for further assistance.
Please refer to the following links-
- Documentation- https://www.gssezisoft.com/Products/CmdTwain/Help/cmdtwain.html
- Support- https://www.gssezisoft.com/Products/CmdTwain/Help/cmdtwain.html#contact
Hope it helps!
Best Regards,
Simar
0 comentarios
La pregunta está cerrada.
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!