Skip to main content

Module serial_pane

Module serial_pane 

Source
Expand description

Serial data pane backed by a vt100 terminal emulator.

Bytes from the serial port are fed into vt100::Parser which maintains a 2D cell grid with full ANSI support (colour, cursor movement, scroll regions, and so on). Later tasks render that grid into the ratatui main view; T7 stops at “state is well-kept”.

Structs§

SerialPane
Terminal-emulator-backed pane for serial data.