rt009 0 Posted February 17, 2019 Share Posted February 17, 2019 I am looking for a library for sim800 and i am using energia compiler. I am working on certain project on which i suppose to interface sim800c with msp430G2553. i am doing basic coding of tcp/ip and http as well in that interfacing part. please suggest if there is any library available. Quote Link to post Share on other sites
Rei Vilo 695 Posted February 17, 2019 Share Posted February 17, 2019 Don't expect much from the MSP430G2553 as it only features 512 bytes of RAM. Porting an Arduino library to Energia Quote Link to post Share on other sites
rt009 0 Posted February 18, 2019 Author Share Posted February 18, 2019 it is showing errors in .h. i have attached that .h file. TinyGsmClientSIM800.h Quote Link to post Share on other sites
NurseBob 111 Posted February 18, 2019 Share Posted February 18, 2019 As previously noted, the mcu you're working with is probably not a good match for the device you want to work with. Aside from that, read the compiler errors and resolve them starting with the first one. C/C++ compilers will cascade errors, and while subsequent errors may be relevant, generally dealing the first one is the most effective approach. As you may, or may not, know, a single missing semi-colon can generate hundreds/thousands of error statements... Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.