diff --git a/io/serialport/README.md b/io/serialport/README.md index 46c4c06d..d9a080ef 100644 --- a/io/serialport/README.md +++ b/io/serialport/README.md @@ -95,7 +95,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.
+`{"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**