Adding README.md

This commit is contained in:
Ebrahim Byagowi
2012-03-03 13:49:04 +03:30
parent 849cb8865a
commit 5a806e3aab
2 changed files with 7 additions and 0 deletions

6
README.md Executable file
View File

@ -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 :)