System.IO.Ports 9.0.0-preview.2.24128.5

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.

Showing the top 20 packages that depend on System.IO.Ports.

Packages Downloads
AME.Extensions
Densen的.net常用扩展库
5
AME.Extensions
Densen的.net常用扩展库
7
Microsoft.Windows.Compatibility
This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET as well as .NET Standard.
5
Microsoft.Windows.Compatibility
This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET as well as .NET Standard.
8
Microsoft.Windows.Compatibility
This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET Core as well as .NET Standard.
5
Microsoft.Windows.Compatibility
This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET Core as well as .NET Standard.
6
Microsoft.Windows.Compatibility
This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET Core as well as .NET Standard. 00490982c7952e96a1089818467caa6fd07541b2 When using NuGet 3.x this package requires at least version 3.4.
5
Microsoft.Windows.Compatibility
This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET Core as well as .NET Standard. When using NuGet 3.x this package requires at least version 3.4.
5
Microsoft.Windows.Compatibility
This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET Core as well as .NET Standard. When using NuGet 3.x this package requires at least version 3.4.
8
Microsoft.Windows.Compatibility
This Windows Compatibility Pack provides access to APIs that were previously available only for .NET Framework. It can be used from both .NET Core as well as .NET Standard. When using NuGet 3.x this package requires at least version 3.4.
689

https://go.microsoft.com/fwlink/?LinkID=799421

.NET Framework 4.6.2

  • No dependencies.

.NET 8.0

.NET 9.0

.NET Standard 2.0

Version Downloads Last updated
9.0.0-preview.4.24266.19 6 05/21/2024
9.0.0-preview.3.24172.9 6 05/01/2024
9.0.0-preview.2.24128.5 5 05/02/2024
9.0.0-preview.1.24080.9 5 04/30/2024
8.0.0 16 12/10/2023
8.0.0-rc.1.23419.4 3 05/01/2024
8.0.0-preview.7.23375.6 5 05/01/2024
8.0.0-preview.6.23329.7 2 06/01/2024
8.0.0-preview.5.23280.8 5 05/07/2024
8.0.0-preview.4.23259.5 4 06/04/2023
8.0.0-preview.3.23174.8 7 04/30/2024
8.0.0-preview.2.23128.3 4 05/02/2024
8.0.0-preview.1.23110.8 3 04/22/2024
7.0.0 3 05/19/2024
7.0.0-rc.2.22472.3 2 05/01/2024
7.0.0-rc.1.22426.10 5 04/22/2024
7.0.0-preview.7.22375.6 4 05/14/2024
7.0.0-preview.6.22324.4 5 05/11/2024
7.0.0-preview.5.22301.12 4 05/25/2024
7.0.0-preview.4.22229.4 1 06/01/2024
7.0.0-preview.3.22175.4 3 05/03/2024
7.0.0-preview.2.22152.2 3 06/01/2024
7.0.0-preview.1.22076.8 2 06/01/2024
6.0.2-mauipre.1.22102.15 4 05/27/2024
6.0.2-mauipre.1.22054.8 2 05/05/2024
6.0.0 4 06/01/2024
6.0.0-rc.2.21480.5 4 05/21/2024
6.0.0-rc.1.21451.13 3 05/25/2024
6.0.0-preview.7.21377.19 2 05/06/2024
6.0.0-preview.6.21352.12 4 04/30/2024
6.0.0-preview.5.21301.5 4 05/14/2024
6.0.0-preview.4.21253.7 4 05/12/2024
6.0.0-preview.3.21201.4 3 05/24/2024
6.0.0-preview.2.21154.6 6 04/30/2024
6.0.0-preview.1.21102.12 3 05/01/2024
5.0.1 5 04/09/2024
5.0.0 9 11/02/2022
5.0.0-rc.2.20475.5 4 05/11/2024
5.0.0-rc.1.20451.14 5 04/30/2024
5.0.0-preview.8.20407.11 3 06/01/2024
5.0.0-preview.7.20364.11 4 05/21/2024
5.0.0-preview.6.20305.6 3 06/01/2024
5.0.0-preview.5.20278.1 4 05/23/2024
5.0.0-preview.4.20251.6 2 05/14/2024
5.0.0-preview.3.20214.6 3 05/26/2024
5.0.0-preview.2.20160.6 5 06/01/2024
5.0.0-preview.1.20120.5 2 05/27/2024
4.7.0 683 03/03/2023
4.7.0-preview3.19551.4 6 04/30/2024
4.7.0-preview2.19523.17 4 05/18/2024
4.7.0-preview1.19504.10 3 04/30/2024
4.6.0 14 04/09/2024
4.6.0-preview9.19421.4 5 05/11/2024
4.6.0-preview9.19416.11 4 05/25/2024
4.6.0-preview8.19405.3 3 05/24/2024
4.6.0-preview7.19362.9 2 05/24/2024
4.6.0-preview6.19303.8 2 05/24/2024
4.6.0-preview6.19264.9 4 04/30/2024
4.6.0-preview5.19224.8 5 05/10/2024
4.6.0-preview4.19212.13 2 05/10/2024
4.6.0-preview3.19128.7 3 04/30/2024
4.6.0-preview.19073.11 3 05/24/2024
4.6.0-preview.18571.3 4 05/02/2024
4.5.0 2 05/21/2024
4.5.0-rc1 2 06/01/2024
4.5.0-preview2-26406-04 2 05/23/2024
4.5.0-preview1-26216-02 5 05/05/2024
4.5.0-preview1-25914-04 5 05/01/2024
4.4.0 7 04/09/2024
4.4.0-preview2-25405-01 2 05/14/2024
4.4.0-preview1-25305-02 4 05/12/2024