Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-os-example-mbed5-blinky by
Revision 53:2da3dc1461af, committed 2017-11-11
- Comitter:
- Ladon
- Date:
- Sat Nov 11 15:19:06 2017 +0000
- Parent:
- 52:fb9d943f4042
- Commit message:
- simplifying README.md
Changed in this revision
| README.md | Show annotated file Show diff for this revision Revisions of this file |
--- a/README.md Sat Nov 11 15:16:46 2017 +0000
+++ b/README.md Sat Nov 11 15:19:06 2017 +0000
@@ -2,7 +2,8 @@
1) open usb in file manager
2) run in a terminal :
- $ stty -F /dev/ttyACM0 cs8 9600 ignbrk -brkint -imaxbel -opost -onlcr -isig -icanon -iexten -echo -echoe -echok -echoctl -echoke noflsh -ixon -crtscts -igncr -icrnl -onocr min 1 && cat /dev/ttyACM0
+ $ stty -F /dev/ttyACM0 cs8 9600 ignbrk -brkint -imaxbel -opost -onlcr -isig -icanon -iexten -echo -echoe -echok -echoctl -echoke noflsh -ixon -crtscts -igncr -icrnl -onocr min 1
+ $ cat /dev/ttyACM0
3) run in another terminal :
$ cat > /dev/ttyACM0
