https://github.com/cslrfid/cslrfiddotnetmaui
https://github.com/cslrfid/cslrfiddotnetmaui
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cslrfid/cslrfiddotnetmaui
- Owner: cslrfid
- License: mit
- Created: 2024-07-22T13:59:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-16T04:16:45.000Z (8 months ago)
- Last Synced: 2025-10-17T07:00:02.783Z (8 months ago)
- Language: C#
- Size: 2.09 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .NET MAUI Quick Start Demo App for CS710S/CS108 RFID Handheld Reader
A simple demonstration on using C#/.NET/MAUI for:
- Adding CSLibrary2024-NET8-MAUI assembly to your Visual Studio Solution
- Creating a dependency service *CSLReaderService* for accessing the readers
- Device connectivity through BLE
- Batch inventory
- Geiger Search
- Support for LED tags
Dependencies:
- [.NET 9](https://dotnet.microsoft.com/en-us/download/dotnet)
- [Bluetooth LE plugin for Xamarin & MAUI](https://github.com/dotnet-bluetooth-le/dotnet-bluetooth-le)
- [MVVM Community Toolkit](https://github.com/CommunityToolkit/MVVM-Samples)
- [TinyMVVM](https://github.com/dhindrik/TinyMvvm)
- [Syncfusion .NET MAUI Toolkit](https://www.syncfusion.com/net-maui-toolkit)

