>_ Serial Console

Disconnected No port selected RX: 0 bytes TX: 0 bytes
HOST
Connected Peers ×
| JOIN

Serial Console Help ×

Getting Started

This is a browser-based serial terminal. Click Connect to select a USB/serial device and start communicating. Requires Chrome or Edge 89+ with a secure context (HTTPS or localhost).

Serial Settings

Configure baud rate, data bits, stop bits, parity, and flow control in the toolbar to match your device. The most common configuration is 115200 8N1 (115200 baud, 8 data bits, no parity, 1 stop bit).

Sending Commands

Type in the input bar at the bottom and press Enter to send. You can also type directly in the terminal area when it has focus. Choose the line ending (CR, LF, CR+LF, or None) to match your device.

Remote Sharing (P2P)

Share your serial console with others over the internet using WebRTC peer-to-peer connections. No data passes through a server -- it goes directly between browsers.

Peer Management (Host)

Session Persistence

Sessions survive page refreshes. The host's approved session tokens and the peer's credentials are stored in sessionStorage (tab-scoped, 30-minute expiry). Reconnecting peers with valid tokens are auto-approved.

Security