Question
Strange USART
Posted on January 20, 2013 at 08:00
Hi
I have been attempting to send Hex values via USART to another device. When I did not get the expected results, I hooked it upto my comp and saw some strange stuff on the terminal.the USART_SendData() function sends 16bit data. When I send 0x56 I can see 00 2A on the terminal. 0x00 gives 00 00. 0x01 gives 00 FD.I don not know why this is happening. Can anyone please explain. Am I missing something?Thanks in advance.