BWBluetoothLowEnergy 1.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package BWBluetoothLowEnergy --version 1.0.2                
NuGet\Install-Package BWBluetoothLowEnergy -Version 1.0.2                
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BWBluetoothLowEnergy" Version="1.0.2" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add BWBluetoothLowEnergy --version 1.0.2                
#r "nuget: BWBluetoothLowEnergy, 1.0.2"                
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install BWBluetoothLowEnergy as a Cake Addin
#addin nuget:?package=BWBluetoothLowEnergy&version=1.0.2

// Install BWBluetoothLowEnergy as a Cake Tool
#tool nuget:?package=BWBluetoothLowEnergy&version=1.0.2                

低功耗蓝牙(Bluetooth Low Energy)技术是专门针对基于物联网(IoT)设备构建的无线应用功能,最大特点是降低成本和功耗。它可满足小型电池供电的设备进行低功耗无线连接的要求,极大地延长电池寿命。目前,蓝牙低功耗技术已被广泛使用,可用的应用场景:资产跟踪,运动及健身传感器,医疗传感器,智能手表,遥控器,玩具等。因此,开发该低功耗蓝牙(BLE,Bluetooth Low Energy)设备功能库以简化运行在10.0.17763.0(1809)版本及更高版本的Windows 10以上系统的低功耗蓝牙设备进行数据传输。

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 is compatible.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 is compatible.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 is compatible.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.4 337 10/18/2024
1.0.3 302 10/18/2024
1.0.2 325 10/17/2024
1.0.1 279 10/16/2024
1.0.0 332 10/14/2024

更新内容:
增加低功耗蓝牙(BLE,Bluetooth Low Energy)在连接时抛出异常以在通讯库总线BusPort读取数据处理逻辑正常运行功能。