On Mon, 18 Jun 2012 09:29:07 +0200, Ton wrote: > Hello Hui, > > I found that I needed: > Ag488Wrap.ibeos(devDesc, 0x040A); // 04 = terminate read when 0A = /n is > detected > as part of the initialization. Without this, the communication with my > 5384A timed out. > That matches my findings on my HP5384A. It doesn't set EOI at end of data. But terminates all messages with 0x0A aka (\n) instead.
It doesn't respond/excecute commands if the REN line isn't active. It expects GPIB commands to be terminated with 0x0A (\n) , so don't send <Command><0x0A><0x0D> , it wants <0x0A> as last char to indicate (EOM). I suppose it's because it's pre SCPI. CFO _______________________________________________ time-nuts mailing list -- [email protected] To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/time-nuts and follow the instructions there.
