diff --git a/io/serialport/locales/en-US/25-serial.html b/io/serialport/locales/en-US/25-serial.html index 63a0f126..740b15a9 100644 --- a/io/serialport/locales/en-US/25-serial.html +++ b/io/serialport/locales/en-US/25-serial.html @@ -32,10 +32,8 @@
Only the msg.payload
is sent.
Optionally the baudrate can be changed using msg.baudrate
.
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)msg.action
disconnect/reconnect the serial port eg. {action:"connect"} or {action:"disconnect"} (optional)