02-20-2003 02:02 PM
02-20-2003 06:45 PM
ibwrt just takes an instrument descriptor (which you get from ibdev) and a string to send. ilwrt is similar but is just for VB. It requires a byte count, which you can get with the Len function. Send is like ilwrt, but with the added flexibility of specifying a board and GPIB address, plus a termination mode (none, termination character, or EOI signal).
In my opinion, ibwrt is the easiest to use of the three.