Search found 3 matches

by bigdutch
Thu Mar 24, 2022 3:18 pm
Forum: General Software Discussions
Topic: Delphi and the PicoScope family issues
Replies: 0
Views: 2318

Delphi and the PicoScope family issues

Oh well another load of .pas files to create for the new USB picoscope family that all use different DLLS?
My punishment for sticking with Delphi I suppose!

Why could these products not all use the same DLL?

Regards
Richard
by bigdutch
Sun Dec 04, 2011 10:37 pm
Forum: General Software Discussions
Topic: PROBLEM: Getting Serial number from TC-08 USB device
Replies: 7
Views: 13193

Re: PROBLEM: Getting Serial number from TC-08 USB device

Hi I solved my Delphi serial extraction problem by re-examining the USBTC08.h file for the USB_tc08_get_unit_info routine. It is actually; typedef struct tUSBTC08Info { short size; char DriverVersion[USBTC08_MAX_VERSION_CHARS]; // different from Dusan's example short PicoppVersion; short HardwareVer...
by bigdutch
Sat Dec 03, 2011 2:00 am
Forum: General Software Discussions
Topic: PROBLEM: Getting Serial number from TC-08 USB device
Replies: 7
Views: 13193

Re: PROBLEM: Getting Serial number from TC-08 USB device

Hi Even after following this code I am still getting strange characters. Dusan left out the bit of Delphi code that showed how it all work at the end! Here is my code. ========================================================================================= Type TUSBTC08_INFO = record size: smallint...