Specifications
V850E2/MN4 USB CDC (Communication Device Class) Driver
R01AN0010EJ0101 Rev.1.01 Page 106 of 117
Feb 01, 2012
7. Using the Sample Driver
This section presents information that users need to know when using this USB communication device class sample
driver for the V850E2/MN4 microcontroller.
7.1 Overview
Normally, the need to modify the following sections will arise when using the sample driver.
(1)
Customization
Rewrite the following sections as needed.
• The sample application section in the file main.c
• The register setting values in the file usbf850.h
• The detailed content of the descriptors in the file usbf850_desc.h
• The device name and provider information in the virtual COM port host driver (.inf file)
Note: See section 2.1.3, Sample Driver Structure, for details on the sample driver file structure.
(2)
Function Usage
The functions are called as required from application programs. See section 4.3, Function Specifications, for details on
the implemented functions.