04-18-2011 01:50 AM
Hi all,
I want to send 16 bit hex data serially to the uart. I have taken an array of 132 representation and selected the hexadecimal from its properties. to convert this array into string i have selected the byte to string conversion and have connected this to the write serial Vi. If I send 8bit data I get them properly in the uart. But if I send 16 bit data, the upper byte is skipped and I just get the lower byte. E.g. if I send 1234 I just get the 34 in uart.
How could i do this....??
Solved! Go to Solution.
04-18-2011 04:34 AM
Hi Saki,
I hope this is help for u..
Siva.
04-18-2011 04:41 AM