From c8b8859dbeb1ea2186513ea7f02ca5f8d5643e88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Mon, 26 Sep 2022 23:53:14 +0200 Subject: [PATCH] Updated README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bdc731c..a4d47a5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ - + # Nefarius.Peripherals.SerialPort +`System.IO.Ports.SerialPort` but actually works 😏 + ## About Originally copied from [John Hind - "Use P/Invoke to Develop a .NET Base Class Library for Serial Device Communications"](http://msdn.microsoft.com/en-us/magazine/cc301786.aspx) that I guess licensed under Ms-PL so this project is also under Ms-PL. (Update: well, after the years now I think this was not a true claim, but well I don't think MS will sue anyone because a sample intended for public use) @@ -14,4 +16,4 @@ It is useful in the cases System.IO.Ports.SerialPort is not working well (for co ## Download -Consume the NuGet via `Install-Package Nefarius.PInvokeSerialPort` +Consume the NuGet via `Install-Package Nefarius.Peripherals.SerialPort`