I need to send a string of bytes through a serial port. The string contains 0x00 values. When serXputs encounters the 0x00, it sees a null terminator and ends the string. I need to send the 0x00s as data.
How do I send data 0x00 though a serial port?!
thanks for any help.
mark e