Search found 3 matches

by ysha4171
Thu Sep 21, 2006 4:06 am
Forum: General Software Discussions
Topic: PicoLogger and own software
Replies: 6
Views: 10812

PicoLogger and own software

I have tried to run PicoLogger and own software at same time, but it fails. the reason i guess is becuase both of them will be opening the unit before they can actually get the value from the unit. So if either of them opened, the other one can not open the unit again, and thus the error occurs. so ...
by ysha4171
Sat Sep 16, 2006 2:37 am
Forum: General Software Discussions
Topic: ADC16 driver methods problem
Replies: 1
Views: 3961

ADC16 driver methods problem

i am using adc1632.dll to write my own software, here are some questions 1). The adc16_open_unit works fine as it returns 1 or true, but i dont know how to use adc16_get_value and adc16_get_version, because they all have pointer as first argument. Do i have to declare pointer in my own method declar...
by ysha4171
Mon Aug 21, 2006 12:11 pm
Forum: General Software Discussions
Topic: HELP,HELP, HELP
Replies: 1
Views: 3542

HELP,HELP, HELP

I know there are someone has successfully calling DLLs in .net. But would you give me any links to those posts , i couldn't find them. By the way, if anyone has done this, please advise how to call adc16.dll in c#. I think all the dll drivers are not written and compiled in .net, can we still call t...