Calling ADC2** unit on USB port from VBA

Post general discussions on using our drivers to write your own software here
Post Reply
cepdg

Calling ADC2** unit on USB port from VBA

Post by cepdg »

Hello,

I wonder if anyone knows how to establish communication (from VBA) with an ADC2** unit using the USB to parallel converter.

At the moment I have:

adc200_open_unit(port)

where port = 1 seems to map to the LPT1: port.

Thanks,

- Paul Greening

User avatar
matthew
Advanced User
Advanced User
Posts: 109
Joined: Wed Sep 25, 2002 9:35 am
Location: Cambridgeshire, UK

Post by matthew »

Hi,

have a look at our example C program, this illustrates how to use our drivers. The information is also available in our product help files in the start menu.

Best Regards,
Matt Everett

Pico Software Engineer

Guest

Post by Guest »

Great, thanks...

Port 101 was the answer i was looking for.

- Paul

Post Reply