Added new XPLAIN serial Bridge project (thanks to John Steggall for the software...
[pub/lufa.git] / Projects / USBtoSerial / USBtoSerial.txt
index 065b329..f5378cc 100644 (file)
@@ -4,7 +4,7 @@
  *  documentation pages. It is not a project source file.\r
  */\r
  \r
-/** \mainpage USB to Serial Converter Demo (via CDC-ACM class)\r
+/** \mainpage USB to Serial Converter Project (via CDC-ACM class)\r
  *\r
  *  \section SSec_Compat Demo Compatibility:\r
  *\r
  *\r
  *  \section SSec_Description Project Description: \r
  *\r
- *  Communications Device Class demonstration application.\r
- *  This gives a simple reference application for implementing\r
- *  a USB to Serial converter using the CDC class. Sent and\r
- *  received data on the serial port is communicated to the USB\r
- *  host.\r
+ *  USB to Serial bridge project. This project allows a USB AVR to serve\r
+ *  as a USB to USART bridge between a USB host and a device lacking a\r
+ *  USB port. When programmed into a USB AVR, the AVR will enumerate as a\r
+ *  virtual COM port.\r
+ *\r
+ *  The AVR's hardware USART's settings will change to mirror as closely as\r
+ *  possible the serial settings set on the host. However, due to hardware\r
+ *  limitations, some options may not be supported (baud rates with unacceptable\r
+ *  error rates at the AVR's clock speed, data lengths other than 6, 7 or 8 bits,\r
+ *  1.5 stop bits, parity other than none, even or odd).\r
  *  \r
  *  After running this demo for the first time on a new computer,\r
  *  you will need to supply the .INF file located in this demo\r