2012-03-03 18:43:02 +01:00
|
|
|
This library is a P/Invoke wrapper for Win32API serial port.
|
2012-03-03 11:19:04 +01:00
|
|
|
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.
|
|
|
|
|
2012-03-03 18:43:02 +01:00
|
|
|
It useful in cases System.IO.Ports.SerialPort is not working well (for connecting to \\.\... devices)
|
|
|
|
|
2012-03-03 18:50:21 +01:00
|
|
|
For having this library, you can download PInvokeSerialPort.dll or just simple download it from nuget :)
|