diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-11-25 00:36:18 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-11-25 00:36:18 +0000 |
| commit | 96dcfc0e33dfb5bf50c195b05a4e1c5ea6b2d5f4 (patch) | |
| tree | 0e51bc1ef2a4e32ce29f448299a62ca16c46c3a8 /Projects/USBtoSerial | |
| parent | be7e7eafe3e212f51ab1aa2f77e5a7eec02112e4 (diff) | |
Added new XPLAIN serial Bridge project (thanks to John Steggall for the software UART code).
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@916 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/USBtoSerial')
| -rw-r--r-- | Projects/USBtoSerial/USBtoSerial.txt | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/Projects/USBtoSerial/USBtoSerial.txt b/Projects/USBtoSerial/USBtoSerial.txt index 065b3296..f5378cce 100644 --- a/Projects/USBtoSerial/USBtoSerial.txt +++ b/Projects/USBtoSerial/USBtoSerial.txt @@ -4,7 +4,7 @@ * documentation pages. It is not a project source file.
*/
-/** \mainpage USB to Serial Converter Demo (via CDC-ACM class)
+/** \mainpage USB to Serial Converter Project (via CDC-ACM class)
*
* \section SSec_Compat Demo Compatibility:
*
@@ -44,11 +44,16 @@ *
* \section SSec_Description Project Description:
*
- * Communications Device Class demonstration application.
- * This gives a simple reference application for implementing
- * a USB to Serial converter using the CDC class. Sent and
- * received data on the serial port is communicated to the USB
- * host.
+ * USB to Serial bridge project. This project allows a USB AVR to serve
+ * as a USB to USART bridge between a USB host and a device lacking a
+ * USB port. When programmed into a USB AVR, the AVR will enumerate as a
+ * virtual COM port.
+ *
+ * The AVR's hardware USART's settings will change to mirror as closely as
+ * possible the serial settings set on the host. However, due to hardware
+ * limitations, some options may not be supported (baud rates with unacceptable
+ * error rates at the AVR's clock speed, data lengths other than 6, 7 or 8 bits,
+ * 1.5 stop bits, parity other than none, even or odd).
*
* After running this demo for the first time on a new computer,
* you will need to supply the .INF file located in this demo
|
