Hena 0 Posted January 27, 2018 Share Posted January 27, 2018 This MSP430FR6989 is very new to me, and this is the first time i m handling Texas Components , so kindly ignore if my question is very basic. I am facing problem in installing the library SoftwareSerial for the same controller i m using. There are libraries preinstalled in the software some other series of Msp And i even need help in using dlp-7970abp-trf7970a nfc which is the rfid module which i wish to interface with msp430FR6989. But unfortunately their are no libraries for that in energia. Thanks and Regards Quote Link to post Share on other sites
Fmilburn 445 Posted January 27, 2018 Share Posted January 27, 2018 Hi @Hena and welcome to 43oh. The FR6989 has hardware serial on pins 3 and 4. Have you tried using them? Many arduino libraries can be used with Energia but the pins must be remapped. Hena 1 Quote Link to post Share on other sites
Hena 0 Posted January 27, 2018 Author Share Posted January 27, 2018 but i have already written a code and just because there is no library of SoftwareSerial available on energia for 6989 series, my program ins't compiling and i wish to install that but i m not getting how ?? Quote Link to post Share on other sites
Fmilburn 445 Posted January 27, 2018 Share Posted January 27, 2018 Find the call to software serial that is in the library and replace it with a call to hardware serial. The Energia reference documentation is located here: http://energia.nu/reference/serial/ Hena 1 Quote Link to post Share on other sites
energia 484 Posted January 28, 2018 Share Posted January 28, 2018 As @Fmilburn mentioned, the FR6989 has a second serial available on pins 3 and 4. Use Serial1.xyz to use the second serial port. SoftwareSerial was written for the MSP430G2553 to make available a second Serial port. Robert 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.