TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Whippy Term - GUI terminal for embedded development (Linux and Windows)

93 pointsby SurvivorTed2 days ago

6 comments

ac29about 3 hours ago
Can you add Linux build instructions for people not on Debian&#x2F;Ubuntu?<p>I didnt see anything on the github or in the source download.<p>Alternatively an AppImage or Flatpak is a nice way to test software.
SurvivorTed2 days ago
New GUI based serial terminal for embedded development (Linux and Windows)<p>Hi all, just wanted to let everyone know of my new open-source serial (and TCP&#x2F;IP) terminal program aimed at embedded developers.<p>I wasn&#x27;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.<p>It has support for ANSI escape sequences, XModem (up&#x2F;down), binary blocks, hex dumps, bridging 2 open connections, and more.<p>Source link: <a href="https:&#x2F;&#x2F;github.com&#x2F;TheBeef&#x2F;WhippyTerm">https:&#x2F;&#x2F;github.com&#x2F;TheBeef&#x2F;WhippyTerm</a><p>This is the first release (version 1.0), and I am hoping people will have a look (and hopefully like it).
评论 #43910766 未加载
alias_neo1 day ago
This looks great. I don&#x27;t do serial&#x2F;embedded stuff too often at the moment; ESPHome took away much of my need to hand-build stuff (happy and sad about that), but when I do I always find it slightly irritating to remember the syntax to connect with minicom or screen (I&#x27;m a Linux user).<p>I&#x27;m sorry I can&#x27;t give more useful feedback at the moment, but this is certainly encouraging me to come up with an idea for an embedded project so I can try it!
AriedK1 day ago
This is neat. The send buffers and live display give it a nice edge over something like Tera Term. One nitpick: I couldn&#x27;t find the option to disable autoscroll on incoming serial streams. Like &#x27;Auto scroll only in bottom line&#x27; in Tera Term. Thanks!
评论 #43917313 未加载
mystified50162 days ago
Oh damn, this could easily replace my own bespoke serial monitors.<p>Can a plugin filter the list of available ports? For instance serial over Bluetooth creates two virtual ports for initiating and accepting connections (on windows at least). My bespoke monitor filters these and only shows the outbound ports to the user. It also pulls in the Bluetooth device name from WinRT, etc.
评论 #43921691 未加载
评论 #43911085 未加载
svth2 days ago
Why no macOS support?
评论 #43910997 未加载