G Mode Functions
Chapter 7
GPIB-SCSI-A User Manual
7-60
© National Instruments Corp.
rdbuf
(continued)
Example:
ibwrt (gpibscsia, "rdbuf 1, 0, 500\n", 16);
/* Tell the GPIB-SCSI-A to complete a SCSI READ
* BUFFER command. The rest of the command is
* requesting that the Target send 500 bytes of
* data from the beginning of its first buffer.
*/
ibrd (scsidev, rdbbuf, 500);
/* Get the data from the Data Channel. */
processrdb (rdbbuf);
/* Process the buffer. */
Содержание GPIB-SCSI-A
Страница 20: ......
Страница 27: ......
Страница 355: ...Appendix C Operation of the GPIB National Instruments Corp C 7 GPIB SCSI A User Manual Figure C 2 Linear Configuration ...
Страница 356: ...Operation of the GPIB Appendix C GPIB SCSI A User Manual C 8 National Instruments Corp Figure C 3 Star Configuration ...