Hi,
I just got started on programming the MSP432, and I'm looking to use it as a data logger. The sensor I'm using uses serial communication, and I was trying to set up another set of Rx/Tx pins on the board, preferably through Hardware, but software could work too. However, I couldn't find any guides to setting up the hardware serial pins, nor the software serial pins for the MSP432; all the softwareserial.h libraries I found are for the MSP430's and wouldn't compile on the MSP432 board setting in Energia. If someone could lead me in the right direction, that'd be much appreciated.