Browse Source

Mention ^D in API docs

Clara Hobbs 7 years ago
parent
commit
f956592573
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      docs/console_config.md

+ 4
- 0
docs/console_config.md View File

70
 Commands are echoed on the terminal as characters are received.  Lines are
70
 Commands are echoed on the terminal as characters are received.  Lines are
71
 separated by `\r\n` and a command's output ends with the `PDBS) ` prompt.
71
 separated by `\r\n` and a command's output ends with the `PDBS) ` prompt.
72
 
72
 
73
+The command buffer can be cleared by sending ^D (a `\x04` character).  It is
74
+recommended to do this at the start of programmatic communications to ensure
75
+that the first command sent will be correctly processed.
76
+
73
 ### help
77
 ### help
74
 
78
 
75
 Usage: `help`
79
 Usage: `help`

Loading…
Cancel
Save