I'm programming a LabVIEW code to control a Network Analyzer over GPIB. I'm trying to read some data from the network analyzer when the data is ready. Unfortunately, the command for asking for that data is not an operation complete command (OPC) compatible. I read the article Serial Polling and SRQ Servicing with NI-488.2 Software and LabVIEW on this website and got an idea about using a serial polling method by putting Wait For GPIB RQS.vi into my code, but it just reads -1 back on the status byte (which means it's timeout before RQS is issued). Does the serial poll method works only with the OPC command? Please advice me how to read data when it's ready.