Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Start Free Trial
Ship Agents Faster
Transform your applications and workflows into powerful agentic systems at global scale.
Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
Win32 API wrappers for accessing COM Uart in blocking mode
...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
This is a C# library dedicated for using with a www.canusb.com device
Full notes: See ReadMe.txt
Summary
The LAWICEL DLL is 'unmanaged code' and was not designed for use by C#/VB/Mono
http://en.wikipedia.org/wiki/Managed_code
If you wish to call 'unmanaged code' from 'managed code', you need to use a 'C# wrapper' to access the DLL. This wrapper uses 'PInvoke' (like peek/poke) to 'martial' calls from managed to unmanaged code. It sounds complicated, and it is.
microTone Module is analog interface to connect microcontrollers or digital logic systems with PCs. This interface use PC sound card’s audio output terminal to send commands to external hardware systems.
...When I interested control external electronical device I was looking such as application but I couldn’t find any working properly and I wrote it. This article is about controlling data registers of parallel port (LPT port) with C#.net 2.0 and using inpout32.dll/inpout32.lib out32 function.
http://blog.armanasci.com/
http://blog.armanasci.com/contact-me/
Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
...You can find all information related to digital enlightenment on http://www.digital-enlightenment.de (german page)
To run the application, you have to get the usbdmx.dll from the digital enlightenment website (http://www.digital-enlightenment.de/usbdmx.htm).
The dll is part of the project archive linked at the bottom.
You also need nlog for the library to compile. The project is configured with nuget to make it easier to get the required packages.
This library allows to comunicate via LPT (IEEE 1284) on Windows ME/XP. It's an dll for MS Visual C++ programs. The LPT port is represented by object with simple interface. Library needs driver UserPort.sys, which is attached to package.
Using the new C# Dll from swig portability of Openobex/ObexFtp to write a nice GUI able to transfer file between two devices with obex protocol. More Info’s here: http://cs-obexftp.wiki.sourceforge.net/
A binary compatible, open source, reimplimentation of the FTD2xx library which works under Linux, Windows and MacOS X.
The library can also compile into a wine DLL to allow Window programs to use the FTD2xx devices (such as PIC programming software).
wnaspi32-snoop is a dll, written in C to intercept and log details of calls made via the Adaptec WNASPI32.DLL SCSI library. It aims to help in the development and debugging of SCSI software/hardware.
USB-UIRTJ is a Java wrapper for the USB-UIRT native dll provided by Jon Rhees. The project also includes a User Interface to transmit and capture signals from the UIRT device.