sim800 0.0.2

sim800 is a crate allowing for a good level of abstraction between SIM800 series modem (SIM800L, SIM800H), project development begins Q2 2023
Documentation
1
2
3
4
5
6
7
8
9
//! # SIM800
//!
//! `sim800` is a crate managing the communication with SIMCom SIM800 L/H modules. It handles
//! connection to a serial port on which a sim module receiving AT commands is connected.
//! a new instance can be configured passing a Sim800Config
//!
//! ## Roadmap
//!
//! The project will begin active development during Q2 2023, frequent updates will be provided