Files
MuditaOS/test/phone_sim_check.py
pholat 2b275d7951 [EGD-2571] added GSM command sending & small refactor
* added GSM AT commands on 'Commands' channel
* refactor (for better console/script) handling
* docs update
* GSM request asynch send back on uart to requester
2020-02-11 08:41:26 +00:00

6 lines
95 B
Python

#!/bin/python
from harness.uart import conn, log
conn.gsm("AT+CPIN?\r");
print(conn.read(10))