03-16-2007 10:55 AM
03-16-2007 11:46 AM
@dsp222 wrote:
I would like to send hexadecimal data string (e.g. 0x12AB) directly through a UDP packet. I send the hex string to the UDP write and it gets translated into ASCII (e.g. 0x12AB = 31 32 41 42) before it is sent.
03-16-2007 12:52 PM
Much Appreciated.