3.1.2.1 How to use
- Obtain the number of Commander core HID devices connected to the PC with GetCommanderHIDnumber.
- Get the device name string of the number (index) specified by GetCommanderHIDName.
- Get the HANDLE* to manipulate the Commander core with the device name string specified by OpenCommanderHID.
- Communicate with the Commander core using SendReceiveCommanderHID by specifying the acquired HANDLE*.
- After sending the command string, the reply string will return.
- For the command definition and the returned serial number string, refer to the Command Reference.
- Close the HANDLE* with CloseCommanderHID when finished with all operations.
< Section Home | Home | Next SubSection >