mirror of
https://github.com/node-red/node-red-nodes.git
synced 2025-03-01 10:37:43 +00:00
sidebar update
This commit is contained in:
parent
bce5f2e9d1
commit
a8cfb318b7
@ -107,16 +107,16 @@
|
||||
|
||||
<h3>Inputs</h3>
|
||||
<p>In order to control the communication, just send these JSON messages to the control node.</p>
|
||||
<code>
|
||||
{
|
||||
"serialport": "/dev/tty.usbmodem1234561",
|
||||
"serialbaud": 115200,
|
||||
"databits": 8,
|
||||
"parity": "none",
|
||||
"stopbits": 1
|
||||
"enable": true
|
||||
}
|
||||
</code> changes the serial port and the configuration on the fly.
|
||||
<pre>
|
||||
{
|
||||
"serialport": "/dev/tty.usbmodem1234561",
|
||||
"serialbaud": 115200,
|
||||
"databits": 8,
|
||||
"parity": "none",
|
||||
"stopbits": 1
|
||||
"enable": true
|
||||
}
|
||||
</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>Any combination of them can be passed to change/control the serial communication</p>
|
||||
<ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user