diff --git a/ProjectIcon.png b/ProjectIcon.png new file mode 100755 index 0000000..d01289c Binary files /dev/null and b/ProjectIcon.png differ diff --git a/README.md b/README.md index 30ab294..c1f1fdb 100755 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ -This library is P/Invoke wrapper for serial port. +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. -Have fun :) \ No newline at end of file +It useful in cases System.IO.Ports.SerialPort is not working well (for connecting to \\.\... devices) + +Have fun :)