Skip to content

Commit bfc71d5

Browse files
chore: add serial name to the serial nodes
1 parent ff5a475 commit bfc71d5

File tree

1 file changed

+72
-9
lines changed

1 file changed

+72
-9
lines changed

flows.json

Lines changed: 72 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,63 @@
4242
"addchar": "",
4343
"responsetimeout": "10000"
4444
},
45+
{
46+
"id": "346f85aea8590bba",
47+
"type": "serial-port",
48+
"serialport": "/dev/tty/USB1",
49+
"serialbaud": "115200",
50+
"databits": "8",
51+
"parity": "none",
52+
"stopbits": "1",
53+
"waitfor": "",
54+
"dtr": "none",
55+
"rts": "none",
56+
"cts": "none",
57+
"dsr": "none",
58+
"newline": "\\n",
59+
"bin": "false",
60+
"out": "char",
61+
"addchar": "",
62+
"responsetimeout": "10000"
63+
},
64+
{
65+
"id": "2fa64a6ae4bfad03",
66+
"type": "serial-port",
67+
"serialport": "/dev/tty/USB2",
68+
"serialbaud": "115200",
69+
"databits": "8",
70+
"parity": "none",
71+
"stopbits": "1",
72+
"waitfor": "",
73+
"dtr": "none",
74+
"rts": "none",
75+
"cts": "none",
76+
"dsr": "none",
77+
"newline": "\\n",
78+
"bin": "false",
79+
"out": "char",
80+
"addchar": "",
81+
"responsetimeout": "10000"
82+
},
83+
{
84+
"id": "c413535be070623e",
85+
"type": "serial-port",
86+
"serialport": "/dev/tty/USB3",
87+
"serialbaud": "115200",
88+
"databits": "8",
89+
"parity": "none",
90+
"stopbits": "1",
91+
"waitfor": "",
92+
"dtr": "none",
93+
"rts": "none",
94+
"cts": "none",
95+
"dsr": "none",
96+
"newline": "\\n",
97+
"bin": "false",
98+
"out": "char",
99+
"addchar": "",
100+
"responsetimeout": "10000"
101+
},
45102
{
46103
"id": "32174867b86c7b03",
47104
"type": "function",
@@ -848,8 +905,8 @@
848905
"type": "serial in",
849906
"z": "09012e75c72a4968",
850907
"name": "",
851-
"serial": "",
852-
"x": 90,
908+
"serial": "346f85aea8590bba",
909+
"x": 110,
853910
"y": 220,
854911
"wires": [
855912
[
@@ -862,8 +919,8 @@
862919
"type": "serial in",
863920
"z": "09012e75c72a4968",
864921
"name": "",
865-
"serial": "",
866-
"x": 90,
922+
"serial": "2fa64a6ae4bfad03",
923+
"x": 110,
867924
"y": 260,
868925
"wires": [
869926
[
@@ -876,8 +933,8 @@
876933
"type": "serial in",
877934
"z": "09012e75c72a4968",
878935
"name": "",
879-
"serial": "",
880-
"x": 90,
936+
"serial": "c413535be070623e",
937+
"x": 110,
881938
"y": 300,
882939
"wires": [
883940
[
@@ -1163,23 +1220,29 @@
11631220
"id": "0b6a7dbffdb23c6e",
11641221
"type": "serial out",
11651222
"z": "09012e75c72a4968",
1166-
"x": 2070,
1223+
"name": "",
1224+
"serial": "2fa64a6ae4bfad03",
1225+
"x": 2100,
11671226
"y": 1320,
11681227
"wires": []
11691228
},
11701229
{
11711230
"id": "b45cf93febf9d58d",
11721231
"type": "serial out",
11731232
"z": "09012e75c72a4968",
1174-
"x": 2070,
1233+
"name": "",
1234+
"serial": "c413535be070623e",
1235+
"x": 2100,
11751236
"y": 1360,
11761237
"wires": []
11771238
},
11781239
{
11791240
"id": "f0483d0112ec86ef",
11801241
"type": "serial out",
11811242
"z": "09012e75c72a4968",
1182-
"x": 2070,
1243+
"name": "",
1244+
"serial": "346f85aea8590bba",
1245+
"x": 2100,
11831246
"y": 1280,
11841247
"wires": []
11851248
},

0 commit comments

Comments
 (0)