sudo apt-get install minicom
First of all you must open by command:
sudo minicom -D /dev/ttyUSB2
For editing press: CTRL + A and then press E
For exit: CTRL + A and then press X
In Minicom, a delete command does not exist β you overwrite instead.
The port /dev/ttyUSB2 is used for input and output as well. Keep in mind that some logs can overwrite your command, which is painful when you type long commands.
In Minicom there are two types of commands.
AT<COMMAND>=<PARAMETER>
AT+QGPS=1
AT+<COMMAND>?
AT+<COMMAND>="<OPTION>",<VALUE>
AT+QGPSCFG="autogps",1
AT+<COMMAND>="<OPTION>"
AT
OK
ATI
AT+CSQ
+CSQ: <RSSI>,<BER>
AT+CPIN?
+CPIN: READY
SIM PIN
AT+CREG?
+CREG: <n>,<stat>
AT+COPS?
AT+CGDCONT=1,"IP","your.apn"
"your.apn"
ATD*99#
ATH
0
1
AT+QGPSCFG="outport","none"
"uart1"
"usb"
"none"
AT+QGPSLOC?
AT+QGPSGNMEA="GGA"
"GGA"
"RMC"
"GSV"
AT+CPMS?
AT+CMGF=1
AT+CMGS="phone_number"
AT+QENG="servingcell"
AT+QCFG="usbnet",1
AT+CFUN=1,1
AT+QGPSCFG="nmeasrc",1
AT+QGPSGNMEA
+QGPSGNMEA: $GPGGA,103647.0,3150.721154,N,11711.925873,E,1,02,4.7,59.8,M,-2.0,M,,*77
Example: +QENG: "servingcell","NOCONN","LTE","FDD",230,02,668DD5C,387,3750,8,3,3,5F3,-84,-10,-51,13,7
+QENG: "servingcell","NOCONN","LTE","FDD",230,02,668DD5C,387,3750,8,3,3,5F3,-84,-10,-51,13,7
"servingcell"
"NOCONN"
SRV
NOCONN
LIMSRV
"LTE"
"FDD"