Minor documentation improvements.
[pub/USBasp.git] / Demos / Device / ClassDriver / VirtualSerialMouse / VirtualSerialMouse.txt
1 /** \file
2 *
3 * This file contains special DoxyGen information for the generation of the main page and other special
4 * documentation pages. It is not a project source file.
5 */
6
7 /** \mainpage Combined Communications Device Class (Virtual Serial Port) and Mouse Demo
8 *
9 * \section Sec_Compat Demo Compatibility:
10 *
11 * The following list indicates what microcontrollers are compatible with this demo.
12 *
13 * \li Series 7 USB AVRs (AT90USBxxx7)
14 * \li Series 6 USB AVRs (AT90USBxxx6)
15 * \li Series 4 USB AVRs (ATMEGAxxU4)
16 * \li Series 2 USB AVRs (AT90USBxx2, ATMEGAxxU2)
17 * \li Series AU XMEGA AVRs (ATXMEGAxxxAxU)
18 * \li Series B XMEGA AVRs (ATXMEGAxxxBxU)
19 * \li Series C XMEGA AVRs (ATXMEGAxxxCxU)
20 *
21 * \section Sec_Info USB Information:
22 *
23 * The following table gives a rundown of the USB utilization of this demo.
24 *
25 * <table>
26 * <tr>
27 * <td><b>USB Mode:</b></td>
28 * <td>Device</td>
29 * </tr>
30 * <tr>
31 * <td><b>USB Class:</b></td>
32 * <td>Communications Device Class (CDC) \n
33 * Human Interface Device Class (HID)</td>
34 * </tr>
35 * <tr>
36 * <td><b>USB Subclass:</b></td>
37 * <td>Abstract Control Model (ACM) \n
38 * Mouse Subclass</td>
39 * </tr>
40 * <tr>
41 * <td><b>Relevant Standards:</b></td>
42 * <td>USBIF CDC Class Standard</td>
43 * <td>USBIF HID Specification \n
44 * USBIF HID Usage Tables</td>
45 * </tr>
46 * <tr>
47 * <td><b>Supported USB Speeds:</b></td>
48 * <td>Full Speed Mode</td>
49 * </tr>
50 * </table>
51 *
52 * \section Sec_Description Project Description:
53 *
54 * Combined Communications Device Class/Mouse demonstration application.
55 * This gives a simple reference application for implementing a combined
56 * CDC and HID device acting as a both a virtual serial port and a mouse.
57 * Joystick actions are transmitted to the host as strings and as mouse
58 * movements. The device does not respond to serial data sent from the host.
59 *
60 * After running this demo for the first time on a new computer,
61 * you will need to supply the .INF file located in this demo
62 * project's directory as the device's driver when running under
63 * Windows. This will enable Windows to use its inbuilt CDC drivers,
64 * negating the need for custom drivers for the device. Other
65 * Operating Systems should automatically use their own inbuilt
66 * CDC-ACM drivers.
67 *
68 * \section Sec_Options Project Options
69 *
70 * The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value.
71 *
72 * <table>
73 * <tr>
74 * <td>
75 * None
76 * </td>
77 * </tr>
78 * </table>
79 */
80