![]() |
VOOZH | about |
dotnet add package runtime.android-x86.runtime.native.System.IO.Ports --version 10.0.9
NuGet\Install-Package runtime.android-x86.runtime.native.System.IO.Ports -Version 10.0.9
<PackageReference Include="runtime.android-x86.runtime.native.System.IO.Ports" Version="10.0.9" />
<PackageVersion Include="runtime.android-x86.runtime.native.System.IO.Ports" Version="10.0.9" />Directory.Packages.props
<PackageReference Include="runtime.android-x86.runtime.native.System.IO.Ports" />Project file
paket add runtime.android-x86.runtime.native.System.IO.Ports --version 10.0.9
#r "nuget: runtime.android-x86.runtime.native.System.IO.Ports, 10.0.9"
#:package runtime.android-x86.runtime.native.System.IO.Ports@10.0.9
#addin nuget:?package=runtime.android-x86.runtime.native.System.IO.Ports&version=10.0.9Install as a Cake Addin
#tool nuget:?package=runtime.android-x86.runtime.native.System.IO.Ports&version=10.0.9Install as a Cake Tool
System.IO.Ports package provides synchronous serial port file resource. Additionally, the functionality of this class can be wrapped in an internal Stream object, accessible through the BaseStream property, and passed to classes that wrap or use streams.
Stream object through the BaseStream propertyusing System.IO.Ports;
// Provides list of available serial ports
string[] portNames = SerialPort.GetPortNames();
// First available port
string myPortName = portNames[0];
int baudRate = 9600;
SerialPort sp = new SerialPort(myPortName, baudRate);
sp.Open();
sp.WriteLine("Hello World!");
The main type provided by this library is:
SerialPortSystem.IO.Ports is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
Showing the top 1 NuGet packages that depend on runtime.android-x86.runtime.native.System.IO.Ports:
| Package | Downloads |
|---|---|
|
runtime.native.System.IO.Ports
Internal implementation package not meant for direct consumption. Please do not reference directly. |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 11.0.0-preview.5.26302.115 | 949 | 6/9/2026 |
| 11.0.0-preview.4.26230.115 | 2,155 | 5/12/2026 |
| 11.0.0-preview.3.26207.106 | 3,162 | 4/14/2026 |
| 11.0.0-preview.2.26159.112 | 2,726 | 3/10/2026 |
| 11.0.0-preview.1.26104.118 | 3,944 | 2/10/2026 |
| 10.0.9 | 41,203 | 6/9/2026 |
| 10.0.8 | 182,145 | 5/12/2026 |
| 10.0.7 | 234,085 | 4/21/2026 |
| 10.0.6 | 164,594 | 4/14/2026 |
| 10.0.5 | 397,830 | 3/12/2026 |
| 10.0.4 | 28,561 | 3/10/2026 |
| 10.0.3 | 289,373 | 2/10/2026 |
| 10.0.2 | 516,633 | 1/13/2026 |
| 10.0.1 | 361,350 | 12/9/2025 |
| 9.0.17 | 3,310 | 6/9/2026 |
| 9.0.16 | 15,328 | 5/12/2026 |
| 9.0.15 | 191,712 | 4/14/2026 |
| 9.0.14 | 71,985 | 3/10/2026 |
| 9.0.13 | 15,718 | 2/10/2026 |
| 9.0.12 | 39,144 | 1/13/2026 |