* - <b>ClassDriver</b>\r
* - <b>AudioInput</b> - Audio In (microphone) demo, using the library USB Audio Class driver framework\r
* - <b>AudioOutput</b> - Audio Out (speaker) demo, using the library USB Audio Class driver framework\r
- * - <b>CDC</b> - Virtual Serial Port demo, using the library USB CDC Class driver framework\r
- * - <b>CDCMouse</b> - Virtual Serial Port and Mouse demo, using the library USB CDC and HID Class driver frameworks\r
- * - <b>DualCDC</b> - Dual Virtual Serial Port demo, using the library USB CDC Class driver framework\r
+ * - <b>DualVirtualSerial</b> - Dual Virtual Serial Port demo, using the library USB CDC Class driver framework\r
* - <b>GenericHID</b> - Generic Human Interface Class demo, using the library USB HID Class driver framework\r
* - <b>Joystick</b> - USB Joystick demo, using the library USB HID Class driver framework\r
* - <b>Keyboard</b> - USB Keyboard demo, using the library USB HID Class driver framework\r
* - <b>MIDI</b> - MIDI In demo, using the library USB MIDI-Audio Class driver framework\r
* - <b>Mouse</b> - USB Mouse demo, using the library USB HID driver framework\r
* - <b>RNDISEthernet</b> - RNDIS Ethernet Webserver demo, using the library USB RNDIS driver framework\r
+ * - <b>VirtualSerial</b> - Virtual Serial Port demo, using the library USB CDC Class driver framework\r
+ * - <b>VirtualSerialMouse</b> - Virtual Serial Port and Mouse demo, using the library USB CDC and HID Class driver frameworks\r
* - <b>LowLevel</b>\r
* - <b>AudioInput</b> - Audio In (microphone) demo, using the low level LUFA APIs to implement the USB Audio class\r
* - <b>AudioOutput</b> - Audio Out (speaker) demo, using the low level LUFA APIs to implement the USB Audio class\r
- * - <b>CDC</b> - Virtual Serial Port demo, using the low level LUFA APIs to implement the USB CDC class\r
- * - <b>DualCDC</b> - Dual Virtual Serial Port demo, using the low level LUFA APIs to implement the USB CDC class\r
+ * - <b>DualVirtualSerial</b> - Dual Virtual Serial Port demo, using the low level LUFA APIs to implement the USB CDC class\r
* - <b>GenericHID</b> - Generic Human Interface Class demo, using the low level LUFA APIs to implement the USB HID class\r
* - <b>Joystick</b> - USB Joystick demo, using the low level LUFA APIs to implement the USB HID class\r
* - <b>Keyboard</b> - USB Keyboard demo, using the low level LUFA APIs to implement the USB HID class\r
* - <b>MIDI</b> - MIDI In demo, using the low level LUFA APIs to implement the USB MIDI-Audio class\r
* - <b>Mouse</b> - USB Mouse demo, using the low level LUFA APIs to implement the USB HID class\r
* - <b>RNDISEthernet</b> - RNDIS Ethernet Webserver demo, using the low level LUFA APIs to implement the USB RNDIS class\r
+ * - <b>VirtualSerial</b> - Virtual Serial Port demo, using the low level LUFA APIs to implement the USB CDC class\r
* - <b>Incomplete</b>\r
* - <b>SideShow</b> - Incomplete Windows SideShow demo, using the low level LUFA APIs to implement the USB SideShow class\r
* - <b>Host</b>\r
* - <b>ClassDriver</b>\r
- * - <b>CDCHost</b> - Virtual Serial Port host demo, using the library USB CDC Class driver framework\r
* - <b>JoystickHostWithParser</b> - Joystick host demo with HID Descriptor parser, using the library USB HID Class driver framework\r
* - <b>KeyboardHost</b> - USB Keyboard host demo, using the library USB HID Class driver framework\r
* - <b>KeyboardHostWithParser</b> - USB Keyboard host demo with HID Descriptor parser, using the library USB HID Class\r
* - <b>MassStorageHost</b> - Mass Storage host demo, using the library USB Mass Storage Class driver framework\r
* - <b>MouseHost</b> - Mouse host demo, using the library USB HID Class driver framework\r
* - <b>MouseHostWithParser</b> - Mouse host demo with HID Descriptor parser, using the library USB HID Class driver framework\r
+ * - <b>RNDISHost</b> - RNDIS Ethernet host demo, using the library USB RNDIS Class driver framework\r
* - <b>StillImageHost</b> - Still Image Camera host demo, using the library USB Still Image Class driver framework\r
+ * - <b>VirtualSerialHost</b> - Virtual Serial Port host demo, using the library USB CDC Class driver framework\r
* - <b>LowLevel</b>\r
- * - <b>CDCHost</b> - Virtual Serial Port host demo, using the low level LUFA APIs to implement the USB CDC class\r
* - <b>JoystickHostWithParser</b> - Joystick host demo with HID Descriptor parser, using the low level LUFA APIs to implement \r
* the USB HID class\r
* - <b>GenericHIDHost</b> - Generic HID host demo, using the low level LUFA APIs to implement the USB HID class\r
* - <b>MouseHostWithParser</b> - Mouse host demo with HID Descriptor parser, using the low level LUFA APIs to implement the\r
* USB HID class\r
* - <b>PrinterHost</b> - Printer host demo, using the low level LUFA APIs to implement the USB Printer class\r
- * - <b>StillImageHost</b> - Still Image Camera host demo, using the low level LUFA APIs to implement the USB Still Image class\r
* - <b>RNDISHost</b> - RNDIS Ethernet host demo, using the low level LUFA APIs to implement the RNDIS class\r
+ * - <b>StillImageHost</b> - Still Image Camera host demo, using the low level LUFA APIs to implement the USB Still Image class\r
+ * - <b>VirtualSerialHost</b> - Virtual Serial Port host demo, using the low level LUFA APIs to implement the USB CDC class\r
* - <b>Incomplete</b>\r
* - <b>BluetoothHost</b> - Incomplete Bluetooth host demo, using the low level LUFA APIs to implement the USB Bluetooth class\r
* - <b>DualRole</b>\r
* - <b>CDC</b> - CDC Class USB bootloader, compatible with any AVR910 protocol programming software such as AVRDude\r
* - <b>TeensyHID</b> - HID Class bootloader, compatible with the PJRC TeensyLoader software\r
* - <b>Projects</b>\r
- * - <b>AVRISP</b> - AVRISP-MKII Programmer Clone project\r
+ * - <b>AVRISP-MKII</b> - AVRISP-MKII Programmer Clone project\r
* - <b>Benito</b> - Benito Board Arduino Programmer project\r
+ * - <b>LEDNotifier</b> - USB LED Notification project\r
* - <b>Magstripe</b> - Magnetic Stripe Card Reader project\r
* - <b>MissileLaucher</b> - Toy Missile Launcher Host project\r
+ * - <b>TemperatureDataLogger</b> - Temperature Datalogging project\r
* - <b>USBtoSerial</b> - USB to USART Serial Converter project\r
*\r
* </small>\r