|
Description: Delcom Generation 2 USB HID Linux Sample Code
A simple command line program to show how to communicate to the Delcom USB HID Devices.
Tested on: ubuntu 9.04
gcc version: 4.3.3
Requires: Libhid (Found in package lidhid-dev on debian/ubuntu)
Run as: root (grabs the device from the kernal driver)
Compile String: gcc -I/usr/include -o control_delcom_gen2 -lhid control_delcom_gen2.c
Example syntax:
./control_delcom_gen2 --green
./control_delcom_gen2 --red
./control_delcom_gen2 --blue
./control_delcom_gen2 --off
Download Source Code Works with all G2 products.
|
| USB HID Datasheet | USB HID Datasheet. Datasheet for all the Delcom USB HID products. | |
| 900000 | Delcom GEN2 USB HID Examples and Documentation |
|