LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

16 bit serial data transfer

Hello, i am working on a project in which i want to transfer 16 bits serially through RS232 to the computer. I tried many techniques but didnt got the result. Anyone here can send the solution or the Code of it.

Thanks

0 Kudos
Message 1 of 5
(3,158 Views)

Hi Intelligent,

 

what do you want to do with those 16 bits exactly?

And what is more important, where do they come from?

Pattos

LabVIEW Gretchin
0 Kudos
Message 2 of 5
(3,156 Views)

I want to plot these data on waveform chart. Basically these will be representing a signal, which to be plotted in the chart.

I am sending them from microcontroller 8052.

thnaks

0 Kudos
Message 3 of 5
(3,154 Views)
MSB LSB MSB LSB MSB LSB MSB LSB MSB LSB MSB LSB MSB LSB MSB LSB MSB LSB MSB LSB MSB LSB MSB LSB and so on... 😉
0 Kudos
Message 4 of 5
(3,134 Views)

Intelligent wrote:

I want to plot these data on waveform chart. Basically these will be representing a signal, which to be plotted in the chart.

I am sending them from microcontroller 8052.

thnaks


 

Since you are Intelligent I do not want to take the joy of programming from you. But take a look at this palette. You will find many useful functions here. If you transfer the MSB and LSB in correct order you may use the cast function and cast the string directly to an array of I16 (or U16).

sample.PNG



Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
(Sorry no Labview "brag list" so far)
0 Kudos
Message 5 of 5
(3,121 Views)