Hello, I am very new to lab view 7 and I need to do the following for
work. I am using the rs232 serial port on the computer to communicate
with a prototype circuit. The communication is a simple 8bit (byte)
of 1's and 0's to and from the computer. How do I take this byte and
sepearte it to individual bits, so I can display the results in the
front panel? I would need to both create the byte from 8 individual
controls then concatinate the bits, and send through the serial port.
Also take the byte from the serial port and seperate the individual
bits. Thanks alot for any help I can get in pointing me in the right
direction.