Skip to content

Error: Serial port or modem disconnected #90

Answered by thess
sluggo asked this question in Q&A
Discussion options

You must be logged in to vote

The following from the log:

Looking for modem on /dev/ttyACM0
_send_and_read('AT','OK',5)
'0\r'
>>>_read_response('OK',5) timed out
Failed to detect a compatible modem on /dev/ttyACM0

Shows the problem. It appears your modem DCE Response Format is set for numeric result codes. It returned '0' instead of 'OK' when probed. CA could handle this situation with some code changes but for now, you can send ATV1 (usually the default) directly to your modem using a terminal emulator (minicom in your case) and then re-run CA.

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@sluggo
Comment options

Comment options

You must be logged in to vote
1 reply
@sluggo
Comment options

Answer selected by sluggo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants