04-08-2009 05:15 AM
I am having a mental block and wonder if someone can help!!
I am reading a serial device and getting a hex string back. I need to display this hex string to the operator within a pop-up box (PDA). The Message box will obviously contain normal text with the HEX code appended to the bottom.
When I run the code the pop-up box displays the legible message to the user but the HEX string returned appears in the appropriatte ascii characters (because the pop-up displays normal string).
My question is, how to make an hex string appear within a normal display string indicator 'the same' as it appears in its Hex display indicator:
0x0A1C - Hex display needs to appear as 0A1C in normal display string indicator.
Thanks in advance
ssk
Solved! Go to Solution.
04-08-2009 05:40 AM - edited 04-08-2009 05:41 AM
See picture.
04-08-2009 05:49 AM
Hi André,
Thanks for your prompt response!
ssk