7 years, 4 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:

The MultiConnect® mDot™ offers significantly longer range and improved radio performance compared to traditional wireless solutions—resulting in greater transmission range and reduced capital expense.

3 Answers

7 years, 3 months ago.

AT Command source code is available here. https://developer.mbed.org/teams/MultiTech/code/Dot-AT-Firmware/

7 years 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 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