惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

雷峰网
雷峰网
博客园 - 叶小钗
博客园_首页
阮一峰的网络日志
阮一峰的网络日志
D
Docker
J
Java Code Geeks
B
Blog
G
Google Developers Blog
小众软件
小众软件
博客园 - 聂微东
罗磊的独立博客
大猫的无限游戏
大猫的无限游戏
IT之家
IT之家
量子位
WordPress大学
WordPress大学
美团技术团队
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
宝玉的分享
宝玉的分享
腾讯CDC
Martin Fowler
Martin Fowler
V
Visual Studio Blog
D
DataBreaches.Net
Stack Overflow Blog
Stack Overflow Blog
C
Check Point Blog

Show HN

The Two Pillars: Mixer Mode and Meta-Software in the Reorganization of Software Work After AI GitHub - JaiCode08/teleport-env What 1,000+ Harness Experiments Taught Me About Self-Improving Agents Show HN: Liiists, a Markdown-first, iOS and CLI list app SwiperTab – Get this Extension for 🦊 Firefox (en-US) GitHub - kouhxp/fftext: Summarize, explain, fact-check, or translate any text, URL, or file. No GPU. No cloud. One command GitHub - sweetpad-dev/sweetpad: Develop Swift/iOS projects using VSCode GitHub - dogmaticdev/IRON: IRON a.k.a. Intermediate Representation Object Notation is a Interpreter/Database that is used to create Programming Languages. GitHub - sjhalani7/vaen: Package your AI coding harness into a portable .agent file, and share it across repos, teams, & the community without ever having to copy-paste instructions, skills, MCP config, or secrets. Show HN: Gandalf the Grader Show HN: Citadeld – replay any CI failure locally from a single file GitHub - tdortman/cuSBF: High-Performance GPU Super Bloom Filter coral-ai/claude-code-token-xray at main · Coral-Bricks-AI/coral-ai GitHub - ulyssestenn/funes: Funes is a Git-based framework for LLM-managed knowledge work: an AI Librarian ingests raw sources, builds an interlinked Markdown knowledge base, and uses it to produce cited reports, analyses, and other outputs. GitHub - ThatXliner/gah: Git Add Hunk, built for agents to use GitHub - harmont-dev/harmont-cli: Command-line client for the Harmont CI platform GitHub - brooksmcmillin/mcp-authflow: OAuth 2.0 Authorization Server framework for MCP servers GitHub - javaid-codes/audit-supply-chain-agents GitHub - amorey/gochan: A small library of common channel architectures for Go, inspired by Rust GitHub - arifozgun/OpenGem: Free, Open-Source AI API Gateway with Gemini, OpenAI & Anthropic Compatibility in 1 file GitHub - Pranesh950/BioPetals: 🌸 Run BIOxAI models at home, BitTorrent-style. Fine-tuning and inference up to 10x faster than offloading GitHub - cnguyen14/bounty-doctor: Diagnose a GitHub bounty issue before you waste hours: detects honeypot scam repos, AI-bot attempt swarms, and stale contests. Show HN: CoreMCP – MCP Server for On-Prem DBs Show HN: KittyHTML – Render HTML/CSS as an inline image in your terminal GitHub - bingud/filemat: Web-based file manager Show HN: TruthLens – Free multi-signal deepfake image detector GitHub - apexlocal-jz/claude-usage-tray: Windows system-tray app showing your Claude Code rate-limit usage at a glance. Zero deps, ~300 lines of PowerShell. Cross-IDE (works regardless of VS Code, Cursor, plain terminal). Release v0.1.2.1 · kouhxp/yapsnap GitHub - noopolis/moltnet: Self-hostable chat network for AI agents. Pre-built bridges for Claude Code, Codex, and the Claws. Rooms, DMs, history. No Slack bots, no Matrix, no glue code. GitHub - tamerh/enju: Coordinating Humans, AI Agents, and Compute as Peers on a Shared Workflow Graph
GitHub - tpp6me/serial-com-multiplatform: Serial communic...
praveentp · 2026-06-23 · via Show HN

MultiSerial

MultiSerial is a desktop serial communication workspace for connecting to UART, USB-serial, and COM-port devices. It is built with Tauri 2, Rust, React, and TypeScript, with the serial backend running natively through Rust and the UI focused on day-to-day device bring-up, loopback checks, logging, and repeatable send workflows.

