TS-7600 USB: Difference between revisions

From embeddedTS Manuals
(Created page with "The USB host port is a standard USB 2.0 at 480Mbps. The Linux kernel provides most of the USB support, and some devices may require a #Kernel Compile Guide|kernel recompile...")
 
(Changed verbiage)
Line 1: Line 1:
The USB host port is a standard USB 2.0 at 480Mbps.  The Linux kernel provides most of the USB support, and some devices may require a [[#Kernel Compile Guide|kernel recompile]].  For writing your own USB support you may want to look into [http://www.libusb.org/ libusb].
The USB host port is a standard USB 2.0 at 480Mbps.  The Linux kernel provides most of the USB support, and some devices may require a [[#Kernel Compile Guide|kernel recompile]].  For creating custom USB support, [http://www.libusb.org/ libusb] may be the easiest route.


See the [[WIFI-N-USB]] manual for information on our WIFI support.
See the [[WIFI-N-USB]] manual for information on our WIFI support.

Revision as of 13:30, 7 June 2016

The USB host port is a standard USB 2.0 at 480Mbps. The Linux kernel provides most of the USB support, and some devices may require a kernel recompile. For creating custom USB support, libusb may be the easiest route.

See the WIFI-N-USB manual for information on our WIFI support.