I purchased the ESP-488 driver kit for my ENET-GPIB/100 and have ported the driver to VxWorks. I am able to issue the command "*RST" to my instrument; however, I am unable to read back responses from the "*IDN?" command. Could somebody please tell me what I'm doing wrong? I've listed my sequence of commands below:
------------------------------
-> ibic ESP-488 in C for GPIB-ENET Interactive Test Program.
I discovered that there was a bug in my port of the driver to VxWorks. There is a name conflict between esp.h's definition of "STATUS" and VxWorks's definition of "STATUS". After I renamed esp.h's "STATUS" to something else, the driver started to work.