Updated README

This commit is contained in:
Benjamin Höglinger-Stelzer 2022-09-26 23:53:14 +02:00
parent 54ed60d9f8
commit c8b8859dbe

View File

@ -1,7 +1,9 @@
<img src="assets/NSS-128x128.png" align="right" /> <img src="assets/NSS-128x128.png" align="right" />
# Nefarius.Peripherals.SerialPort # Nefarius.Peripherals.SerialPort
`System.IO.Ports.SerialPort` but actually works 😏
## About ## 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) 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 ## Download
Consume the NuGet via `Install-Package Nefarius.PInvokeSerialPort` Consume the NuGet via `Install-Package Nefarius.Peripherals.SerialPort`