runtime.linux-arm.runtime.native.System.IO.Ports 10.0.0-preview.1.25080.5

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

// Install runtime.linux-arm.runtime.native.System.IO.Ports as a Cake Tool
#tool nuget:?package=runtime.linux-arm.runtime.native.System.IO.Ports&version=10.0.0-preview.1.25080.5&prerelease                

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-arm.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.2.25163.2 226 3 days ago
10.0.0-preview.1.25080.5 1,601 24 days ago
9.0.3 24,250 10 days ago
9.0.2 95,099 a month ago
9.0.1 206,176 2 months ago
9.0.0 333,941 4 months ago
9.0.0-rc.2.24473.5 24,098 5 months ago
9.0.0-rc.1.24431.7 9,080 6 months ago
9.0.0-preview.7.24405.7 6,851 7 months ago
9.0.0-preview.6.24327.7 13,883 8 months ago
9.0.0-preview.5.24306.7 6,833 9 months ago
9.0.0-preview.4.24266.19 3,401 10 months ago
9.0.0-preview.3.24172.9 8,616 4/11/2024
9.0.0-preview.2.24128.5 18,396 3/12/2024
9.0.0-preview.1.24080.9 11,876 2/13/2024
8.0.0 7,832,812 11/14/2023
8.0.0-rc.2.23479.6 18,030 10/10/2023
8.0.0-rc.1.23419.4 20,774 9/12/2023
8.0.0-preview.7.23375.6 11,116 8/8/2023
8.0.0-preview.6.23329.7 3,078 7/11/2023
8.0.0-preview.5.23280.8 6,041 6/13/2023
8.0.0-preview.4.23259.5 12,905 5/16/2023
8.0.0-preview.3.23174.8 21,392 4/11/2023
8.0.0-preview.2.23128.3 15,230 3/14/2023
8.0.0-preview.1.23110.8 10,954 2/21/2023
7.0.0 6,081,591 11/7/2022
7.0.0-rc.2.22472.3 10,049 10/11/2022
7.0.0-rc.1.22426.10 63,501 9/14/2022
7.0.0-preview.7.22375.6 67,641 8/9/2022
7.0.0-preview.6.22324.4 1,786 7/12/2022
7.0.0-preview.5.22301.12 2,402 6/14/2022
7.0.0-preview.4.22229.4 12,038 5/10/2022
7.0.0-preview.3.22175.4 4,387 4/13/2022
7.0.0-preview.2.22152.2 14,583 3/14/2022
7.0.0-preview.1.22076.8 3,102 2/17/2022
6.0.0 12,835,471 11/8/2021
6.0.0-rc.2.21480.5 5,946 10/12/2021
6.0.0-rc.1.21451.13 43,578 9/14/2021
6.0.0-preview.7.21377.19 3,839 8/10/2021
6.0.0-preview.6.21352.12 3,423 7/14/2021
6.0.0-preview.5.21301.5 9,861 6/15/2021
6.0.0-preview.4.21253.7 20,860 5/24/2021
6.0.0-preview.3.21201.4 8,908 4/8/2021
6.0.0-preview.2.21154.6 9,152 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,263 2/12/2021 6.0.0-preview.1.21102.12 is deprecated because it is no longer maintained.
5.0.0 2,006,890 3/9/2021 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rtm.20519.4 22,286,951 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,274 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,739 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 11,787 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 31,688 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,674 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,493 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 485 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 577 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 497 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 472 3/16/2020 5.0.0-preview.1.20120.5 is deprecated because it is no longer maintained.
4.7.0 8,807,911 12/3/2019
4.7.0-preview3.19551.4 4,250 11/13/2019 4.7.0-preview3.19551.4 is deprecated because it is no longer maintained.
4.7.0-preview2.19523.17 14,085 11/1/2019 4.7.0-preview2.19523.17 is deprecated because it is no longer maintained.
4.7.0-preview1.19504.10 10,639 10/15/2019 4.7.0-preview1.19504.10 is deprecated because it is no longer maintained.
4.6.0-rc2.19462.14 1,384,075 9/23/2019 4.6.0-rc2.19462.14 is deprecated because it is no longer maintained.
4.6.0-rc1.19456.4 4,878 9/16/2019 4.6.0-rc1.19456.4 is deprecated because it is no longer maintained.
4.6.0-preview9.19421.4 3,455 9/4/2019 4.6.0-preview9.19421.4 is deprecated because it is no longer maintained.
4.6.0-preview9.19416.11 480 9/4/2019 4.6.0-preview9.19416.11 is deprecated because it is no longer maintained.
4.6.0-preview8.19405.3 10,124 8/13/2019 4.6.0-preview8.19405.3 is deprecated because it is no longer maintained.
4.6.0-preview7.19362.9 12,155 7/23/2019 4.6.0-preview7.19362.9 is deprecated because it is no longer maintained.
4.6.0-preview6.19303.8 50,449 6/12/2019 4.6.0-preview6.19303.8 is deprecated because it is no longer maintained.
4.6.0-preview6.19264.9 488 9/4/2019 4.6.0-preview6.19264.9 is deprecated because it is no longer maintained.
4.6.0-preview5.19224.8 30,792 5/6/2019 4.6.0-preview5.19224.8 is deprecated because it is no longer maintained.
4.6.0-preview4.19212.13 4,109 4/18/2019 4.6.0-preview4.19212.13 is deprecated because it is no longer maintained.
4.6.0-preview3.19128.7 18,941 3/6/2019 4.6.0-preview3.19128.7 is deprecated because it is no longer maintained.