USB Comunication Toolbox for Scilab
Data Buffers >>
USB Comunication Toolbox for Scilab
>> BULK with libusb-1.0 Library
BULK with libusb-1.0 Library
BULK Basic's commands
bulk_close
—
Close an USB Device Opened
bulk_exit
—
This function frees all of the static data associated with Libusb-1.0.
bulk_init
—
Initializes the Libusb-1.0 Library
bulk_open
—
Open a USB Device
bulk_read
—
Read or receive a buffer from an USB Device
bulk_read_timeout
—
Read or receive a buffer from an USB Device with timeout
bulk_write
—
Write or transfer a buffer to an USB Device
bulk_write_timeout
—
Write or transfer a buffer to an USB Device
BULK Device Strings
bulk_get_manufacturer
—
Get The Manufacturer String from a USB device.
bulk_get_product
—
Get The Product String from a USB device.
bulk_get_serial
—
Get The Serial Number String from a USB device.
bulk_get_string
—
Get a string from a USB device, based on its string index.
USB Comunication Toolbox for Scilab
Data Buffers >>