I am using Matlab to read data from a serial port coming through a microprocessor. The data is in hexadecimal format with each sample of 4 bytes(32 bits). When I read this d
You can lower the baudrate to something more standard, like 115200.
You can also try with a terminal program.