1. Obtain the number of Commander core HID devices connected to the PC with GetCommanderHIDnumber.
  2. Get the device name string of the number (index) specified by GetCommanderHIDName.
  3. Get the HANDLE* to manipulate the Commander core with the device name string specified by OpenCommanderHID.
  4. Communicate with the Commander core using SendReceiveCommanderHID by specifying the acquired HANDLE*.
  5. After sending the command string, the reply string will return.
    1. For the command definition and the returned serial number string, refer to the Command Reference.
  6. Close the HANDLE* with CloseCommanderHID when finished with all operations.


<  Section Home | Home | Next SubSection >