Skip to content

slav4ocom/Terminal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Terminal

Very Simple Serial Terminal Console Program

This is the very first version. For siplicity COM port parameters are set manually inside Comunicator.cs class.

The project is written in C# and is compiled with .NET CORE 3.1

System.IO.Ports nuget package is required to build project with .NET CORE 3.1

This program is written especially for testing ESP8266 module. Therefore are added 2 special commands +++ and \0 . As you can see in the code, theese strings are interpreted as special and send without <CR><LF> \r\n new line termination.

For convenience commands are not send until ENTER is pressed.

Another 2 special commands are cls for clear screen and exit to close program. Theese don't send any data over serial port.

About

Very Simple Serial Terminal Console Program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages