Go to file
Ebrahim Byagowi 4451972ae4 + Icon
2012-03-03 21:17:06 +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
ProjectIcon.png + Icon 2012-03-03 21:17:06 +03:30
README.md Adding Icon, modifying README 2012-03-03 21:13:02 +03:30

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.

It useful in cases System.IO.Ports.SerialPort is not working well (for connecting to \.... devices)

Have fun :)