Part Number: MSP-EXP430FR5969
Tool/software: Linux
I'm having trouble establishing a serial connection from my Linux PC to the MSP430.
After running the LED demo from the Resource Explorer (msp430fr59xx_1.c) I wanted to move to something more interactive. I found an example that accepts PC input over a UART connection and then echos it back (msp430fr59xx_euscia0_uart_01.c) but I can't get it to work properly. I've opened a connection with minicom and I've set the baud rate to be 9600 as specified in the code.
Is there some additional configuration required on the Launchpad side or the PC side to enable serial communication?
Additionally, why do I see two serial connections appear (ttyACM0 and ttyACM1) when I plug in the Launchpad to the PC?