• 13.11.2025, 01:26
  • Register
  • Login
  • You are not logged in.

 

Dear visitor, welcome to Aqua Computer Forum. If this is your first visit here, please read the Help. It explains how this page works. You must be registered before you can use all the page's features. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

taloche_aqualite

Junior Member

SDK Aquasuite question

Saturday, February 24th 2007, 1:18am

Hello,

It is a software question about the aquasuite SDK.

I try to get the DevicePathName of my aquaero.

The only way i fnd is by the USBInit () method after add MyUSB.ACPID.aquaero_Rev4 on a PIDArray of the HidControl of MyUSB.
(ie :
UsbCnx = new MyUSB.HidControl();
UsbCnx.PIDArray.Add(MyUSB.ACPID.aquaero_Rev4);
UsbCnx.USBInit();
)

But the DevicePathName is in the MyDeviceStruct struct and
i don't know how to link the myDeviceStruct to the HidControl.

Or how to create a myDeviceStruct from scratch.

Thank

taloche_aqualite

Junior Member

Re: SDK Aquasuite question

Saturday, February 24th 2007, 1:35am

Sorry, i find it, just get DeviceArray[n].DevicePathName.

sebastian

Administrator

Re: SDK Aquasuite question

Saturday, February 24th 2007, 8:36pm

hi,
in a few days we release the new SDK. In this SDK we release some demo projects. All code samples are in C#.
You can also look in the Set Clock demo project.

Sebastian