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.
7 /** \mainpage Communications Device Class (Virtual Serial Port) Demo
9 * \section SSec_Compat Demo Compatibility:
11 * The following list indicates what microcontrollers are compatible with this demo.
15 * \section SSec_Info USB Information:
17 * The following table gives a rundown of the USB utilization of this demo.
21 * <td><b>USB Mode:</b></td>
25 * <td><b>USB Class:</b></td>
26 * <td>Communications Device Class (CDC)</td>
29 * <td><b>USB Subclass:</b></td>
30 * <td>Abstract Control Model (ACM)</td>
33 * <td><b>Relevant Standards:</b></td>
34 * <td>USBIF CDC Class Standard</td>
37 * <td><b>Usable Speeds:</b></td>
38 * <td>Full Speed Mode</td>
42 * \section SSec_Description Project Description:
44 * Hotmail Email Notifier Project. This project is designed for the Busware BUI board, however it can run easily on any
45 * USB AVR. It consists of a host application (written in C#) and a device firmware which work together to provide a
46 * visual mail notification system via the board's RGB LED. While the sample host application uses the Windows Live
47 * Messenger API for its email notifications, the hardware simply adjusts the LED color based on bytes sent to it - thus
48 * with a little coding, this project can be adapted for any sort of visual notification.
50 * To compile the host application, you will need Microsoft Visual Studio 2008 (the free Express edition should be
51 * sufficient) as well as a recent version of Windows Live Messenger installed. When run, you will need to set the COM port
52 * number used by the hardware on the host PC, whereupon the host will send new email notifications to the device.
54 * \section SSec_Options Project Options
56 * The following defines can be found in this project, which can control the project behaviour when defined, or changed in value.