[
    {
        "id": "2e3ec55.cb46c3a",
        "type": "serial in",
        "z": "be9c44b9.07cd58",
        "name": "COM2-RX",
        "serial": "b7f0fb1d.700c98",
        "x": 200,
        "y": 140,
        "wires": [
            [
                "9485522e.659d4"
            ]
        ]
    },
    {
        "id": "9485522e.659d4",
        "type": "debug",
        "z": "be9c44b9.07cd58",
        "name": "",
        "active": true,
        "tosidebar": true,
        "console": false,
        "tostatus": false,
        "complete": "false",
        "x": 390,
        "y": 140,
        "wires": []
    },
    {
        "id": "bed8a935.56de48",
        "type": "serial out",
        "z": "be9c44b9.07cd58",
        "name": "COM1-TX",
        "serial": "90c8b6a3.084a58",
        "x": 400,
        "y": 300,
        "wires": []
    },
    {
        "id": "4e9585e2.62537c",
        "type": "serial in",
        "z": "be9c44b9.07cd58",
        "name": "COM1-RX",
        "serial": "90c8b6a3.084a58",
        "x": 200,
        "y": 80,
        "wires": [
            [
                "9485522e.659d4"
            ]
        ]
    },
    {
        "id": "7ca794e1.231d7c",
        "type": "serial out",
        "z": "be9c44b9.07cd58",
        "name": "COM2-TX",
        "serial": "b7f0fb1d.700c98",
        "x": 400,
        "y": 240,
        "wires": []
    },
    {
        "id": "a3d8833a.6222",
        "type": "inject",
        "z": "be9c44b9.07cd58",
        "name": "",
        "topic": "",
        "payload": "\"COM2 out\"",
        "payloadType": "str",
        "repeat": "1",
        "crontab": "",
        "once": false,
        "onceDelay": 0.1,
        "x": 210,
        "y": 240,
        "wires": [
            [
                "7ca794e1.231d7c"
            ]
        ]
    },
    {
        "id": "f62d41a0.791c9",
        "type": "inject",
        "z": "be9c44b9.07cd58",
        "name": "",
        "topic": "",
        "payload": "\"COM1 out\"",
        "payloadType": "str",
        "repeat": "1",
        "crontab": "",
        "once": false,
        "onceDelay": 0.1,
        "x": 210,
        "y": 300,
        "wires": [
            [
                "bed8a935.56de48"
            ]
        ]
    },
    {
        "id": "b7f0fb1d.700c98",
        "type": "serial-port",
        "z": "",
        "serialport": "/dev/ttyS2",
        "serialbaud": "9600",
        "databits": "8",
        "parity": "none",
        "stopbits": "1",
        "waitfor": "",
        "dtr": "none",
        "rts": "none",
        "cts": "none",
        "dsr": "none",
        "newline": "\\n",
        "bin": "false",
        "out": "char",
        "addchar": "\\n\\r",
        "responsetimeout": "10000"
    },
    {
        "id": "90c8b6a3.084a58",
        "type": "serial-port",
        "z": "",
        "serialport": "/dev/ttyS1",
        "serialbaud": "9600",
        "databits": "8",
        "parity": "even",
        "stopbits": "1",
        "waitfor": "",
        "dtr": "none",
        "rts": "none",
        "cts": "none",
        "dsr": "none",
        "newline": "\\n",
        "bin": "false",
        "out": "char",
        "addchar": "\\n\\r",
        "responsetimeout": "10000"
    }
]