From 6a2c2d923f5df114d46c785a7e1cf9a8f49a2121 Mon Sep 17 00:00:00 2001 From: htmltiger <1429451+htmltiger@users.noreply.github.com> Date: Sun, 18 Jun 2023 02:46:53 +0100 Subject: [PATCH] update request mode help text --- io/serialport/locales/en-US/25-serial.html | 2 ++ 1 file changed, 2 insertions(+) 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.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)