Part Number: MSP432P401R
Tool/software: Code Composer Studio
Hello everyone,
I'm looking to read a message from the serial buffer off of EUSCIA0. For this scenario, I don't know the length of the message. I would like either to know the length of the message currently on the buffer or check if the buffer is empty before reading the buffer to save the characters. As of now, I cannot find any examples that point in the right direction and have looked in the user guide for the driver library and the closest thing I could find was UART_queryStatusFlags then possibly the flag of EUSCI_A_UART_BUSY. Any help would be appreciated.
Thanks in advance!
Thomas