This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

interfacing RFID reader module EM18 with cc3200.

Other Parts Discussed in Thread: CC3200, ENERGIA

How does one install/ add external libraries in energia? I need to use softwareserial.h library for programmimg cc3200!

  • To install these third-party libraries, create a directory called libraries within your sketchbook directory if it does not already exist. Then unzip the library there. The Sketchbook folder is located My Documents\Energia\ under Windows, Documents/Energia/ and similar for Linux.

    Note that there is no SoftwareSerial for CC3200. If you found a SoftwareSerial library that is not specifically written for the CC3200 then it will most likely not work with the CC3200.

    If you simply need another UART then you can use Serial1.xxx. Serial1 is located on pins 9 and 10.

    Also see my answer to a similar questions you asked here: e2e.ti.com/.../1444337