LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Serial Port 9th bit

Hi ..to all readers
I would like to ask if it´s possible to use the 9 th bit of a bit frame in
order to send more information.Lets say that i would like to use the parity
bit for that reason.The controller that i´ll use it´s from Motorolla and i
will use the serial port.I know that the chip can send 9 bit but what about
Labview ?
Thanks
0 Kudos
Message 1 of 3
(2,856 Views)
The only way I can think of in LabVIEW would be to send chars one by one and
changing the parity to mark or space prior each send. Far from being
elegant, it is surely not efficient and I don't know if reconfiguring the
port on the fly doesn't reset the port and buffers...

You have to give it a try by yourself.

Jean-Pierre Drolet


Jior a écrit dans le message :
39144919@newsgroups.ni.com...
> Hi ..to all readers
> I would like to ask if it´s possible to use the 9 th bit of a bit frame in
> order to send more information.Lets say that i would like to use the
parity
> bit for that reason.The controller that i´ll use it´s from Motorolla and i
> will use the serial port.I know that the chip can send 9 bit but what
about
> Labview ?
> Thanks

>
>
0 Kudos
Message 2 of 3
(2,856 Views)
The LabVIEW serial VIs are based on the Windows serial DLL. No less, no
more.

-Mike

"Jior" wrote in message
news:39144919@newsgroups.ni.com...
> Hi ..to all readers
> I would like to ask if it´s possible to use the 9 th bit of a bit frame in
> order to send more information.Lets say that i would like to use the
parity
> bit for that reason.The controller that i´ll use it´s from Motorolla and i
> will use the serial port.I know that the chip can send 9 bit but what
about
> Labview ?
> Thanks
>
>
0 Kudos
Message 3 of 3
(2,855 Views)