Part Number:MSP430F5529
Tool/software: Code Composer Studio
Hello,
I'm working on a project where I need to connect my MSP430 to many external modules and sensors.
The communication with these is via UART however I saw that my model is provided of only one pair of TX/RX pins for UART (3.3 and 3.4).
Thus, I decided to make other GPIO pins to work like serials and interpret the received signal via software. However the SoftwareSerial lib is implemented only on Energia, and I'm using CCS!
What should I do? Should I re-invent my own lib?