Skip to content

Commit 3c9dbf4

Browse files
committed
Few more additions based on PR feedback
1 parent 4c30306 commit 3c9dbf4

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ The following shortcuts are available within the serial terminal:
534534
- Ctrl+t - Menu escape key
535535
- _Even more shortcuts are available through the Menu shortcut. Check the help within the serial terminal (Ctrl+h).__
536536

537-
To automate things, you can also add the `--sterm` option to `mbed compile -f` to compile a new program, flash the program/firmware image to the connected target and then open serial terminal to it's COM port:
537+
You can also add the --sterm option to mbed compile -f to compile a new program, flash the program/firmware image to the connected target and then open the serial terminal to it's COM port:
538538

539539
```
540540
$ mbed compile -t GCC_ARM -m K64F -f --sterm

mbed/mbed_terminal.py

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -67,21 +67,21 @@ def get_print_help():
6767
--- Mbed Serial Terminal (0.3a)
6868
--- Based on miniterm from pySerial
6969
---
70-
--- CTRL+B Send Break (reset target)
71-
--- CTRL+C Exit terminal
72-
--- CTRL+E Toggle local echo
73-
--- CTRL+H Help
74-
--- CTRL+T Menu escape key, followed by:
75-
--- P Change COM port
76-
--- B Change baudrate
77-
--- TAB Show detailed terminal info
78-
--- CTRL+A Change encoding (default UTF-8)
79-
--- CTRL+F Edit filters
80-
--- CTRL+L Toggle EOL
81-
--- CTRL+R Toggle RTS
82-
--- CTRL+D Toggle DTR
83-
--- CTRL+C Send control character to remote
84-
--- CTRL+T Send control character to remote
70+
--- Ctrl+b Send Break (reset target)
71+
--- Ctrl+c Exit terminal
72+
--- Ctrl+e Toggle local echo
73+
--- Ctrl+h Help
74+
--- Ctrl+t Menu escape key, followed by:
75+
--- p Change COM port
76+
--- b Change baudrate
77+
--- Tab Show detailed terminal info
78+
--- Ctrl+a Change encoding (default UTF-8)
79+
--- Ctrl+f Edit filters
80+
--- Ctrl+l Toggle EOL
81+
--- Ctrl+r Toggle RTS
82+
--- Ctrl+d Toggle DTR
83+
--- Ctrl+c Send control character to remote
84+
--- Ctrl+t Send control character to remote
8585
"""
8686

8787
def print_help():

0 commit comments

Comments
 (0)