Windows 11 Desktop App — No Subscription

See Your Protocol,
Not Just Text

PuTTY shows you characters. UART Log Viewer shows you frames — every packet timestamped to ~1ms, aligned across HEX, DEC, and ASCII columns, and captured by a Rust backend that never drops a byte.

Windows 11 native  ·  No credit card for trial  ·  License key delivered instantly

~1ms Timestamp Resolution
10,000 Log Entries, Zero Lag
300–921k Baud Supported
30 days Free Trial, No Card

// Features

Built for the Workbench, Not the Boardroom

Every feature exists because a timing bug, a missing byte, or a dropped frame once cost an engineer hours of work.

Millisecond-Accurate Frame Timing

Rust captures each frame on a dedicated high-priority thread before Windows scheduling can add jitter. The monotonic delta column shows exactly how long your device waited between responses.

Three Encodings, One View

Stop toggling between windows. HEX, DEC, and ASCII are always visible side-by-side, column-aligned. Virtual scroll keeps 10,000+ entries smooth.

F3–F10 PRO

One Key to Send Any Command

F1–F2 macros are free. Unlock F3–F10 with Pro. Map test sequences in HEX, ASCII, or DEC. Macros persist across sessions — reconnect and your test toolkit is loaded.

PRO

Logs That Open in Excel Instantly

One click starts recording every frame to Excel-compatible CSV — column-aligned with timestamps. No export step, no copy-paste.

Automatic Protocol Boundary Detection

Three detection modes: Time-gap learns frame boundaries from inter-byte timing, Delimiter splits on LF/CRLF/STX-ETX/custom bytes, Fixed-width locks to a set byte count. Switch mid-session without disconnecting.

Always See the Latest Packet

Monitor mode pins the most recent frame to the top so you can watch state changes in real time — without scrolling or pausing.

PRO

Send Commands Without Leaving Your Log

The send bar stays visible in the LOG tab. Fire a command and see the response in the same view. Every TX is saved with HH:MM:SS.mmm timestamp.

PRO

Copy Log to Clipboard in One Click

Select log entries and copy as Excel-ready TSV. Paste directly into spreadsheets or bug reports — no file dialog, no reformatting.


// Why Not PuTTY?

Raw Terminals Are Not Protocol Analyzers

Raw Terminal (PuTTY / Tera Term)

  • Unparsed byte stream — no framing
  • No timestamps, no delta-T
  • HEX or text — never both
  • Manual copy-paste to Excel
  • No macro storage
  • Interpreted language runtime — jitter

UART Log Viewer

  • Auto frame grouping: timing gap, delimiter, or fixed-width
  • ~1ms monotonic timestamps per frame
  • HEX + DEC + ASCII simultaneously
  • CSV auto-written to disk on every frame
  • F1–F10 macros, session-persistent
  • Rust reader thread, no GC pauses

// Free vs Pro

What's Included

Feature Free
Permanent
Pro
$49 one-time
~1ms timestamp precision
HEX / DEC / ASCII grid
Frame detection (Time-gap / Delimiter / Fixed)
Log buffer 2,000 entries 10,000 entries
Real-time monitor mode
Macro send slots F1–F2 F1–F10
Auto CSV logging
TSV copy to clipboard
TX history + quick send
Pro trial 30 days Lifetime

// Under the Hood

Real-time because the backend is real-time

UART Device
COM Port
Rust Thread TIME_CRITICAL
Tauri IPC
React UI

THREAD_PRIORITY_TIME_CRITICAL

OS cannot preempt the reader for UI work. Serial bytes are read before any interface update can interrupt.

No GC. No JVM. No Electron.

No garbage collection pause can delay a timestamp capture. Memory is managed at compile time via Rust ownership rules.

Monotonic + Wall-clock dual stamp

Instant for delta-T accuracy, SystemTime for human-readable time. Both captured at thread start for consistent alignment.


// Pricing

Pay Once. Debug Forever.

One session saved by catching a timing bug early pays for this tool many times over.

Launch Pricing

One-Time Purchase

$69 $49

Lifetime license — no subscription, no renewal

One firmware bug traced to a timing issue can cost a day of engineering time. At a standard embedded engineer billing rate, this tool pays for itself in under 30 minutes.

  • ~1ms timestamp precision — monotonic + wall-clock, captured in Rust
  • HEX / DEC / ASCII simultaneous grid with configurable bytes-per-row
  • F1–F10 macro slots — persistent, supports HEX / ASCII / DEC input
  • Auto CSV logging — Excel-compatible, one-click start/stop
  • Frame detection: Time-gap, Delimiter (LF/CRLF/STX-ETX/Custom), Fixed-width
  • TX history with HH:MM:SS.mmm timestamps and full HEX dump
  • 10,000-entry virtual scroll buffer — no slowdown, no dropped frames
  • Windows 11 native — Rust backend, no GC jitter
Get Pro — $49 One-Time Try Free for 30 Days

30-day free trial  ·  No credit card required  ·  License key delivered instantly  ·  Windows 11

Digital product — no refunds after purchase. Please use the 30-day free trial to evaluate before buying.


// Built for Engineers

Trusted by Engineers Who Read Datasheets

Built by an embedded systems engineer with hands-on experience. Every feature exists because a real debugging session demanded it.

Rust Backend

No garbage collection, no jitter

Source-Accurate Timestamps

Captured before OS scheduler

Local Only

No cloud, no telemetry, no data leaves your machine

Windows 11 Native

Tauri v2, not Electron

Be among the first to share your experience — download the 30-day trial and let us know what you think.