Search found 3 matches

by jonyb82
Mon Sep 29, 2008 4:53 pm
Forum: C and C++
Topic: ADC16 - get value and set channel
Replies: 2
Views: 4377

Another note:
I removed 'far' from the adc16.h file to make it compile, i assumed these were no longer required for 32bit arch.
by jonyb82
Mon Sep 29, 2008 3:50 pm
Forum: C and C++
Topic: ADC16 - get value and set channel
Replies: 2
Views: 4377

I have answered my own question: no, there will be no communication to the adc16 when i call the set_channel function. This is only used to send to correct data to the adc16 when i call get_value.

I still cant receive any data using this program. Any ideas on what to try next?
by jonyb82
Thu Sep 25, 2008 12:13 pm
Forum: C and C++
Topic: ADC16 - get value and set channel
Replies: 2
Views: 4377

ADC16 - get value and set channel

I have a Pico ADC16 which is currently being used for optical measurements. I have the task of updating the software that is currently being used. I have attempted to write a program in c# and have got stuck, although i managed to open the port and report the driver version correctly. The problem ca...