diff --git a/io/serialport/README.md b/io/serialport/README.md index 73266ff3..dbadfd3f 100644 --- a/io/serialport/README.md +++ b/io/serialport/README.md @@ -96,7 +96,7 @@ changes the serial port and the configuration on the fly.

When the `enable` property is not present, it will default to `true`

`{"enable":true}` or `{"enable":false}` will start or stop the communication.

-

If `enable` is passed along wiht other parameters, the configuration will be changed and either be started or just stopped and ready to start depending on the value.

+

If `enable` is passed along wiht other parameters, the configuration will be changed and either be started or just be ready to be started(ie. stopped ) depending on its value.

**Here is the serial control node usage example flow** diff --git a/io/serialport/locales/en-US/25-serial.html b/io/serialport/locales/en-US/25-serial.html index a2836be5..db0de1b8 100644 --- a/io/serialport/locales/en-US/25-serial.html +++ b/io/serialport/locales/en-US/25-serial.html @@ -136,7 +136,7 @@

When the enable property is not present, it will default to true

{"enable":true} or {"enable":false} will start or stop the communication.

-

If enable is passed along wiht other parameters, the configuration will be changed and either be started or just stopped and ready to start depending on the value.

+

If enable is passed along with other parameters, the configuration will be changed and either be started or just be ready to be started(ie. stopped ) depending on its value.

Outputs

msg.payload is the response. It contains the serial port configuration