neorus 0 Posted November 24, 2018 Share Posted November 24, 2018 Hi, is there any example or a library like tinygps++ for msp432? just to read coordinates from the tx\rx Quote Link to post Share on other sites
energia 485 Posted November 27, 2018 Share Posted November 27, 2018 That library should work with Energia/msp432 from looking at it . Quote Link to post Share on other sites
neorus 0 Posted November 28, 2018 Author Share Posted November 28, 2018 the library using SoftwareSerial, which the msp432 doesn't work with, or i'm wrong? (when i try to compile it, it doesn't find the SoftwareSerial) Quote Link to post Share on other sites
neorus 0 Posted December 10, 2018 Author Share Posted December 10, 2018 up Quote Link to post Share on other sites
Fmilburn 446 Posted December 10, 2018 Share Posted December 10, 2018 Try replacing the call to software serial with Serial1 or other hardware serial. 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.