When trying to use the atcom command (found here: https://pypi.org/project/atcom) it keeps returning an error.
The error looks like this:
[ERR] Couldn’t open serial communication
I’m using Sixfab’s 5G modem kit and run AT commands (to view RF metrics, for example) without entering the minicom menu.
My command looks like this:
atcom -p /dev/ttyUSB2 -b 115200 AT
I was expecting an output identical to what I would get in the minicom menu, which is a simple:
OK
Instead I got the error you see above. Please help!