Sample Programs
Appendix H
GPIB-232CT User Manual
H-16
© National Instruments Corp.
120 'then go to error function.
210 WRT$="Hello, world"+CHR$(13)
220 CALL IBWRT(PRINTER%,WRT$)
'Send string to
230
'printer.
300 STOP
310 PRINT "An error occurred:"
320 PRINT "status, GPIB-error, serial-error,
count:";RD%
330 END