Termie is a simple RS232 terminal.
Categories
SerialLicense
BSD LicenseFollow termie
Other Useful Business Software
Cut Cloud Costs with Google Compute Engine
Save on compute costs with Compute Engine. Reduce your batch jobs and workload bill 60-91% with Spot VMs. Compute Engine's committed use offers customers up to 70% savings through sustained use discounts. Plus, you get one free e2-micro VM monthly and $300 credit to start.
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!