Hello everyone, I had a doubt, Using UART in my msp432 i transfer from 0 to 255, in my computer I am using MATLAB to receive the information, I save the data in a vector, but when I open it I got that from 0 to 32 the vector is in blank, and from 128 to 255 the symbols are not recognized.
I assume that MATLAB does not recognize high ASCII, but anyone knows a method to read the serial data in hexadecimal and not in his ASCII interpretation???? maybe in another programming language.