// browser-based serial terminal
Portside opens a real serial connection to any USB-CDC device straight from Chrome or Edge — flash logs, sensor output, AT commands, whatever your board is saying. No app to install, no drivers to track down.
Why portside
Nothing to configure beyond what you'd expect from a terminal: the port, the baud rate, and a place to type.
01 — ZERO INSTALL
No CoolTerm, no PuTTY, no serial-to-USB driver hunting. If your browser supports Web Serial, you're connected in two clicks.
02 — LOCAL ONLY
The connection runs directly between your browser and the device. Bytes never touch a backend, because there isn't one.
03 — READABLE LOGS
Autoscroll, timestamps, and a search box that doesn't fight you — for the moment you're staring at a wall of output looking for one line.
How it works
Any USB-CDC or USB-serial device — a microcontroller, a modem, a sensor board. It should already show up as a serial port on your machine.
Click "Open terminal," then "Connect." Your browser shows its own device picker — portside never sees devices you don't explicitly choose.
Pick a rate (or leave the default 115200), and you're reading and writing bytes in real time.
Compatibility
This is a browser API, not a universal one. Safari and Firefox haven't implemented it yet.
Open the terminal and connect — it takes about ten seconds.