Search found 6 matches

by duxxx001
Fri Jul 01, 2005 8:41 am
Forum: General Software Discussions
Topic: TC-08 (USB): Reading temperature in Kelvins problem
Replies: 3
Views: 6131

We have investigated this and found that there was an error in the driver. We have corrected this and if you email tech@picotech.com requesting a copy then we will send it to you. Many Thanks Sarah. Actually it would be of great help if the source code of the driver is available. In that case, more...
by duxxx001
Thu Jun 16, 2005 1:06 pm
Forum: General Software Discussions
Topic: TC-08 (USB): Reading temperature in Kelvins problem
Replies: 3
Views: 6131

TC-08 (USB): Reading temperature in Kelvins problem

I have a problem getting right temperature in Kelvins from the driver for the last channel (8.). Cold Junction temperature and first seven channels work OK, but 8. channel always output temperature in degrees Celsius. Here is the C code that verifies that: /******************************************...
by duxxx001
Tue Jun 14, 2005 1:10 pm
Forum: General Software Discussions
Topic: PROBLEM: Getting Serial number from TC-08 USB device
Replies: 7
Views: 13138

Hi You need to add the following line of code: devinfo.size = sizeof(USBTC08_INFO); Above the line: usb_tc08_get_unit_info(hTC08, &devinfo); Yes this works now, and Delphi example works fine as well with it. Perhaps it should be better if this initialisation of devinfo structure take place inside t...
by duxxx001
Mon Jun 13, 2005 2:56 pm
Forum: General Software Discussions
Topic: PROBLEM: Getting Serial number from TC-08 USB device
Replies: 7
Views: 13138

Here is a C version of code which tries to get device's serial number. Also, I included few other functions that might be used for some identification. Result is the same as in Delphi case - NOT WORKING . It would be of great help if I could get driver source code, so I can exactly see what is going...
by duxxx001
Mon Jun 13, 2005 12:06 pm
Forum: General Software Discussions
Topic: PROBLEM: Getting Serial number from TC-08 USB device
Replies: 7
Views: 13138

The usb_tc08_get_formatted_info routine: short usb_get_formatted_info ( short handle, char * unit_info, short string_length) Needs to include the arguments listed, are you including these? Yes, all these are included, since it is not possible to compile program if you do not pass specified number o...
by duxxx001
Tue Jun 07, 2005 1:01 pm
Forum: General Software Discussions
Topic: PROBLEM: Getting Serial number from TC-08 USB device
Replies: 7
Views: 13138

PROBLEM: Getting Serial number from TC-08 USB device

Hi, I'm writting custom program for TC-08 (USB), using Delphi, and I found your example quite helpful. Unfortunately I can't figure out how to get device serial number using Delphi. Using PicoLog recorder software I found serial to be GJY02/154, but how can I get this info in my program. This inform...