Eng-Tips is the largest engineering community on the Internet

Intelligent Work Forums for Engineering Professionals

  • Congratulations waross on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. SteelPickn

    controlling GPIB from VBA

    I have used the NI PCI card, never have used the PCMCIA type, but those modules will most likely work with both. For the non-NI card, you will most definitely have to obtain the correct code modules from that manufacturer. I'm not sure exactly what you have to do, but controlling instruments...
  2. SteelPickn

    C/CPP compiler for PIC Microcontrollers.

    I have used the CCS C compiler: http://www.ccsinfo.com/picc.html From the newsgroups, comp.arch.embedded.piclist and alt.microcontrollers.8bit this was advertised recently: ---------------------------------------------------------- http://www.hitech.com.au/products/piclite/piclite.html...
  3. SteelPickn

    controlling GPIB from VBA

    Depending on what brand GPIB card you have, you have to include the code modules to provide the VB language interface to the GPIB DLL calls. For a National Instruments card, these would be NIGLOBAL.BAS and VBIB-32.BAS - just add these as code modules in the VBA project manager. Then you'll be...
  4. SteelPickn

    PIC experts

    Here's a link to an online book - don't know about a non-Windows assembler, but there are free development tools available at microchip.com. http://www.mikroelektronika.co.yu/english/product/books/PICbook/picbook.htm
Back
Top