From 5a806e3aab1a68dd181a74acd6d90ee9c68923ea Mon Sep 17 00:00:00 2001 From: Ebrahim Byagowi Date: Sat, 3 Mar 2012 13:49:04 +0330 Subject: [PATCH] Adding README.md --- PInvokeSerialPort.sln | 1 + README.md | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100755 README.md diff --git a/PInvokeSerialPort.sln b/PInvokeSerialPort.sln index 91ecd9a..23470b9 100755 --- a/PInvokeSerialPort.sln +++ b/PInvokeSerialPort.sln @@ -7,6 +7,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution ProjectSection(SolutionItems) = preProject Local.testsettings = Local.testsettings PInvokeSerialPort.vsmdi = PInvokeSerialPort.vsmdi + README.md = README.md TraceAndTestImpact.testsettings = TraceAndTestImpact.testsettings EndProjectSection EndProject diff --git a/README.md b/README.md new file mode 100755 index 0000000..30ab294 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +This library is P/Invoke wrapper for 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. + +Have fun :) \ No newline at end of file