You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/lib/lufa/Projects/TempDataLogger/TempLogHostApp
Jack Humbert 8655d4f494
Merge commit '60b30c036397cb5627fa374bb930794b225daa29' as 'lib/lufa'
7 years ago
..
Properties Merge commit '60b30c036397cb5627fa374bb930794b225daa29' as 'lib/lufa' 7 years ago
COPYING.LESSER.txt Merge commit '60b30c036397cb5627fa374bb930794b225daa29' as 'lib/lufa' 7 years ago
COPYING.txt Merge commit '60b30c036397cb5627fa374bb930794b225daa29' as 'lib/lufa' 7 years ago
DataLoggerSettings.Designer.cs Merge commit '60b30c036397cb5627fa374bb930794b225daa29' as 'lib/lufa' 7 years ago
DataLoggerSettings.cs Merge commit '60b30c036397cb5627fa374bb930794b225daa29' as 'lib/lufa' 7 years ago
DataLoggerSettings.resx Merge commit '60b30c036397cb5627fa374bb930794b225daa29' as 'lib/lufa' 7 years ago
Hid.Linux.dll Merge commit '60b30c036397cb5627fa374bb930794b225daa29' as 'lib/lufa' 7 years ago
Hid.Net.dll Merge commit '60b30c036397cb5627fa374bb930794b225daa29' as 'lib/lufa' 7 years ago
Hid.Win32.dll Merge commit '60b30c036397cb5627fa374bb930794b225daa29' as 'lib/lufa' 7 years ago
Program.cs Merge commit '60b30c036397cb5627fa374bb930794b225daa29' as 'lib/lufa' 7 years ago
README.txt Merge commit '60b30c036397cb5627fa374bb930794b225daa29' as 'lib/lufa' 7 years ago
TempLoggerHostApp.csproj Merge commit '60b30c036397cb5627fa374bb930794b225daa29' as 'lib/lufa' 7 years ago

README.txt

http://en.sourceforge.jp/projects/sfnet_libhidnet/


This library has been tested on Windows Vista 32bit, Windows Vista 64bit,
Windows XP 32bit and Debian (Lenny) AMD64 but should work on any version of
Windows that can run the .NET framework 2.0 and any other operating system
that has both hiddev and Mono.

Any additions must be tested and work on Windows and Linux, on both 32 and
64 bit. Windows 64 bit testing is particularly important as it is often
neglected.


Hid.Linux.dll was compiled under Linux with Mono (mcs) and uses no generics.

Hid.Win32.dll and Hid.Net.dll were compiled under Windows with the .NET
Framework v2.0.50727 but are also tested to compile with Mono (gmcs).


A good starting point when using this library is Hid.DeviceFactory's Enumerate
methods.

LogitechMX5000.cs is a simple example of how the library can be used. Other
examples on common devices are welcomed.