Difference between revisions of "emUSB-Host"

From SEGGER Wiki
Jump to: navigation, search
(Created page with "SEGGER's emUSB-Host is a USB host software specifically designed for embedded systems. It implements full USB host functionality, including external hub support, and optionall...")
 
(USB classes)
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
SEGGER's emUSB-Host is a USB host software specifically designed for embedded systems. It implements full USB host functionality, including external hub support, and optionally provides device class drivers. It enables developers to easily add USB host functionality to embedded systems.
 
SEGGER's emUSB-Host is a USB host software specifically designed for embedded systems. It implements full USB host functionality, including external hub support, and optionally provides device class drivers. It enables developers to easily add USB host functionality to embedded systems.
  +
  +
__TOC__
  +
  +
== USB classes ==
  +
* [[USB_Audio | Audio class]]
  +
* [[CCID | Chip Card Interface Device (CCID)]]
  +
* [[CDC | Communication Device Class - Abstract Control Model (CDC-ACM)]]
  +
* [[HID | Human interface device (HID)]]
  +
* [[MSD | Mass Storage Device (MSD)]]
  +
* [[MTP | Media Transfer Protocol (MTP)]]
  +
* [[USB_Printer | Printer class]]
  +
  +
== Related technologies ==
  +
* [[WebUSB]]

Revision as of 15:48, 28 June 2019

SEGGER's emUSB-Host is a USB host software specifically designed for embedded systems. It implements full USB host functionality, including external hub support, and optionally provides device class drivers. It enables developers to easily add USB host functionality to embedded systems.

USB classes

Related technologies