diff --git a/io/serialport/README.md b/io/serialport/README.md index d9a080ef..b7138036 100644 --- a/io/serialport/README.md +++ b/io/serialport/README.md @@ -93,10 +93,11 @@ changes the serial port and the configuration on the fly.
  • out
  • enable
  • -

    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 with other parameters, the configuration will be changed and the port will be either started or just be remaining ready to be started(ie. stopped) later depending on its value.

    +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 with other parameters, the configuration will be changed and the port will be either started or just be remaining ready to be started(ie. stopped) later depending on its value. **Here is the serial control node usage example flow** Screenshot 2023-11-21 at 3 56 39 PM