Chapter 5
S Mode Functions
© National Instruments Corp.
5-35
GPIB-232CT User Manual
Example:
1.
PRINT #1,"ppc 13,1,0 15,3,0"+CHR$(13)+"rpp"
'Configure 2 devices for
'parallel polls and poll
'them.
response: 5<CR><LF>
(both devices
responded positively)
INPUT #1,PPR%
'Get parallel poll
'response from serial
'port buffer and assign
'it to integer variable
'PPR%.
PRINT #1,"ppu"
'Unconfigure all devices
'from parallel polls.