Hello Matt,
I have not encountered a device that required enabling/disabling of the parity bit (reconfiguring the serial chip) on the fly during communications. Using port IO to accomplish this task is simple (if you know the port) and fast, but not recommended on newer OS's. Instead it is preferred to use an OS call to reconfigure the port for you (avoiding blue screens and the like). If you are using CVI, see the example located at \samples\rs232\serial.prj and look at the callback for the Close button on the Configure window. Otherwise, I would recommend looking at MSDN (http://www.msdn.microsoft.com/) for information on the use of Platform SDK functions for controlling the serial port under Windows.
Jeremiah Cox
Application
s Engineer
National Instruments
http://www.ni.com/ask