I make UART communication between ARM stm32f103 and I can see valid data on terminal
but when I try to work with data on MATLAB ; Although I can connect COM port properly, I recieve wrong data on MATLAB and it happens repetetively for example it always recieve 67 when I send 13 by ARM.
I try every serial functions such as fread fscanf ,.... but it has the same problem