Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
7 years, 11 months ago.
AT Command Library
Hi,,
I'm use the mdot via AT commands. I'd like to know ifyou have a c/c++ library to do that (i.e. send and parses the appropriate AT commands)?
Thanks Tony HUy
Question relating to:
3 Answers
7 years, 10 months ago.
AT Command source code is available here. https://developer.mbed.org/teams/MultiTech/code/Dot-AT-Firmware/
7 years, 7 months ago.
We've produced an AT command parser - https://github.com/ARMmbed/ATParser.
This AT command parser is in use for ESP8266 WiFi Interface - https://github.com/ARMmbed/esp8266-driver as well as the MulitTech dragonfly cellular interface - https://github.com/ARMmbed/mtsas-driver.
These are compatible with mbed-os.
7 years, 7 months ago.
You look like you're all set with the official libs. If you need something that it can't do, you can check out my AT library (not mDot aware)
https://github.com/malachi-iot/atcommander
I put it together because I wanted a few more capabilities than the ATParser had to offer