https://github.com/ebraminio/pinvokeserialport
P/Invoke wrapper for Win32API serial port
https://github.com/ebraminio/pinvokeserialport
csharp-library serialport
Last synced: about 1 month ago
JSON representation
P/Invoke wrapper for Win32API serial port
- Host: GitHub
- URL: https://github.com/ebraminio/pinvokeserialport
- Owner: ebraminio
- Created: 2012-03-03T09:41:24.000Z (about 13 years ago)
- Default Branch: main
- Last Pushed: 2022-09-26T21:53:40.000Z (over 2 years ago)
- Last Synced: 2025-04-08T07:41:56.254Z (about 1 month ago)
- Topics: csharp-library, serialport
- Language: C#
- Homepage:
- Size: 32.2 KB
- Stars: 40
- Watchers: 5
- Forks: 23
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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 :)