LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

transmitting more than 8 bits in labview through serial communication

hello,

i am working on communication through microcontroller and labview. My data is greater than 8bit. Can anyone may please help me in suggesting how to do it. Also i am interested in getting the real time images of the front pannel during the run time.

Thanks

0 Kudos
Message 1 of 4
(2,703 Views)

You're going to have to split up your data among multiple bytes.  If you are sending 16 bit data, send it as two bytes.  32 bit data, four bytes.

 

Look at split and join numbers VI's and also typecasting.

 

You'll have to provide a little more description about what you mean by "real-time images of the front panel".

0 Kudos
Message 2 of 4
(2,701 Views)

thanks for replying. i want to transmit data from a peripheral device and plot it into labview which will be of 14 bits.

Regarding taking the images. I want to save the pictures of this continous data transfer.

 

0 Kudos
Message 3 of 4
(2,684 Views)
with respect to images this will give you an idea
0 Kudos
Message 4 of 4
(2,648 Views)