I am running ubuntu 22 on a PI4 with a Sixfab LTE Base Hat utilizing the Telit LE910C4 module. I start the module through nmcli on boot, and I can connect and move data across the network successfully. I’d like to use atinout or minicom to execute a series of AT commands but I cant seem to connect with the apps.
I have the USB cable connected from the hat to the PI. syslog shows the gsm modem on ports USB0-4; then the connection happens with the appropriate IP, DNS, etc being registered. Routes are setup, then data starts transmitting.
I performed a modeprobe options; then echo the 1bc7 & 1201 to the new_id file; I try to connect with minicom using -D /dev/ttyUSB/0/1/2/3/4; then typing a simple AT - without any visual response.
Do I need to physically move jumpers, or transmit on GPIOs to enable USB comms? I did not see that in any of the documentation.
Hope this is clear. This seems to be a simple config issue; although I am stumped.
TIA
Chuck