Go to file
2012-03-03 13:49:04 +03:30
PInvokeSerialPort Initial commit 2012-03-03 13:20:54 +03:30
PInvokeSerialPort.Sample Initial commit 2012-03-03 13:20:54 +03:30
PInvokeSerialPort.Test Initial commit 2012-03-03 13:20:54 +03:30
.gitignore Initial commit 2012-03-03 13:20:54 +03:30
PInvokeSerialPort.sln Adding README.md 2012-03-03 13:49:04 +03:30
PInvokeSerialPort.vsmdi Initial commit 2012-03-03 13:20:54 +03:30
README.md Adding README.md 2012-03-03 13:49:04 +03:30

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