![]() |
VOOZH | about |
dotnet add package runtime.android-x86.runtime.native.System.IO.Ports --version 11.0.0-preview.2.26159.112
NuGet\Install-Package runtime.android-x86.runtime.native.System.IO.Ports -Version 11.0.0-preview.2.26159.112
<PackageReference Include="runtime.android-x86.runtime.native.System.IO.Ports" Version="11.0.0-preview.2.26159.112" />
<PackageVersion Include="runtime.android-x86.runtime.native.System.IO.Ports" Version="11.0.0-preview.2.26159.112" />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 11.0.0-preview.2.26159.112
#r "nuget: runtime.android-x86.runtime.native.System.IO.Ports, 11.0.0-preview.2.26159.112"
#:package runtime.android-x86.runtime.native.System.IO.Ports@11.0.0-preview.2.26159.112
#addin nuget:?package=runtime.android-x86.runtime.native.System.IO.Ports&version=11.0.0-preview.2.26159.112&prereleaseInstall as a Cake Addin
#tool nuget:?package=runtime.android-x86.runtime.native.System.IO.Ports&version=11.0.0-preview.2.26159.112&prereleaseInstall 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 | 1,606 | 6/9/2026 |
| 11.0.0-preview.4.26230.115 | 2,280 | 5/12/2026 |
| 11.0.0-preview.3.26207.106 | 3,284 | 4/14/2026 |
| 11.0.0-preview.2.26159.112 | 2,781 | 3/10/2026 |
| 11.0.0-preview.1.26104.118 | 3,983 | 2/10/2026 |
| 10.0.9 | 105,533 | 6/9/2026 |
| 10.0.8 | 210,781 | 5/12/2026 |
| 10.0.7 | 256,001 | 4/21/2026 |
| 10.0.6 | 186,417 | 4/14/2026 |
| 10.0.5 | 438,607 | 3/12/2026 |
| 10.0.4 | 29,685 | 3/10/2026 |
| 10.0.3 | 305,765 | 2/10/2026 |
| 10.0.2 | 533,030 | 1/13/2026 |
| 10.0.1 | 378,059 | 12/9/2025 |
| 9.0.17 | 8,496 | 6/9/2026 |
| 9.0.16 | 18,419 | 5/12/2026 |
| 9.0.15 | 206,123 | 4/14/2026 |
| 9.0.14 | 73,132 | 3/10/2026 |
| 9.0.13 | 15,852 | 2/10/2026 |
| 9.0.12 | 39,511 | 1/13/2026 |