diff options
| author | hathach <[email protected]> | 2014-04-22 00:15:39 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-04-22 00:15:39 +0700 |
| commit | 6eba3585d273f2eb549206649083429f2deb4c30 (patch) | |
| tree | 53d93613dcad02efca2df87a03f360c85c60cfb2 | |
| parent | d656a0e3f8fd7fb86e591e330b7ccacb64918429 (diff) | |
add a bit more doc
| -rw-r--r-- | demos/device/readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/device/readme.md b/demos/device/readme.md index c2e0dce88..b02330db2 100644 --- a/demos/device/readme.md +++ b/demos/device/readme.md @@ -76,6 +76,6 @@ Then choose "Browse my computer for driver software" then navigate to the device **Testing Demo** -Connect to the "tinyusb Serial Port" with your terminal application, and start to type. You should get echo back as the CDC serial application demo is written to transmit what it received. +Connect to the "tinyusb Serial Port" with your terminal application, and start to type. You should get echo back as the CDC serial application demo is written to transmit what it received. Notes: if Windows/terminal don't realize serial port (especially if you unplugged device without disconnect previously), simply unplug and plug device again. This is a "known feature" of Windows's usbser. 
\ No newline at end of file |
