From e12519aa64b4c4b4e6271f66368da57913540db1 Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 27 Sep 2011 17:05:24 +0000 Subject: CDC ACM fixes git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3981 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/README.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'apps/examples/README.txt') 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 -- cgit v1.2.3