mirror of
https://github.com/clockworkpi/uConsole.git
synced 2025-12-12 10:08:50 +01:00
Updated How to make phone call send sms with 4G extension (markdown)
parent
7a86bb8864
commit
4b491bda0d
@ -2,6 +2,8 @@ First we need [power on the 4G extension](https://github.com/clockworkpi/uConsol
|
|||||||
|
|
||||||
Then use [AT commands](https://github.com/clockworkpi/uConsole/blob/master/SIM7500_SIM7600%20Series_AT%20Command%20Manual_V3.00.pdf) to do the jobs in uConsole
|
Then use [AT commands](https://github.com/clockworkpi/uConsole/blob/master/SIM7500_SIM7600%20Series_AT%20Command%20Manual_V3.00.pdf) to do the jobs in uConsole
|
||||||
|
|
||||||
|
We use /dev/ttyUSB3 as AT port
|
||||||
|
|
||||||
## Check sim card if is ready
|
## Check sim card if is ready
|
||||||
```
|
```
|
||||||
echo -en "AT+CPIN?\r\n" | sudo socat - /dev/ttyUSB3,crnl
|
echo -en "AT+CPIN?\r\n" | sudo socat - /dev/ttyUSB3,crnl
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user