Hello guys.
I am using PCIe 8431/8 board and trying to receive data from device. Devices are sending data including null character which is 0x00 in ASCII code. In Labview, null character is successfully received, but in Visual C++, it stops and shows error message.
I used both viRead and viScanf, but everything was failed... Is there anyone who knows how to receive null character in serial communication?? Thank you.