USB Libraries Help > USB Host Libraries > USB CDC Host Library > Using the Library > How the Library Works
MPLAB Harmony USB Stack
How the Library Works

The CDC Host Client Driver provides the user application with an easy-to-use interface to the attached CDC device. The USB Host Layer initializes the CDC Host Client Driver when a device is attached. This process does not require application intervention. 

The following sections describe the steps and methods required for the user application to interact with the attached devices:

  • TPL Table Configuration for CDC Devices
  • Detecting Device Attach
  • Opening the CDC Host Client Driver
  • Sending Class-specific Control Transfers
  • Reading and Writing Data
  • Event Handling
Topics
Name 
Description 
Provides information on configuring the TPL table for CDC devices. 
Describes how to register an Attach Event Handler. 
Describes how an application can open the CDC Host Client Driver. 
Describes how the application client can send CDC Class-specific commands to the connected device. 
Describes how to transfer data to the attached CDC device. 
Describes how to set event handlers.