Quick Start Guide
This guide will help you get up and running with SerialNode quickly.
Basic Workflow
- Launch SerialNode
- Connect to your serial device
- Create a new workflow
- Add and connect nodes
- Start monitoring
Connecting to a Device
- Click the “Add Source” button
- Select “Serial Port” from the sources list
- Choose your COM port
- Configure port settings:
- Baud Rate (default: 115200)
- Data Bits (default: 8)
- Stop Bits (default: 1)
- Parity (default: None)
Creating Your First Workflow
- Add a “Serial Input” node
- Connect a “Text Display” node
- Click “Start” to begin monitoring
- Your serial data will now appear in the display
Next Steps
- Learn about data processing nodes
- Explore visualization options
- Check out our example workflows