diff --git a/io/serialport/locales/en-US/25-serial.html b/io/serialport/locales/en-US/25-serial.html index db0de1b8..f38602c5 100644 --- a/io/serialport/locales/en-US/25-serial.html +++ b/io/serialport/locales/en-US/25-serial.html @@ -107,16 +107,16 @@

Inputs

In order to control the communication, just send these JSON messages to the control node.

- - { - "serialport": "/dev/tty.usbmodem1234561", - "serialbaud": 115200, - "databits": 8, - "parity": "none", - "stopbits": 1 - "enable": true - } - changes the serial port and the configuration on the fly. +
 
+{
+    "serialport": "/dev/tty.usbmodem1234561",
+    "serialbaud": 115200,
+    "databits": 8,
+    "parity": "none",
+    "stopbits": 1
+    "enable": true
+} 
+        
changes the serial port and the configuration on the fly.

The following optional parameters will change the configuration only if they are present.

Any combination of them can be passed to change/control the serial communication