Hello All,
Im using JPIB API build in Java to GPIB communication and I have a curious problem which I can not find out why?
When I send some initialization commands like :
*CLS; *RST ;STAT:PRES<LF>
*SRE0;*ESE0;:CONF:LOC:STAT CURR<LF>
The instrument interprets like this:
*SRE1
*CLS; *RST ;STAT:PRES<LF>
*SRE1
*SRE0;*ESE0;:CONF:LOC:STAT CURR<LF>
It put the "*SRE1" before the commands,
Does anybody have some tip?
Thanks in advance,
marcio