Serial Node

Quick Start Guide

This guide will help you get up and running with SerialNode quickly.

Basic Workflow

  1. Launch SerialNode
  2. Connect to your serial device
  3. Create a new workflow
  4. Add and connect nodes
  5. Start monitoring

Connecting to a Device

  1. Click the “Add Source” button
  2. Select “Serial Port” from the sources list
  3. Choose your COM port
  4. Configure port settings:
    • Baud Rate (default: 115200)
    • Data Bits (default: 8)
    • Stop Bits (default: 1)
    • Parity (default: None)

Creating Your First Workflow

  1. Add a “Serial Input” node
  2. Connect a “Text Display” node
  3. Click “Start” to begin monitoring
  4. Your serial data will now appear in the display

Next Steps