Go to file
Benjamin Höglinger-Stelzer c9a1de27ca Updated nuke
2019-12-27 19:54:38 +01:00
build Updated nuke 2019-12-27 19:54:38 +01:00
PInvokeSerialPort Resolved handle warnings 2018-11-25 14:37:08 +01:00
PInvokeSerialPort.Sample Converted class library into SDK format 2018-11-25 13:54:47 +01:00
PInvokeSerialPort.Test Converted class library into SDK format 2018-11-25 13:54:47 +01:00
.gitignore Converted class library into SDK format 2018-11-25 13:54:47 +01:00
.nuke Updated nuke 2019-12-27 19:54:38 +01:00
appveyor.yml Updated appveyor.yml 2019-12-27 19:31:42 +01:00
build.ps1 Updated nuke 2019-12-27 19:54:38 +01:00
build.sh Updated nuke 2019-12-27 19:54:38 +01:00
LICENSE Create LICENSE 2018-11-25 13:45:15 +01:00
Package.nuspec v1.0.1 2017-03-03 18:56:45 +03:30
PInvokeSerialPort.sln Updated nuke 2019-12-27 19:54:38 +01:00
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:18:30 +03:30

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 is useful in the cases System.IO.Ports.SerialPort is not working well (for connecting to \\.\... devices)

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