Search found 2 matches

by feliks
Thu Feb 23, 2017 9:10 am
Forum: Linux
Topic: PT-104 Example code
Replies: 1
Views: 11147

PT-104 Example code

Hi,

can somebody post the example code for the linux driver of the PT-104 Thermologger. The Programming Guide points to some examples in the installation path but I can´t find this code (Raspian Jessie).

Thank you for your help and regards
by feliks
Tue Feb 21, 2017 3:08 pm
Forum: Linux
Topic: USB TC-08 how to open multiple devices on Debian
Replies: 3
Views: 16109

Re: USB TC-08 how to open multiple devices on Debian

Hi, I have the same issue. Here´s my code: for (i =0; (new_handle = usb_tc08_open_unit())>0;i++) { handle_array[i] = new_handle; usb_tc08_get_unit_info(new_handle, &unitInfo); printf("\nDriver: %s \nSerial: %s \nCal date: %s \n\n", unitInfo.DriverVersion, unitInfo.szSerial, unitInfo.szCalDate); } Wi...