Difference between revisions of "Talk:BLEWidgets"
Jump to navigation
Jump to search
m |
m |
||
| Line 2: | Line 2: | ||
=== .NET === | === .NET === | ||
| − | Without using any 3rd party plugins, the only way to succesfully connect to BLE devices is by using the namespace 'Windows.Devices.Bluetooth' | + | Without using any 3rd party plugins, the only way to succesfully connect to BLE devices is by using the namespace 'Windows.Devices.Bluetooth'.<br> |
| − | only | + | This namespace only works for WinForms with .NET Core 6+, or UWP/WPF apps (non-WinForm). NET Core 6.0 requires Windows 10 or higher.<br> |
Latest revision as of 05:28, 23 May 2026
Support
.NET
Without using any 3rd party plugins, the only way to succesfully connect to BLE devices is by using the namespace 'Windows.Devices.Bluetooth'.
This namespace only works for WinForms with .NET Core 6+, or UWP/WPF apps (non-WinForm). NET Core 6.0 requires Windows 10 or higher.