How to send 0x00 with serXputs...

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

you need to use the serxwrite function which sends an array of chars and takes a length parameter as well.

Regards,
Peter