Search found 2 matches

by sparky3600
Sun Sep 25, 2011 11:13 am
Forum: .Net Languages (C#, VB.Net, .)
Topic: USB TC-08 usb_tc08_get_unit_info function VB.NET
Replies: 4
Views: 8154

USB TC-08 usb_tc08_get_unit_info function VB.NET

Hi Guys, I am having a problem returning any information from the usb_tc08_get_unit_info function. The code runs without error however the tUSBInfo structure is not populated. below is the code I have written to try and get this to work, can someone please show me where I am going wrong or show me a...
by sparky3600
Sun Sep 25, 2011 11:07 am
Forum: USB PC Data Loggers
Topic: TC-08, old dll
Replies: 4
Views: 7567

Re: TC-08, old dll

Hi I am having a bit of a problem with the usb_tc08_get_unit_info function. The function compiles and runs ok but the structure is not populated. below is the code I have used to try and return the unit info. Imports System.Runtime.InteropServices Public Class Form1 Declare Function usb_tc08_open_un...