atcom
atcom copied to clipboard
I installed atcom as described, however I cannot connect to the Telit modem. Any AT commands result in the same error. ``` pi@raspberrypilte:~ $ atcom --port /dev/ttyUSB2 -b 115200 AT...
When I try to send text messages via "atcom AT+CMGS=\"my_phone_number\", \"CR\", \"Text message text\", I always get a timeout error. I'm able to send other AT commands without issue. I...
timeout was not correctly exiting the get_response loop, so, a RuntimeError has been added to the else check.