me wrote:
> Dennis
> Your last email link was broken
> it may help...
>
> Maybe some more info from me might also help
> I need to respond to a clock and data valid line, then i will know my serial
> line read is valid, how would i know when these two signals are at a high or
> low state.
> [I can connect them to any pin]
>
> In VB 6 there was a rts rtd handshaking thing...I wanted to follow this idea
> in LV.
> what can be done in lab view via handshaking lines?
>
Get a reference to a serial port, then open it with visa open.
Then set a visa propery node to read "modem line settings".
This is how you read/set the state of the CTS RTS lines.
I don't know what the performance is like but given that
loops will be done in software....