LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to check parity bit while receiving the data through rs232 serial port

while receiving the data through RS232 port i want to check parity bit .Using labview-6 this is it possible?
0 Kudos
Message 1 of 2
(3,289 Views)
Hi,

You don't have to explicitly check the parity bit. The hardware will detect the parity error, which the driver will recognize and pass an error code to the user.

If you are using VISA, the character with the parity error is replaced with a fix character that you can specify and an error is returned.

DiegoF
National Instruments.
0 Kudos
Message 2 of 2
(3,288 Views)