From 2caac9c43a9d93e88806918511ace837ea481385 Mon Sep 17 00:00:00 2001 From: ebraminio Date: Fri, 3 Mar 2017 21:17:21 +0330 Subject: [PATCH] Update README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0e2bc58..d6efcec 100755 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ This library is a P/Invoke wrapper for Win32API serial port. -Originally copied from http://msdn.microsoft.com/en-us/magazine/cc301786.aspx that I guess licensed under Ms-PL so this project will be also in Ms-PL. -Please help me on completing APIs of this library, any suggestion is valued :) -I am trying to make this library more similar with System.IO.Ports.SerialPort. -It useful in cases System.IO.Ports.SerialPort is not working well (for connecting to \\.\... devices) +Originally copied from 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) -For having this library, you can download PInvokeSerialPort.dll or just simply download it from nuget (https://nuget.org/packages/PInvokeSerialPort) :) +It useful in cases System.IO.Ports.SerialPort is not working well (for connecting to \\\\.\\... devices) + +Download it from https://nuget.org/packages/PInvokeSerialPort :)