S Mode Functions
Chapter 5
GPIB-232CT User Manual
5-16
© National Instruments Corp.
Examples:
1.
PRINT #1,"eot 0"
'Disable END termination.
2.
PRINT #1,"EOT 1"
'Send END with last byte.
PRINT #1,"WRT 3"
'Write data to device at
'address 3.
PRINT #1,"ABCDE"
'The EOI line is
'automatically asserted
'when the last byte (the
'letter E) is sent to tell
'the Listeners it is the
'last byte of data.
3.
PRINT #1,"eot"
'What is the current EOT
'setting?
response: 1<CR><LF>
(END termination is
currently
enabled)