Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tugsadhk/winui3-serial-port-communication
Basic Serial Port Communication Program with WinUI3
https://github.com/tugsadhk/winui3-serial-port-communication
csharp fluent-design net5 serial-communication serialport windows-10 windows11 winui3
Last synced: 4 months ago
JSON representation
Basic Serial Port Communication Program with WinUI3
- Host: GitHub
- URL: https://github.com/tugsadhk/winui3-serial-port-communication
- Owner: tugsadhk
- Created: 2021-11-21T11:51:26.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-12-01T06:59:35.000Z (about 3 years ago)
- Last Synced: 2024-10-12T20:23:59.679Z (4 months ago)
- Topics: csharp, fluent-design, net5, serial-communication, serialport, windows-10, windows11, winui3
- Language: C#
- Homepage:
- Size: 21.5 KB
- Stars: 26
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WinUI3-Serial-Port-Communication
Basic Serial Port Communication Program with WinUI3INSTALLATION
You need to install Visual Studio and Windows App SDK to run this application on your computer in VS
Windows App SDK (For VS2022 C#) : https://aka.ms/windowsappsdk/stable-vsix-2022-cs
Windows App SDK (For VS2019 C#) : https://aka.ms/windowsappsdk/stable-vsix-2019-cs
You can find more information in here: https://docs.microsoft.com/en-us/windows/apps/windows-app-sdk/set-up-your-development-environment?tabs=vs-2022
Just run .sln file and build project and you ready to go.
You can get stable build from Microsoft Store: https://www.microsoft.com/store/productId/9N97V1RZGT1P
Screenshot:
![142405908-0a449029-41a2-44ea-91ba-6639f8372b00](https://user-images.githubusercontent.com/35468866/142761957-9c3f2fc4-ddcd-4ab6-a87d-30525fbd2813.png)![2](https://user-images.githubusercontent.com/35468866/142762038-f1e115b1-16ac-40e8-9ddf-4dfd10efb74d.png)