*\r
* \section SSec_Compat Demo Compatibility:\r
*\r
- * The following table indicates what microcontrollers are compatible with this demo.\r
+ * The following list indicates what microcontrollers are compatible with this demo.\r
*\r
- * - AT90USB1287\r
- * - AT90USB1286\r
- * - AT90USB647\r
- * - AT90USB646\r
- * - ATMEGA32U6\r
- * - ATMEGA32U4\r
- * - ATMEGA16U4\r
- * - AT90USB162\r
- * - AT90USB82\r
+ * - Series 7 USB AVRs\r
+ * - Series 6 USB AVRs\r
+ * - Series 4 USB AVRs\r
+ * - Series 2 USB AVRs\r
*\r
* \section SSec_Info USB Information:\r
*\r
* </tr>\r
* <tr>\r
* <td><b>USB Class:</b></td>\r
- * <td>Human Interface Device (HID)</td>\r
+ * <td>Communications Device Class (CDC)</td>\r
* </tr>\r
* <tr> \r
* <td><b>USB Subclass:</b></td>\r
- * <td>Keyboard</td>\r
+ * <td>Abstract Control Model (ACM)</td>\r
* </tr>\r
* <tr>\r
* <td><b>Relevant Standards:</b></td>\r
- * <td>USBIF HID Standard, USBIF HID Usage Tables</td>\r
+ * <td>USBIF CDC Class Standard</td>\r
+ * <td>Arduino Bootloader Specification</td>\r
* </tr>\r
* <tr>\r
* <td><b>Usable Speeds:</b></td>\r
- * <td>Low Speed Mode, Full Speed Mode</td>\r
+ * <td>Full Speed Mode</td>\r
* </tr>\r
* </table>\r
*\r
*\r
* This is primarily designed to fit the Benito board from www.dorkbotpdx.org, but will suit all USB AVRs.\r
*\r
+ * After running this project for the first time on a new computer, you will need to supply the .INF file located\r
+ * in this project's directory as the device's driver when running under Windows. This will enable Windows to use\r
+ * its inbuilt CDC drivers, negating the need for custom drivers for the device. Other Operating Systems should\r
+ * automatically use their own inbuilt CDC-ACM drivers.\r
+ *\r
* \section SSec_Options Project Options\r
*\r
* The following defines can be found in this demo, which can control the demo behaviour when defined, or changed in value.\r