Agilent VEE 8.5 and USB Pt 104

Post general discussions on using our drivers to write your own software here
Post Reply
Ashen
Newbie
Posts: 0
Joined: Thu Mar 01, 2012 8:21 am

Agilent VEE 8.5 and USB Pt 104

Post by Ashen »

Hi,

I have an USB Pt 104 and I want to programm it with Agilent VEE 8.5 but i don't know how edit the file in .h for import the librarie.

Thank you for any help

Hitesh

Re: Agilent VEE 8.5 and USB Pt 104

Post by Hitesh »

Hi Ashen,

Please try using the attached vh file from our USB TC-08 SDK as an example for the PT-104.

It looks as though you just need to take the function definitions and place them in your file e.g.

Code: Select all

short __stdcall UsbPt104OpenUnit (short *handle, char *serial);

short __stdcall UsbPt104CloseUnit (short handle);
usb_tc08_vh.txt
USB TC-08 vh file.
(2.75 KiB) Downloaded 594 times
I hope this helps.

Post Reply