💻 Yet another quick and dirty Serial (COM Port) Console Terminal, Written in .NET 5 💻
This project is developed as a quick and dirty in order to provide a console Serial terminal that run in Windows Console (command line) it also support Windows Terminal
the application get the COM Port number as parameter and will open it with 115200bps unless changed with --baudrate
switch
Examples:
1) zeptocom.app.exe COM1 --baudrate 9600
2) zeptocom.app.exe COM4
Open in Visual Studio 2019 and build, or compile it from command line
cd Zeptocom\Zeptocom.App
dotnet build
dotnet run
- 0.1.0
- Work in progress
Oren Weil – @bagetx
Distributed under the MTI license. See LICENSE
for more information.
https://github.com/baget/baget
- Fork it (https://github.com/baget/zeptocom/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request