Search found 4 matches

by OliverDaniell
Thu Feb 02, 2006 11:21 am
Forum: General Software Discussions
Topic: ADC40 with USB Parallel Port Adapter causes system slowdown
Replies: 3
Views: 6199

In response to our phone conversation here is a free compiler and debugger from microsoft that will be capable of running my code
http://msdn.microsoft.com/vstudio/expre ... fault.aspx
by OliverDaniell
Thu Feb 02, 2006 10:56 am
Forum: General Software Discussions
Topic: ADC40 with USB Parallel Port Adapter causes system slowdown
Replies: 3
Views: 6199

Ok so i have done a bit more debugging and just connecting to the ADC40 through the usb port

Code: Select all

adc10_open_unit(UsbPort,Product);
shoots the processor usage straight up to 50%. Thats without polling the device for information.
by OliverDaniell
Thu Feb 02, 2006 9:12 am
Forum: General Software Discussions
Topic: ADC40 with USB Parallel Port Adapter causes system slowdown
Replies: 3
Views: 6199

Hi The latest drivers have now been installed the problem remains the same. The memory usage also increases as the program is left running. From my understanding .net should not allow memory leaks so could this indicate a memory leak in your drivers? I should also add that i am certain the problem o...
by OliverDaniell
Thu Feb 02, 2006 8:48 am
Forum: General Software Discussions
Topic: ADC40 with USB Parallel Port Adapter causes system slowdown
Replies: 3
Views: 6199

ADC40 with USB Parallel Port Adapter causes system slowdown

I have been using an ADC40 with a Pico USB to Parallel Port Adapter for about 2 months to monitor the voltage output from a device. The device is used infrequently, every few weeks, and has worked without problems since my software was installed. However in the last 2 weeks i have noticed strange be...