summaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-09-27 17:05:24 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-09-27 17:05:24 +0000
commite12519aa64b4c4b4e6271f66368da57913540db1 (patch)
treef633b94ac4242bb63caef367632d8dacb495f89c /apps/examples/README.txt
parent93b4f58e8d5ea52729e37982e0fe743581ba22cd (diff)
downloadnuttx-e12519aa64b4c4b4e6271f66368da57913540db1.tar.gz
nuttx-e12519aa64b4c4b4e6271f66368da57913540db1.tar.bz2
nuttx-e12519aa64b4c4b4e6271f66368da57913540db1.zip
CDC ACM fixes
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3981 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/README.txt')
-rw-r--r--apps/examples/README.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index 0327d6b61..ca58fbb27 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -975,6 +975,22 @@ examples/usbterm
the local target serial console are received and forwarded to the
remote host via USB serial.
+ Usage:
+ - Build the example and load into the target FLASH
+ - Connect on terminal to the target RS-232 connect and configure
+ for 115200 8N1. For example, suppose this Tera Term on a Windows
+ box.
+ - Power up the target board
+ - Connect the USB to a Linux box. Use the Linux dmesg command to
+ assure that the connect was successful. The USB CDC ACM device
+ should appear as /dev/ttyACM0
+ - On the Linux box, open minicom with tty=/dev/ttyACM0.
+ Configure minicom so that (1) local characters are echoed and (2)
+ so that no CR is required.
+ - Now what you type on the target Tera Term window should echo on
+ the Linux minicom window and, conversely, what you type on the
+ minicom winow should be echo in the target Tera Term window.
+
Configuration options:
CONFIG_EXAMPLES_UBSTERM_BUILTIN - Build the usbterm example as an NSH