Nefarius.Peripherals.Serial.../README.md

8 lines
525 B
Markdown
Raw Normal View History

2017-03-03 16:25:47 +01:00
P/Invoke wrapper for Win32API serial port
2012-03-03 11:19:04 +01:00
2017-03-03 18:47:21 +01:00
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)
2012-03-03 18:43:02 +01:00
2017-03-03 18:48:30 +01:00
It is useful in the cases System.IO.Ports.SerialPort is not working well (for connecting to \\\\.\\... devices)
2017-03-03 18:47:21 +01:00
Download it from https://nuget.org/packages/PInvokeSerialPort :)