runtime.linux-arm64.runtime.native.System.IO.Ports 9.0.6

Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package runtime.linux-arm64.runtime.native.System.IO.Ports --version 9.0.6
                    
NuGet\Install-Package runtime.linux-arm64.runtime.native.System.IO.Ports -Version 9.0.6
                    
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="runtime.linux-arm64.runtime.native.System.IO.Ports" Version="9.0.6" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="runtime.linux-arm64.runtime.native.System.IO.Ports" Version="9.0.6" />
                    
Directory.Packages.props
<PackageReference Include="runtime.linux-arm64.runtime.native.System.IO.Ports" />
                    
Project file
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 runtime.linux-arm64.runtime.native.System.IO.Ports --version 9.0.6
                    
#r "nuget: runtime.linux-arm64.runtime.native.System.IO.Ports, 9.0.6"
                    
#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.
#addin nuget:?package=runtime.linux-arm64.runtime.native.System.IO.Ports&version=9.0.6
                    
Install runtime.linux-arm64.runtime.native.System.IO.Ports as a Cake Addin
#tool nuget:?package=runtime.linux-arm64.runtime.native.System.IO.Ports&version=9.0.6
                    
Install runtime.linux-arm64.runtime.native.System.IO.Ports as a Cake Tool

About

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.

Key Features

  • synchronous and event-driven I/O
  • access to pin and break states
  • access to serial driver properties
  • access to Stream object through the BaseStream property

How to Use

using 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!");

Main Types

The main type provided by this library is:

  • SerialPort

Additional Documentation

Feedback & Contributing

System.IO.Ports is released as open source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on runtime.linux-arm64.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.

