ADC16 on Windows XP

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

ADC16 on Windows XP

Post by Kjelsbak »

Hey,

I'm about to start to write my own application for the ADC16 hooked on the a WinXP system. The supplied drivers and code examples are looking quit old (e.g. #include dos.h), so I'm wondering - does anybody have some up to date experience writing in C og Basic for this device?

Thx a lot

Very best regards

/jens

User avatar
markspencer
Site Admin
Site Admin
Posts: 598
Joined: Wed May 07, 2003 9:45 am

Post by markspencer »

Hi,

The example for the ADC-16 does not actually need the this line of code:

#include

This was originally included as the function sleep() was used, however this has been removed and thus make the inclusion redundant.

The control for communication is controlled by the adc1632.dll driver.

Best regards,
Regards,

Mark Spencer

Post Reply