Situation:
I'm trying to use a GPIB to Serial Converter to control a temperatuer chamber controller.
I'd like to use the interface in D mode, so that it is supposed to be transparent,
just a GPIB to RS232 converter with a fixed setup for baud rate etc.
Why:
The PXI chassis I have is practically full and all my regular COM ports are used.
The chamber controller has only RS232 interface.
Easy way you can reproduce the problem:
In order to illustrate the problem I've used it also in G mode, where the commands to the interface and the data use separate GPIB addresses.
I have placed the device in G mode, with address 16 for the interface and 17 for the data (serial) part.
Address 16 replies to the "id\r" query (from MAX) as expected.
As the knowledge base suggests, I have connected the TXD and RCV pin together for a loopback.
Any read from address 17 (using a query or a Write and then a Read) gets EOAB errors.
I have tried to use the various termination characters (\r, \n or a combination) - no deal.
When I use the interface in D mode and connect to the actual serial device (instead of the loopback),
I can see that my WRITE works (commands are executed) but my READ does not -
even when I see a reply with a scope, the NI Spy does not show any data coming back).