Progamming USB ADC11/12 with Delphi

Post your .Net discussions here
Post Reply
denis
User
User
Posts: 2
Joined: Wed Oct 15, 2008 7:48 pm

Progamming USB ADC11/12 with Delphi

Post by denis »

I am programing Delphi 7 application using USB ADC11 product.
Previously, I use ADC11.INC. I dont find any USBADC11.INC.
Could you help me.

ziko
Advanced User
Advanced User
Posts: 1705
Joined: Fri Dec 01, 2006 10:03 am
Location: St Neots

Post by ziko »

Hi there is not a usbadc11.inc file but you should be able to create there own form the adc11.inc and the usbadc11api.h.

Hope this helps
Ziko

Technical Specialist

denis
User
User
Posts: 2
Joined: Wed Oct 15, 2008 7:48 pm

Post by denis »

Thank you for reply
I have done my own UsbAdc11.inc and it works

I have another question

When i open the device for the first time and if
unfortunately i try to reopen without closing it before,
i cannot neither close, neither open it. The only solution
i have is to stop /start my software.

Is there another way ?

ziko
Advanced User
Advanced User
Posts: 1705
Joined: Fri Dec 01, 2006 10:03 am
Location: St Neots

Post by ziko »

Hi

So long as the application is still running the device should be able to be closed. If the application is exited before the device is closed then the handle to the device will have been lost and the device will need to be unplugged and reconnected.

Kind regards
Ziko

Technical Specialist

Post Reply