import serial ser = serial.Serial('/dev/ttyACM0', 115200, timeout=1) ser.write(b'AT+CSQ\r\n') response = ser.read(100) print(response.decode()) ser.close()
Install and add config:
Some of the key benefits of the ZTE AT interface driver include:
(ZTE MF833U1): COM3 = AT, COM4 = PCUI, COM5 = GPS
: Manually locating and updating the Windows AT Interface driver is often described as "unbearable" for non-technical users due to the time required and the risk of selecting the wrong sub-model. Security Concerns
sudo picocom -b 115200 /dev/ttyACM0 # or screen /dev/ttyUSB0 115200
Enabling the computer to send/receive text messages or manage voice calls via the connected device.