Termie is a simple RS232 terminal.
Categories
SerialLicense
BSD LicenseFollow termie
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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!