Support Library for Multitech Serial Modem and M2X

For questions and comments on programming in general. And for any items that don't fit into the forums below.

Moderators: Benj, Mods

Post Reply
Sheadaniel
Posts: 1
Joined: Fri Jan 29, 2016 5:33 am

Support Library for Multitech Serial Modem and M2X

Post by Sheadaniel »

New to Flowcode but other engineers I work with are using it. We are programming a Pic 24 and I'm looking for a way to transmit data to ATT M2X service. M2X requires API calls to push data to the cloud and I've found plenty of C++ examples but not clear how we would make this work in Flowcode.

C++ Example: https://github.com/attm2x/m2x-serial-mo ... /README.md

Are there any featuresin Flowcode that would support libraries like this? Anyone tried doing something like this? Is there a simpler solution? Any help would be appreciated.

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Support Library for Multitech Serial Modem and M2X

Post by Benj »

Hello,

Arduino libraries can be converted into Flowcode macros to make a component fairly easily but it is a manual process.

Have a go at replicating the functions as macros and then if you get stuck you can post what you have so far and we will try and help out.

Post Reply