Crates.io | shield-sim7000 |
lib.rs | shield-sim7000 |
version | 1.0.0-alpha.2 |
source | src |
created_at | 2022-01-12 20:45:52.662923 |
updated_at | 2022-01-13 00:12:21.114488 |
description | This crate provides clients for the SIM7000 series of shields. |
homepage | |
repository | |
max_upload_size | |
id | 513009 |
size | 10,445 |
This crate provides clients for the SIM7000 series of shields.
Features | Available (✅/❌) |
---|---|
HTTP | ❌ |
MQTT | ❌ |
TCP | ❌ |
GNSS | ❌ |
GSM | ❌ |
You can use https://www.celersms.com/at-emulator.htm to Emulate a serial port.
Update shell script and add 2001 to AT_PORT
variable.
Install socat
to transpose TCP socket into serial port
socat pty,link=/dev/virtualcom0,raw tcp:127.0.0.1:2001