Termie is a simple RS232 terminal.
Categories
SerialLicense
BSD LicenseFollow termie
Other Useful Business Software
Gen AI apps are built with MongoDB Atlas
MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
Rate This Project
Login To Rate This Project
User Reviews
-
If have had the pleasure in using the source for an experiment with a terminal application that I have been working on. I was pleased to see how much functionality was put in the application. Beforehand I used Hyperterminal from Microsoft to do the talking. I made some changes to the source for my need and would not mind to share this with you. Changes: - send each typed character. I added a button to toggle continous mode (continous= send each char, non continous= send string typed in command Textbox. Updated CommPort to send each character. - include ENTER key as charakter. Therefore I had to inherit the "Command" Textbox and capture keystrokes. If you are interested I can send the source. Thank you for sharing the code!