From 79231d72282a3182cb6d7cc9908b69c17601bf53 Mon Sep 17 00:00:00 2001 From: Yoonseok Hur Date: Tue, 21 Nov 2023 16:01:53 +0900 Subject: [PATCH] Update README.md --- io/serialport/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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**