Other Parts Discussed in Thread: MSP-EXP430F5529LP,
Hello,
I'm working with the MSP-EXP430F5529LP and the DLP-7970A. I'm using the SLOA227 for Card Emulation of an ISO14443-4 Type A tag. I am trying to figure out how to use the MSP430's UART in order to transmit, to a host computer, what I've received from an initiator and then respond accordingly. I'm not very familiar with the COM ports that the SLOA227 employs (or in general for the MSP dev boards).
I've attempted to use the Serial_print*() APIs but I'm unable to receive anything when using a terminal application with none of the three ports that appear: USB Serial Device, MSP Application UART1, and the MSP Debug Interface. How can I create a com port to just transmit and respond to what the initiator is sending the TRF7970A?
Thank you