Thank you in advance for your kind help.
I am using the Ethernet Library (client.print) to access an electronic device which supports TCP/IP.
I must send a command string to the device that contains several NULL characters. I cannot send the string since the first NULL character terminates the transmission.
I tried sending 1 byte at a time and that works when sent to a VB.NET simulator that I wrote, however, it doesn't work with the device I am trying to use. I think the device may be expecting the entire command to be contained in a single packet. I tried using a string object and that didn't work either.
I need to be able to specify the data and its length and send it as a single packet.
Can anyone out there help me ?
Thanks,
Nick