Jump to content

USB communications device class

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Old Aylesburian (talk | contribs) at 15:38, 1 May 2012. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

USB communications device class (or USB CDC) is a composite Universal Serial Bus device class. It provides a single device class. The class may include more than one interface, such as a custom control interface, data interface, audio, or mass storage related interfaces.

The communications device class is primarily used for modems. However it also supports ISDN and fax machines and telephony applications for performing regular voice calls.

Additionally this device class supports computer networking akin to a network card, providing an interface for transmitting Ethernet or ATM frames onto some physical media. Microsoft Windows versions prior to Windows Vista do not support the networking parts of the USB CDC, instead promoting Microsoft's own derivative named Microsoft RNDIS, a serialized version of the Microsoft NDIS (Network Driver Interface Specification). With a vendor-supplied INF file, Windows Vista supports USB CDC and USB WMCDC.[1]

This class can be used for industrial equipment such as CNC machinery to allow upgrading from older RS232 serial controllers and robotics, since they can keep software compatibility. The serial driver works transparently emulating the USB as a serial port. Chip manufacturers like Microchip and Atmel provide easy to use solutions for developing USB to serial converters

This class is also implemented in embedded systems like mobile phones so that a phone may be used as a modem, fax or network port. The data interfaces are generally used to perform bulk data transfer.

References