Win32 API wrappers for accessing COM Uart in blocking mode
Uart32 is a C++ wrapper around the win32 Serial Port API that allows blocking-mode access to the COM port. This library works great for accessing a UART serial port from a background worker thread. It features: a simple c++ class. (temporarily removed for maintainance. Use DLL API Instead)
built in per access timeout on data receive.
a C-API wrapper that is exportable to
C# DLL import class
Console tool to send commands to projectors via serial port
bcon sends commands for remote-control via the serial port of your computer.
It is a command-line based tool - so you can bind it to macros and other applications.