adc200_open_unit with usb connection

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

adc200_open_unit with usb connection

Post by Guest »

I saw a topic on communicate via usb port, but it has been out of the board already. So, I think you wouldn't mind if I want to raise the question again.

My question is how I can name the usb port with adc200_open_unit function.

Thanks.

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

Post by markspencer »

Hi,

Thank you for your question.

To use the ADC-200 with a USB port you must have a USB to Parallel port adapter, when this is plugged in it to your PC's USB port it will be registered as USB-PP.

To open the ADC-200 that is connected to the USB port with ADC200_open_unit the value 101 is passed as the argument value.

adc200_open_unit (101);

Best regards,
Regards,

Mark Spencer

Post Reply