Hello,
I am communucating with my device via VISA. First, a visa read reads 2 bytes from the device which are a "! " (the ready to send signal). next, a visa write sends 5 bytes "0235A", loops around and waits for another "! " and then sends another 5 bytes string. What is happening is the first loop works fine, when it gets to the start of the second loop, there are 7 bytes in the buffer "0235A! " so insted of seeing a "! " to send the next 5 bytes, visa sees "02" and breaks out of the loop. The orignal 5 bytes I seed seem to be echoing from the write buffer into the read buffer. Why is this happening and how can I fix it? Visa is running RS232, LV 7.1. Thanks i
n advance!
Greg
Gregory Osenbach