baget / Zeptocom

Yet another quick and dirty Serial (COM Port) console terminal, Written in .NET 5

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zeptocom

💻 Yet another quick and dirty Serial (COM Port) Console Terminal, Written in .NET 5 💻

GitHub license Github all releases

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

Usage example

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

Development setup

Open in Visual Studio 2019 and build, or compile it from command line

cd Zeptocom\Zeptocom.App
dotnet build
dotnet run

Release History

  • 0.1.0
    • Work in progress

Meta

Oren Weil – @bagetx

Distributed under the MTI license. See LICENSE for more information.

https://github.com/baget/baget

Contributing

  1. Fork it (https://github.com/baget/zeptocom/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request

Awesome Badges

ForTheBadge built-by-developers

About

Yet another quick and dirty Serial (COM Port) console terminal, Written in .NET 5

License:MIT License


Languages

Language:C# 100.0%