DrDAQ: PicoScope works but not my program

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

DrDAQ: PicoScope works but not my program

Post by Gangerolv »

I'm using driver version 5.08.7, Windows XP and 2000, Access XP with VBA.
PicoScope is working fine on both systems with USB-PP1 port. But the USB adapter is not found when I try to run my database with the following code:

drdaq_set_unit (101)
bDAQopened = drdaq_open_unit(101) <> 0

I've tried other port settings as well.

Any suggestions?

Thanks!

jp

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

Post by matthew »

Hi,

Try using the example C application, it is designed to get you started with these sort of applications. You could also try downloading the latest software to ensure that you have USB support installed.

Regards,
Matt.
Matt Everett

Pico Software Engineer

Post Reply