Hello,
I'm developing a software which controls a 700MR Microdyne instrument.
When I perform simple operations such as write and read once, it works.
But when I put these operations in a while loop, communication fails after any loops and windows hang up.
In the instrument documentation, it is specified that I should check a SRQ byte to verify if the instrument is busy or not, but when I read the serial poll byte, its value is 0; if I wait for SRQ, it waits until timeout occurs.
When and how should I read the srq byte in order to flow control?