Adding Icon, modifying README

This commit is contained in:
Ebrahim Byagowi 2012-03-03 21:13:02 +03:30
parent 5a806e3aab
commit 8a11f16a8d
2 changed files with 4 additions and 2 deletions

BIN
ProjectIcon.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

View File

@ -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. 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 :) 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. I am trying to make this library more similar with System.IO.Ports.SerialPort.
Have fun :) It useful in cases System.IO.Ports.SerialPort is not working well (for connecting to \\.\... devices)
Have fun :)