sidebar update

This commit is contained in:
Yoonseok Hur 2023-11-21 17:45:05 +09:00
parent bce5f2e9d1
commit a8cfb318b7

View File

@ -107,16 +107,16 @@
<h3>Inputs</h3> <h3>Inputs</h3>
<p>In order to control the communication, just send these JSON messages to the control node.</p> <p>In order to control the communication, just send these JSON messages to the control node.</p>
<code> <pre>
{ {
"serialport": "/dev/tty.usbmodem1234561", "serialport": "/dev/tty.usbmodem1234561",
"serialbaud": 115200, "serialbaud": 115200,
"databits": 8, "databits": 8,
"parity": "none", "parity": "none",
"stopbits": 1 "stopbits": 1
"enable": true "enable": true
} }
</code> changes the serial port and the configuration on the fly. </pre> changes the serial port and the configuration on the fly.
<p>The following optional parameters will change the configuration only if they are present.</p> <p>The following optional parameters will change the configuration only if they are present.</p>
<p>Any combination of them can be passed to change/control the serial communication</p> <p>Any combination of them can be passed to change/control the serial communication</p>
<ul> <ul>