top | item 43910566

(no title)

SurvivorTed | 10 months ago

New GUI based serial terminal for embedded development (Linux and Windows)

Hi all, just wanted to let everyone know of my new open-source serial (and TCP/IP) terminal program aimed at embedded developers.

I wasn't happy with what was available on Linux, so I decided to write my own. The goals were to have a modern GUI (tab based, pull out panels, etc) and I wanted support for binary protocols.

It has support for ANSI escape sequences, XModem (up/down), binary blocks, hex dumps, bridging 2 open connections, and more.

Source link: https://github.com/TheBeef/WhippyTerm

This is the first release (version 1.0), and I am hoping people will have a look (and hopefully like it).

discuss

order

stavros|10 months ago

This seems really nice, thank you! Does it support auto-reconnect, like `tio` does?

SurvivorTed|10 months ago

It doesn't currently support it, but I was planning in the next release (a number of people have asked for it so it's a definitely going to add).