I'm using a PC serial line connected with k-line interface. The effect is that for each character that i send, there is the eco in rx.
A typical operation is: -write a byte on port
-wait the eco on receiver buff.
-read 1 byte in the buffer
I need to implement this operation several time but the delay between each phase (write-wait-read) is greater than 5ms.
For my application is very injurious.
I think that this problem depends on the serial vi given with LabView (5.1).
How can i read and write serial line without using this vi module?
Are there anyone that has given this problem?
Thanks