S Mode Functions
Chapter 5
GPIB-232CT User Manual
5-18
© National Instruments Corp.
Before performing a
gts
with a shadow handshake, you
should call
eos
to establish the proper end-of-string character
or to disable the EOS detection if the end-of-string character
used by the Talker is not known.
If you call
gts
with an argument and the GPIB-232CT is not
CIC, the GPIB-232CT records the ECIC error.
See Also:
cac
.
Examples:
1.
PRINT #1,"gts 0"
'GTS without shadow
'handshaking.
2.
PRINT #1,"GTS 1"
'GTS with shadow
'handshaking.
3.
PRINT #1,"gts"
'What is standby status?
response: CSB,1<CR><LF>
(GPIB-232CT is
in standby status
with shadow
handshaking)