diff --git a/io/serialport/locales/en-US/25-serial.html b/io/serialport/locales/en-US/25-serial.html index 5ea6bb62..63a0f126 100644 --- a/io/serialport/locales/en-US/25-serial.html +++ b/io/serialport/locales/en-US/25-serial.html @@ -66,6 +66,8 @@
  • msg.waitfor 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.
  • Optionally the baudrate can be changed using msg.baudrate
  • +
  • msg.disconnect disconnect the serial port eg. {disconnect: true} (optional)
  • +
  • msg.connect attempt to reconnect of the serial port after disconnect eg. {connect: true} (optional)
  • Outputs