Today I made a little program with VISA serial.
The device connecting to PC has a "COM4" displayed in Windows device manager.
Right click on the "COM4" icon I can setup the Baudrate etc (9600 bit/sec; Databit 8 ; no parity; stopbit 1)
In the labview program, I made a different setup (9600bit/sec; Databit 7; Even parity; stopbit 2)
The data can still be correctly receivd. Why is it lik that?
Can anybody give a little explanation on it? Thanks in advance.