LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

digital serial signal to parallel signal

Is there anybody who has the vi example of converting a continuous digital signal in series to a continuous 8 bit parallel signals? I suppose it needs something like buffer to store the values. THanks.

Mosonson
0 Kudos
Message 1 of 2
(2,690 Views)
If you're talking about doing this in hardware, it's called a UART. Your PC has one or two for its COM ports.
It you're talking about doing this in software, it's some data manipulation in a loop involving shift registers and logical shifts (or multiplication) and addition. See the attached LabView 6.1 example.
0 Kudos
Message 2 of 2
(2,690 Views)