ADC-100 USB Parallel Port overwrites console screen

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

ADC-100 USB Parallel Port overwrites console screen

Post by IainI »

I have a Visual C++ console application that interfaces to the ADC-100. When used via the USB Parallel Port, two lines are written to the screen (disrupting the output already there):

open 1
desc 1

These appear to be caused by the 'adc100_open_unit' call.

There is also various (harmless) trace activity in the IDE.

I'm using the beta versions, but this behaviour also seems to be a property of the release versions (though the text is sometimes 'open1' and 'desc1').

Can it be stopped?

Any advice gratefully received.

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

Post by markspencer »

Hi,

I am sorry to hear that you are experiencing this problem. I hav spoken to the development team and been advised that it is debugging information that has been left in accidently. This will not be displayed if using GUI, but will be in a console program. The driver will be rebuilt and release in due course.

Best regards,
Regards,

Mark Spencer

Post Reply