Personal tools
You are here: Home Products USB Software Typical USB Applications

Typical USB Applications

Overview

There are many reasons for adding USB connectivity to an embedded system. These are some of the more popular applications.

Mass storage

Interfacing to removable USB memory sticks is the most popular embedded application for USB. This requires adding USB host capability to the embedded system so a USB memory stick (USB device) can be enumerated. It also requires a PC-compatible FAT file system (such as RTXCusb) to be integrated with the mass storage class driver. (See design note below)

Another use of the mass storage class is to set up the embedded system as a USB device so it can plug into a PC/laptop and be enumerated as a remote drive. After enumeration the resident memory on the embedded system could be read (or written to) by the PC.

Serial I/O

With RS-232 connectors disappearing from laptops, many system manufactures are looking to USB to provide a serial connection between a laptop or PC and the embedded system. You want a technician to be able to read log files and perhaps do a firmware update. (See design note below)

In this scenario, the PC is the USB host. The embedded system is the USB device. When the device is enumerated by the host, the host (PC) opens a communications port. This scenario employs a sub-class of the Communications Device Class – CDC Serial Emulation.

HID

The Human Interface Device class allows the attachment of USB devices such as a keyboard and/or mouse.

Printer

The Printer Class allows the Embedded Host to communicate to a printer over a USB connection.

Ethernet and Wireless

A sub-class of the Communications Device Class allows TCP/IP packets to be sent over USB. This is the USB class you would likely use to communicate to a Wi-Fi dongle.

 

 Click here to contact us

 

Connect a USB Memory Stick

 

Connect your Embedded System to a PC via USB

 

 Click here to contact us