<< Data Buffers
USB Comunication Toolbox for Scilab
Microchip MCU 18F4550 Example >>
USB Comunication Toolbox for Scilab
>> HIDAPI Library
HIDAPI Library
HID Basic's commands
hid_close
—
Close an USB HID Device Opened
hid_exit
—
This function frees all of the static data associated with HIDAPI.
hid_init
—
Initializes the HIDAPI Library
hid_open
—
Open a USB HID Device
hid_read
—
Read or receive a buffer from an USB HID Device
hid_read_timeout
—
Read or receive a buffer from an USB HID Device with timeout
hid_set_nonblocking
—
Block or unblock the reading process
hid_write
—
Write or transfer a buffer to an USB HID Device
HID Device Enumeration
hid_enumerate
—
Enumerate the HID Devices.
hid_free_enumeration
—
Free an enumeration Linked List
hid_get_device_string
—
Get the VendorID and ProductID of the actual Hid Device enumerated
hid_next_device
—
Change the actual Hid Device enumerated for the next one
HID Device Reports
hid_get_feature_report
—
Get a feature report from a HID device.
hid_send_feature_report
—
Send a Feature report to the device.
HID Device Strings
hid_get_manufacturer
—
Get The Manufacturer String from a HID device.
hid_get_product
—
Get The Product String from a HID device.
hid_get_serial
—
Get The Serial Number String from a HID device.
hid_get_string
—
Get a string from a HID device, based on its string index.
<< Data Buffers
USB Comunication Toolbox for Scilab
Microchip MCU 18F4550 Example >>