AdalightNet

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
10.0.0-preview.5.25277.114 1,091 6/6/2025
10.0.0-preview.4.25258.110 3,961 5/12/2025
10.0.0-preview.3.25171.5 4,245 4/10/2025
10.0.0-preview.2.25163.2 4,102 3/18/2025
10.0.0-preview.1.25080.5 2,677 2/25/2025
9.0.6 28,191 6/10/2025
9.0.5 86,705 5/13/2025
9.0.4 262,174 4/8/2025
9.0.3 148,486 3/11/2025
9.0.2 174,391 2/11/2025
9.0.1 371,458 1/14/2025
9.0.0 573,500 11/12/2024
9.0.0-rc.2.24473.5 30,084 10/8/2024
9.0.0-rc.1.24431.7 9,371 9/10/2024
9.0.0-preview.7.24405.7 7,126 8/13/2024
9.0.0-preview.6.24327.7 14,221 7/9/2024
9.0.0-preview.5.24306.7 7,020 6/11/2024
9.0.0-preview.4.24266.19 3,497 5/21/2024
9.0.0-preview.3.24172.9 8,807 4/11/2024
9.0.0-preview.2.24128.5 18,400 3/12/2024
9.0.0-preview.1.24080.9 16,770 2/13/2024
8.0.0 9,718,773 11/14/2023
8.0.0-rc.2.23479.6 18,846 10/10/2023
8.0.0-rc.1.23419.4 20,847 9/12/2023
8.0.0-preview.7.23375.6 11,249 8/8/2023
8.0.0-preview.6.23329.7 3,242 7/11/2023
8.0.0-preview.5.23280.8 6,546 6/13/2023
8.0.0-preview.4.23259.5 12,974 5/16/2023
8.0.0-preview.3.23174.8 21,596 4/11/2023
8.0.0-preview.2.23128.3 15,375 3/14/2023
8.0.0-preview.1.23110.8 11,015 2/21/2023
7.0.0 6,399,624 11/7/2022
7.0.0-rc.2.22472.3 10,149 10/11/2022
7.0.0-rc.1.22426.10 63,502 9/14/2022
7.0.0-preview.7.22375.6 76,117 8/9/2022
7.0.0-preview.6.22324.4 1,856 7/12/2022
7.0.0-preview.5.22301.12 2,477 6/14/2022
7.0.0-preview.4.22229.4 12,236 5/10/2022
7.0.0-preview.3.22175.4 4,467 4/13/2022
7.0.0-preview.2.22152.2 14,684 3/14/2022
7.0.0-preview.1.22076.8 3,176 2/17/2022
6.0.0 13,625,670 11/8/2021
6.0.0-rc.2.21480.5 6,010 10/12/2021
6.0.0-rc.1.21451.13 46,304 9/14/2021
6.0.0-preview.7.21377.19 3,894 8/10/2021
6.0.0-preview.6.21352.12 3,442 7/14/2021
6.0.0-preview.5.21301.5 10,163 6/15/2021
6.0.0-preview.4.21253.7 20,884 5/24/2021
6.0.0-preview.3.21201.4 8,950 4/8/2021
6.0.0-preview.2.21154.6 9,261 3/11/2021 6.0.0-preview.2.21154.6 is deprecated because it is no longer maintained.
6.0.0-preview.1.21102.12 7,577 2/12/2021 6.0.0-preview.1.21102.12 is deprecated because it is no longer maintained.
5.0.0 2,092,948 3/9/2021 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rtm.20519.4 23,190,909 11/9/2020 5.0.0-rtm.20519.4 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.5 10,399 10/13/2020 5.0.0-rc.2.20475.5 is deprecated because it is no longer maintained.
5.0.0-rc.1.20451.14 6,863 9/14/2020 5.0.0-rc.1.20451.14 is deprecated because it is no longer maintained.
5.0.0-preview.8.20407.11 12,312 8/25/2020 5.0.0-preview.8.20407.11 is deprecated because it is no longer maintained.
5.0.0-preview.7.20364.11 32,321 7/21/2020 5.0.0-preview.7.20364.11 is deprecated because it is no longer maintained.
5.0.0-preview.6.20305.6 7,684 6/25/2020 5.0.0-preview.6.20305.6 is deprecated because it is no longer maintained.
5.0.0-preview.5.20278.1 4,561 6/10/2020 5.0.0-preview.5.20278.1 is deprecated because it is no longer maintained.
5.0.0-preview.4.20251.6 536 5/18/2020 5.0.0-preview.4.20251.6 is deprecated because it is no longer maintained.
5.0.0-preview.3.20214.6 626 4/23/2020 5.0.0-preview.3.20214.6 is deprecated because it is no longer maintained.
5.0.0-preview.2.20160.6 547 4/2/2020 5.0.0-preview.2.20160.6 is deprecated because it is no longer maintained.
5.0.0-preview.1.20120.5 544 3/16/2020 5.0.0-preview.1.20120.5 is deprecated because it is no longer maintained.
4.7.0 8,975,674 12/3/2019
4.7.0-preview3.19551.4 4,316 11/13/2019 4.7.0-preview3.19551.4 is deprecated because it is no longer maintained.
4.7.0-preview2.19523.17 14,466 11/1/2019 4.7.0-preview2.19523.17 is deprecated because it is no longer maintained.
4.7.0-preview1.19504.10 10,732 10/15/2019 4.7.0-preview1.19504.10 is deprecated because it is no longer maintained.
4.6.0-rc2.19462.14 1,420,871 9/23/2019 4.6.0-rc2.19462.14 is deprecated because it is no longer maintained.
4.6.0-rc1.19456.4 4,982 9/16/2019 4.6.0-rc1.19456.4 is deprecated because it is no longer maintained.
4.6.0-preview9.19421.4 3,524 9/4/2019 4.6.0-preview9.19421.4 is deprecated because it is no longer maintained.
4.6.0-preview9.19416.11 560 9/4/2019 4.6.0-preview9.19416.11 is deprecated because it is no longer maintained.
4.6.0-preview8.19405.3 10,072 8/13/2019 4.6.0-preview8.19405.3 is deprecated because it is no longer maintained.
4.6.0-preview7.19362.9 12,148 7/23/2019 4.6.0-preview7.19362.9 is deprecated because it is no longer maintained.
4.6.0-preview6.19303.8 52,475 6/12/2019 4.6.0-preview6.19303.8 is deprecated because it is no longer maintained.
4.6.0-preview6.19264.9 554 9/4/2019 4.6.0-preview6.19264.9 is deprecated because it is no longer maintained.
4.6.0-preview5.19224.8 31,608 5/6/2019 4.6.0-preview5.19224.8 is deprecated because it is no longer maintained.
4.6.0-preview4.19212.13 4,201 4/18/2019 4.6.0-preview4.19212.13 is deprecated because it is no longer maintained.
4.6.0-preview3.19128.7 18,984 3/6/2019 4.6.0-preview3.19128.7 is deprecated because it is no longer maintained.