Quick.Protocol.SerialPort
2.9.4
dotnet add package Quick.Protocol.SerialPort --version 2.9.4
NuGet\Install-Package Quick.Protocol.SerialPort -Version 2.9.4
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="Quick.Protocol.SerialPort" Version="2.9.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Quick.Protocol.SerialPort" Version="2.9.4" />
<PackageReference Include="Quick.Protocol.SerialPort" />
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Quick.Protocol.SerialPort --version 2.9.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Quick.Protocol.SerialPort, 2.9.4"
#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.
#:package Quick.Protocol.SerialPort@2.9.4
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Quick.Protocol.SerialPort&version=2.9.4
#tool nuget:?package=Quick.Protocol.SerialPort&version=2.9.4
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Quick.Protocol.SerialPort
Quick.Protocol 的串口传输层实现。
功能特性
- 基于串口的设备通信
- 支持自定义波特率、数据位、停止位、校验位
- 适用于嵌入式设备和工业控制场景
安装
dotnet add package Quick.Protocol.SerialPort
快速开始
客户端
using Quick.Protocol.SerialPort;
var options = new QpSerialPortClientOptions
{
PortName = "COM1",
BaudRate = 9600,
Password = "HelloQP"
};
var client = new QpSerialPortClient(options);
await client.ConnectAsync();
项目地址
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Quick.Protocol (>= 2.9.4)
- System.IO.Ports (>= 10.0.0)
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 |
|---|---|---|
| 2.9.4 | 46 | 8/28/2026 |
| 2.9.3 | 92 | 8/24/2026 |
| 2.9.3-rc2 | 34 | 8/27/2026 |
| 2.9.3-rc1 | 39 | 8/27/2026 |
| 2.9.2 | 95 | 8/22/2026 |
| 2.9.1 | 96 | 8/22/2026 |
| 2.9.0 | 88 | 8/21/2026 |
| 2.8.9 | 94 | 8/13/2026 |
| 2.8.8 | 92 | 8/12/2026 |
| 2.8.7 | 92 | 8/11/2026 |
| 2.8.6 | 89 | 8/11/2026 |
| 2.8.5 | 90 | 8/10/2026 |
| 2.8.4 | 83 | 8/9/2026 |
| 2.8.3 | 100 | 8/9/2026 |
| 2.8.2 | 98 | 8/9/2026 |
| 2.8.1 | 89 | 8/9/2026 |
| 2.8.0 | 105 | 7/30/2026 |
| 2.7.3 | 107 | 7/17/2026 |
| 2.7.2 | 99 | 7/17/2026 |
| 2.7.1 | 105 | 7/17/2026 |
Loading failed