Go to file
2017-03-03 21:17:21 +03:30
PInvokeSerialPort merge commit 90ad497d35 2017-03-02 22:53:26 +08:00
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 Modifying README.md 2012-03-03 21:36:38 +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 Update README.md 2017-03-03 21:17:21 +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 is also under Ms-PL. (Update: well, after the years now I think this was not a true claim, but well I don't think MS will sue anyone because a sample intended for public use)

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

Download it from https://nuget.org/packages/PInvokeSerialPort :)