4700 USB Host: Difference between revisions

From embeddedTS Manuals
No edit summary
m (FTP links auto-updated (http://www.libusb.org/ →‎ https://libusb.info/))
 
(4 intermediate revisions by one other user not shown)
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]].  Common devices such as keyboards, mice, wifi, and ethernet should mostly work out of the box.


See the [[WIFI-N-USB]] manual for information on our WIFI support.
The [https://libusb.info/ libusb] project can also be used to communicate directly with USB peripherals from userspace.

Latest revision as of 20:05, 14 January 2021

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. Common devices such as keyboards, mice, wifi, and ethernet should mostly work out of the box.

The libusb project can also be used to communicate directly with USB peripherals from userspace.