Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/daijobudes/promacwpf
- Owner: DaijobuDes
- License: gpl-3.0
- Created: 2023-05-17T09:27:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-07T12:56:15.000Z (over 1 year ago)
- Last Synced: 2024-11-07T11:46:18.033Z (2 months ago)
- Topics: csharp, desktop-application, dotnet, promac2, serial-communication, wpf, wpf-application
- Language: C#
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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