From 51033e2ae0c79e6e9468714cf0cdc8fba922609b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Sat, 13 Jul 2024 15:42:22 +0200 Subject: [PATCH] Update SerialPort.cs --- Nefarius.Peripherals.SerialPort/SerialPort.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Nefarius.Peripherals.SerialPort/SerialPort.cs b/Nefarius.Peripherals.SerialPort/SerialPort.cs index 75114e8..0dac294 100644 --- a/Nefarius.Peripherals.SerialPort/SerialPort.cs +++ b/Nefarius.Peripherals.SerialPort/SerialPort.cs @@ -44,18 +44,12 @@ public partial class SerialPort : IDisposable } /// - /// - /// Class constructor - /// public SerialPort(string portName, int baudRate) : this(portName) { BaudRate = baudRate; } /// - /// - /// For IDisposable - /// public void Dispose() { Close();