mirror of
https://github.com/clockworkpi/uConsole.git
synced 2025-12-12 10:08:50 +01:00
Updated How to upgrade 4G extension firmware (markdown)
parent
d3f23e135c
commit
31062d82c5
@ -196,6 +196,14 @@ https://techship.com/faq/how-to-automated-connection-establishment-with-sim7600-
|
||||
|
||||
# Useful AT commands
|
||||
|
||||
* check firmware version
|
||||
```
|
||||
echo -en "AT+GMR\r\n" | sudo socat - /dev/ttyUSB2,crnl
|
||||
+GMR: LE20B04SIM7600G22
|
||||
OK
|
||||
|
||||
```
|
||||
|
||||
* check sim card status
|
||||
```
|
||||
echo -en "AT+cpin?\r\n" |sudo socat - /dev/ttyUSB2,crnl
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user