Jump to content
43oh

library for GSM sim 800 using energia


Recommended Posts

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.

Link to post
Share on other sites

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

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...