microsoft / devicescript

TypeScript for Tiny IoT Devices (ESP32, RP2040, ...)
https://microsoft.github.io/devicescript/
MIT License
3.29k stars 121 forks source link

AT Command framework #585

Open pelikhan opened 1 year ago

pelikhan commented 1 year ago

A large set of modems and GPS devices use AT commands over serial to communicate.

We should have a base framework to parse and assemble such messages.