Lieber Besucher, herzlich willkommen bei: Aqua Computer Forum.
Falls dies Ihr erster Besuch auf dieser Seite ist, lesen Sie sich bitte die Hilfe durch. Dort wird Ihnen die Bedienung dieser Seite näher erläutert.
Darüber hinaus sollten Sie sich registrieren, um alle Funktionen dieser Seite nutzen zu können.
Benutzen Sie das Registrierungsformular, um sich zu registrieren oder informieren Sie sich ausführlich über den Registrierungsvorgang.
Falls Sie sich bereits zu einem früheren Zeitpunkt registriert haben, können Sie sich hier anmelden.
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
Sorry, i find it, just get DeviceArray[n].DevicePathName.
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