I am able to establish a terminal connection with the cellular modem (H5), issue AT commands and obtain a PDP context where I can ping an IP address. I’m using minicom to do this. Is there some way to accomplish this without using minicom (i.e. entering a terminal console and exiting when I’m done)?
I would like to be able to run a program (Python script preferably) where I initialize the IP link (through AT commands) and then send to the modem packets to be forwarded over the air. I would like to have a serial communications link where I send an AT command and receive the response before sending the next AT command. How might I do this?