Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

couldn't open twain device. check cables.

2 Ansichten (letzte 30 Tage)
rizqi basith
rizqi basith am 19 Jul. 2024
Geschlossen: Walter Roberson am 30 Jul. 2024
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 Kommentar
Walter Roberson
Walter Roberson am 30 Jul. 2024
This is not a question about MATLAB.

Antworten (1)

Simar
Simar am 30 Jul. 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-
Hope it helps!
Best Regards,
Simar

Diese Frage ist geschlossen.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by