12-12-2008 08:22 AM
I getting a string from CAN Controller as 002A0100 005A0004 total 8 byte i have to display first 4 bytes in little indian format without spaces followed by space with following 4 bytes also in little endian format and for next string should go to next line.
E.g : 00012A00 04005A00
Next msg
Solved! Go to Solution.
12-12-2008 08:42 AM
12-12-2008 08:54 AM
12-12-2008 08:58 AM
12-12-2008 09:08 AM
I getting a Hex string from CAN Controller as 002A 0100 005A 0004 total 8 byte i have to display first 4 bytes in little indian format ( 00012A00 )without spaces followed by space with following 4 bytes (04005A00) also in little endian format and for next string should go to next line.
For E.g
Display should look like 00012A00 00012A00 what i can see in my output is 0001 2A00 0001 2A00 ( 1st problem) and 2nd i am not able to add next string in next line if i try to add the string using EOL string it is taking its hex value.
12-12-2008 11:05 AM
12-12-2008 12:29 PM
12-12-2008 01:29 PM
12-12-2008 02:58 PM