Whippy Term is a new cross-platform (Linux and Windows) GUI terminal emulator specifically designed for embedded systems development. It aims to simplify common tasks with features like built-in serial port monitoring, customizable layouts with multiple terminals, and integrated file transfer capabilities (using ZMODEM, XMODEM, YMODEM, etc.). The tool emphasizes user-friendliness and aims to improve the workflow for embedded developers by providing a more visually appealing and efficient terminal experience compared to traditional options.
This blog post details the author's successful implementation of a FujiNet network adapter for a Tandy Color Computer 3. After encountering initial difficulties with a pre-assembled device, they opted to build their own using a kit. This involved careful soldering and troubleshooting, particularly with the SD card interface. Ultimately, they achieved a stable connection, enabling them to access a virtual floppy drive and remotely transfer files to the CoCo 3 via a local network, significantly enhancing its capabilities. The author emphasizes the improved speed and convenience compared to traditional floppy disks and expresses satisfaction with the FujiNet's performance.
Several commenters on Hacker News express excitement about the FujiNet project, particularly its potential to simplify retro-computing networking. Some discuss their experiences with similar setups, highlighting the challenges of configuring vintage hardware for modern networks. The ability to use SD cards for virtual floppy disks and the promise of future features like BBS access and online multiplayer gaming generate considerable interest. Several users inquire about the hardware requirements and compatibility with various MSX models, demonstrating a practical interest in utilizing the technology. Some express nostalgia for older networking methods and debate the authenticity versus convenience trade-off. There's also discussion of alternative solutions like the MSX-DOS 2 TCP/IP driver, with comparisons to FujiNet's approach.
Summary of Comments ( 10 )
https://news.ycombinator.com/item?id=43910565
Hacker News users discussed Whippy Term's niche appeal for embedded developers, questioning its advantages over existing solutions like Minicom, Screen, or PuTTY. Some expressed interest in its modern UI and features like plotting and command history search, but skepticism remained about its value proposition given the adequacy of free alternatives. The developer responded to several comments, clarifying its focus on serial port communication and emphasizing planned features like scripting and protocol analysis tools. A few users highlighted the need for proper flow control and requested features like configuration profiles and SSH support. Overall, the comments reflect a cautious curiosity about Whippy Term, with users acknowledging its potential but needing more convincing of its superiority over established tools.
The Hacker News post for Whippy Term generated a moderate amount of discussion, with several commenters expressing interest and raising relevant questions.
One of the most compelling threads revolved around the terminal's performance and resource usage compared to existing solutions. A user questioned whether Whippy Term offered any advantages over using something like
screen
ortmux
within a standard terminal emulator. The developer responded by highlighting Whippy Term's focus on embedded development, emphasizing features like automatic reconnect and the ability to handle intermittent serial connections more robustly. They also pointed out its cross-platform nature, supporting both Windows and Linux. This sparked further discussion about the specific challenges of embedded development and how Whippy Term aimed to address them, including the need for a more streamlined and dedicated tool for managing multiple connections.Another significant point of discussion centered around the terminal's licensing and potential cost. While initially unclear, the developer clarified that Whippy Term would be commercially licensed, leading to some debate about its viability compared to free and open-source alternatives. Some users expressed a preference for open-source tools, while others acknowledged the potential value of a well-maintained and feature-rich commercial product.
Other comments touched upon specific features and potential improvements. One user suggested incorporating SSH support, while another inquired about the possibility of adding tabs. The developer responded positively to these suggestions, indicating a willingness to consider them for future development. Several commenters also praised the clean and modern UI, comparing it favorably to some existing terminal emulators.
There were also questions about the underlying technology used to build Whippy Term. The developer clarified that it was built using Qt, a popular cross-platform application framework.
Overall, the comments reflected a generally positive reception to Whippy Term, with many users expressing interest in its potential for embedded development. The discussion highlighted the importance of features like robust connection handling, cross-platform compatibility, and a user-friendly interface in this specific domain. However, the commercial licensing model did raise some concerns and prompted comparisons with existing free and open-source solutions.