Data from a PIC18F6722 microcontroller is sent using the RS-232 interface to a LabWindows routine. The data are represented as a series of ASCII numeric values separated by commas and spaces. Unfortunately, the routines used in the PIC18F6722 to write the data also insert several null characters, 0x00, in the stream. These cause the viScanf parsing routine in LabWindows to stop on each null, and the data are not recovered.
Any way to include the null character in the format string to avoid this, or some other trick?