pterm / pterm

✨ #PTerm is a modern Go module to easily beautify console output. Featuring charts, progressbars, tables, trees, text input, select menus and much more 🚀 It's completely configurable and 100% cross-platform compatible.

Home Page:https://pterm.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does pterm support serial port output?

bingfengfeifei opened this issue · comments

I used pterm to write a menu tool that runs through a serial port connected device.
When I connect to the device via SSH or screen, the tool runs fine, but when connected via serial, it displays garbled characters.
Does pterm support running output through the serial port? Like the github.com/nsf/termbox-go project