Re: Capture and manipulate rs232 binary data

2004-03-22 Thread Sérgio Correia \(Sapo News\)
Use Number to Boolean array. "jorge" <[EMAIL PROTECTED]> escreveu na mensagem news:[EMAIL PROTECTED] > 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

Re: Capture and manipulate rs232 binary data

2004-03-21 Thread jorge
Ok, great thanks again.

Re: Capture and manipulate rs232 binary data

2004-03-21 Thread Dennis Knutson
They are just clusters of Booleans. In the string to Data Out, the binary string is converted to a number, the number to a Boolean array, and then an array to cluster. The bottom is the reverse with cluster tot array, Boolean array to number, number to binary string. I could have skipped the cluste

Re: Capture and manipulate rs232 binary data

2004-03-21 Thread jorge
Wow, thank you very much for the quick reply, it is exaclty what I needed. I am not quite sure what the "data read" and "data out" function is. It works perfect, but it is magic to me.

Capture and manipulate rs232 binary data

2004-03-21 Thread jorge
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 indi