Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/daijobudes/promacwpf

A simple user interface used to control Promac 2 through serial connection using Windows Presentation Foundation (WPF).
https://github.com/daijobudes/promacwpf

csharp desktop-application dotnet promac2 serial-communication wpf wpf-application

Last synced: 13 days ago
JSON representation

A simple user interface used to control Promac 2 through serial connection using Windows Presentation Foundation (WPF).

Awesome Lists containing this project

README

        

# PromacWPF
A simple user interface used to control Promac 2 through serial connection.

# Requirements
- x86/x64 bit system
- .NET 7
- Promac 2 EPROM Programmer (Hardware)
- RS232 serial connector

# Building
```
git clone https://github.com/DaijobuDes/PromacWPF
cd PromacWPF
dotnet build
```

All built binaries are inside `bin\x86\`

# License
Licensed under GNU General Public License v3.0