Skip to content

Commit

Permalink
update request mode help text
Browse files Browse the repository at this point in the history
  • Loading branch information
htmltiger committed Jun 18, 2023
1 parent c04f666 commit 6a2c2d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions io/serialport/locales/en-US/25-serial.html
Expand Up @@ -66,6 +66,8 @@ <h3>Inputs</h3>
<li><code>msg.waitfor</code> must be a single character, escape code, or hex code.
If set, the node will wait until it matches that character in the stream and then start the output.</li>
<li>Optionally the baudrate can be changed using <code>msg.baudrate</code></li>
<li><code>msg.disconnect</code> disconnect the serial port eg. {disconnect: true} (optional)</li>
<li><code>msg.connect</code> attempt to reconnect of the serial port after disconnect eg. {connect: true} (optional)</li>
</ul>
<h3>Outputs</h3>
<ul>
Expand Down

0 comments on commit 6a2c2d9

Please sign in to comment.