USB communications device class

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Bonnom (talk | contribs) at 19:19, 28 June 2019 (Removed "The class may include .... such as data interface, audio, or mass storage related interfaces." The classes mentioned belong to other USB classes. See: https://en.wikipedia.org/wiki/USB#Device_classes). 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 class) is a composite Universal Serial Bus device class.

The communications device class is used for computer networking devices akin to a network card, providing an interface for transmitting Ethernet or ATM frames onto some physical media. It is also used for modems, ISDN, fax machines, and telephony applications for performing regular voice calls.

Microsoft Windows versions prior to Windows Vista do not work with the networking parts of the USB CDC, instead using 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 works with USB CDC and USB WMCDC devices.[1]

This class can be used for industrial equipment such as CNC machinery to allow upgrading from older RS-232 serial controllers and robotics, since they can keep software compatibility. The device attaches to an RS-232 communications line and the operating system on the USB side makes the USB device appear as a traditional RS-232 port. Chip manufacturers such as Prolific Technology, FTDI, Microchip, and Atmel provide facilities for developing USB RS-232 devices.

Devices of this class are also implemented in embedded systems such as 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

External links