LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problems with 8-bit serial output...

Hi there,
I've been reading posts on sending binary data out through a serial port and it seems that using the Byte Array to String converter with the Serial Write VI has been working well. Sending 7-bit values 00 through 7F has been fine. However, when I sometimes send out data to my device, the data gets unstable when using values 8F through FF. Has anyone had problems with that eighth bit when sending serial output? Just wondering if it's "fixable". Thanks.

Mike Lee
0 Kudos
Message 1 of 3
(2,661 Views)
You did configure the serial port to 8 bit output didn't you? I have had no problems with 8 bit data.
0 Kudos
Message 2 of 3
(2,661 Views)
Hallo, Bonhomme,

Du (x) meintest am 09.07.01 zum Thema Problems with 8-bit serial output...:

> Sending 7-bit values 00 through 7F has been fine. However,
> when I sometimes send out data to my device, the data gets
> unstable when using values 8F through FF.

Sounds like "7n1"- or "7e1"-protocol.
You should choose "8n1".

Greetings!
Helmut

Please excuse my gerlish!
0 Kudos
Message 3 of 3
(2,661 Views)