Click here to Skip to main content
15,881,139 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am working on serial port communication.
I have done the comport connection and received the data and parsed it.
But now I have to create terminal for serial port.
So, how to implement Terminal in .Net?
Its very much needed.
Thanks in advance...!!!!
Posted
Comments
Afzaal Ahmad Zeeshan 7-Nov-15 4:33am    
Doesn't Console fulfil your need? How would you define the terminal?
Richard MacCutchan 7-Nov-15 4:50am    
Create a Winforms project and use a textbox on the form to display your data. There are many tutorials around that will provide examples.
Patrice T 7-Nov-15 4:56am    
found nothing on internet to get you started ?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900