All Projects → ebraminio → PInvokeSerialPort

ebraminio / PInvokeSerialPort

Licence: other
P/Invoke wrapper for Win32API serial port

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to PInvokeSerialPort

RESTCountries.NET
.NET Standard wrapper library around the API provided by REST Countries https://restcountries.com. The world in .NET 🔥.
Stars: ✭ 33 (+10%)
Mutual labels:  csharp-library
Mastodot
C# Library for Mastodon API. Easy Toot!
Stars: ✭ 17 (-43.33%)
Mutual labels:  csharp-library
etherport-client
Client-side virtual serial port for Etherport. Used to implement firmata-compatible boards and relays.
Stars: ✭ 20 (-33.33%)
Mutual labels:  serialport
Cyotek.Drawing.BitmapFont
Component for parsing bitmap font files generated by AngelCode's BMFont utility
Stars: ✭ 35 (+16.67%)
Mutual labels:  csharp-library
electron-vite-boilerplate
📚 A Electron + Vite boilerplate of the nature of learning(source-code of vite-plugin-electron) / 学习性的样板工程(vite-plugin-electron源码)
Stars: ✭ 157 (+423.33%)
Mutual labels:  serialport
xmlrpc
A port of CookComputing.XmlRpcV2 for dotnet core 2
Stars: ✭ 27 (-10%)
Mutual labels:  csharp-library
EDSDK.NET
.NET wrapper for the Canon EOS camera SDK
Stars: ✭ 29 (-3.33%)
Mutual labels:  csharp-library
yantra
JavaScript Engine for .NET Standard
Stars: ✭ 32 (+6.67%)
Mutual labels:  csharp-library
netty-transport-purejavacomm
A netty serial pipeline using JNA and PureJavaComm
Stars: ✭ 30 (+0%)
Mutual labels:  serialport
JsonFormatter
Easy, Fast and Lightweight Json Formatter. (Serializer and Deserializer)
Stars: ✭ 26 (-13.33%)
Mutual labels:  csharp-library
BakingSheet
Easy datasheet management for C# and Unity. Supports Excel, Google Sheet, JSON and CSV format.
Stars: ✭ 144 (+380%)
Mutual labels:  csharp-library
EndianBinaryIO
A C# library that can read and write primitives, enums, arrays, and strings to streams and byte arrays with specified endianness, string encoding, and boolean sizes.
Stars: ✭ 20 (-33.33%)
Mutual labels:  csharp-library
elgamalext
Extension for the .NET Framework cryptography subsystem, which introduces the ElGamal public key cryptosystem with support for homomorphic multiplication.
Stars: ✭ 14 (-53.33%)
Mutual labels:  csharp-library
nanoFramework.Hardware.Esp32
📦 nanoFramework Hardware.Esp32 Class Library
Stars: ✭ 25 (-16.67%)
Mutual labels:  csharp-library
SerialTest
Serial port test tool on Win/Linux/Android, with realtime plotting, shortcut | 跨平台串口助手,带实时绘图和快捷发送面板
Stars: ✭ 98 (+226.67%)
Mutual labels:  serialport
LiteNetwork
A simple and fast .NET networking library compatible with .NET Standard 2, .NET 5, 6 and 7.
Stars: ✭ 66 (+120%)
Mutual labels:  csharp-library
Disqord
An asynchronous Discord API wrapper for .NET.
Stars: ✭ 155 (+416.67%)
Mutual labels:  csharp-library
TimsWpfControls
Some missing WPF Controls that integrates with MahApps.Metro
Stars: ✭ 29 (-3.33%)
Mutual labels:  csharp-library
fast-blazor
Blazor component library for FluentUI. Microsoft's official lightweight wrapper around the FluentUI Web Components for use with .NET 6.0 Blazor applications
Stars: ✭ 928 (+2993.33%)
Mutual labels:  csharp-library
Rx.Http
A reactive way to make HTTP Request in .NET Core 🚀
Stars: ✭ 62 (+106.67%)
Mutual labels:  csharp-library

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 :)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].