Hello, I use borland c++ bilder and SICL libs, which came with my GPIB card (I use USB-GPIB interface). Agilent (ex. HP) has it here:
ftp://ftp.agilent.com/pub/mpusup/pc/binfiles/iop/wnl0200.exe (lib) ftp://ftp.agilent.com/pub/mpusup/pc/binfiles/iop/l0100/manuals/sicl.pdf (SICL user guide) I think if you check SICL.pdf users guide you'll get idea about it. It simplifies thing to the open( ), printf( ), scanf( )... level of operation with GPIB devices. And what is also nice, it is almost interface independent, which means, you can use same control procedures and only setup portion of code is different. Useful for serial I/O, GPIB, LAN (TCP/IP) etc... I'll be glad to help if you need any further info. Marko ----- Original Message ----- To: Multiple recipients of list CHIPDIR-L <[EMAIL PROTECTED]> Sent: 27. avgust 2002 17:09 > Hello, > > I am looking for all sorts of information of the HP interface type HPIP, > how to use it with PCs, how to handle the data and if possible, how to > control it via spreadsheet-applications ( macros) > > ANY ideas, links, help very appreciated > Jan > > > -- > Author: Jan Wuesten > INET: [EMAIL PROTECTED] > > Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 > San Diego, California -- Public Internet access / Mailing Lists > -------------------------------------------------------------------- > To REMOVE yourself from this mailing list, send an E-Mail message > to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in > the message BODY, include a line containing: UNSUB CHIPDIR-L > (or the name of mailing list you want to be removed from). You may > also send the HELP command for other information (like subscribing). > -- Author: Marko Pavlin INET: [EMAIL PROTECTED] Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: [EMAIL PROTECTED] (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB CHIPDIR-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