The app is intended for embedded, hardware, firmware, and lab workflows where you need to inspect incoming serial data, send text or bytes, keep logs, and switch between devices without relying on a terminal-only tool.

Connected MultiSerial workspace

What You Can Do

  • Discover serial ports and inspect USB metadata such as product, manufacturer, VID/PID, and serial number.
  • Connect with configurable baud rate, data bits, parity, stop bits, and flow control.
  • Send text, hex bytes, macros, automated sends, and raw file contents.
  • View terminal data as UTF-8, hex, binary, decimal, or mixed output.
  • Search terminal data, add filters, and highlight matching patterns.
  • Keep independent session tabs with separate buffers, settings, filters, macros, and logs.
  • Start session logs, open log folders, and export terminal data as text or HTML.
  • Toggle DTR and RTS while connected.

Highlight rules in the inspector

Current Status

The project is under active implementation. The macOS path is the most heavily exercised so far, including CP2102 loopback testing. Linux (Ubuntu 24.04) now has a verified AppImage build, launch, and CP2102 loopback over /dev/ttyUSB0. Windows support and .deb install verification are still pending native host testing.

Known current release gates are tracked in TODO.md, with hardware spike results in docs/spike-results.md.

Download

A pre-release build is published on the Releases page.

  • macOS (Apple Silicon / arm64): download MultiSerial_<version>_aarch64.dmg, open it, and drag MultiSerial to Applications. The build is signed with a Developer ID and notarized by Apple, so it opens without a Gatekeeper warning.
  • Linux (x86_64): download MultiSerial_<version>_amd64.AppImage (chmod +x and run directly) or MultiSerial_<version>_amd64.deb (sudo dpkg -i). Built and verified on Ubuntu 24.04, including launch and a CP2102 USB-UART loopback over /dev/ttyUSB0. See docs/release-checklist.md and docs/linux-permissions.md for the dialout group requirement.

These are early pre-release builds and are not yet feature-complete. Intel (x86_64) macOS and Windows artifacts are not published yet; build them from source in the meantime (see below and docs/release-checklist.md).

Quick Start For Development

Use the pinned project toolchain rather than global JavaScript tooling:

corepack enable
corepack prepare pnpm@10.11.0 --activate
corepack pnpm install
corepack pnpm tauri:dev

Development runs use isolated project-local data under .dev-data/ for config, logs, temp files, and test results. This avoids clashing with the computer's global environment or production app data.

For the browser-only preview:

For a production frontend build:

For the packaged desktop app:

corepack pnpm tauri:build

More setup detail is in docs/development.md.

Manual Loopback Test

  1. Connect a USB-to-TTL serial adapter.
  2. Short TX to RX on the adapter.
  3. Launch MultiSerial and scan ports.
  4. Select the adapter, choose a baud rate such as 115200, and click Connect.
  5. Send text such as hello and confirm it appears back in the terminal.
  6. Switch to Hex and send bytes such as 00 01 02 ff.

A sample file for file-send testing is included at:

docs/samples/serial-loopback-sample.txt

Use Choose file, select the sample file, connect a loopback adapter, and click Send file. File send transmits the file's raw bytes over the active serial connection.

Settings

The Settings dialog controls default connection parameters, display behavior, logging, send/file pacing, automation limits, filters, update behavior, and privacy defaults.

MultiSerial settings dialog

Production logs default to ~/MultiSerial/logs. Development and tests use .dev-data/ paths.

Test Commands

Run the main checks before committing:

corepack pnpm typecheck
corepack pnpm lint
corepack pnpm format:check
corepack pnpm test
corepack pnpm test:e2e
corepack pnpm rust:fmt
corepack pnpm rust:test
corepack pnpm rust:clippy

Hardware loopback tests are ignored by default because they require a physical adapter. See docs/hardware-self-test.md.

Useful Docs

Repository Layout

  • src/ - React frontend, terminal model, send/macro logic, filters, settings, and app state.
  • src-tauri/ - Rust Tauri shell, serial backend, logging backend, config, and native commands.
  • tests/e2e/ - Playwright workflows for UI behavior and browser mock serial testing.
  • docs/ - user, developer, hardware, and release documentation.
  • .dev-data/ - local development/test data and manual test files.

License

This project is licensed under the terms in LICENSE. Third-party notices are collected in THIRD_PARTY_NOTICES.md.