qmk_firmware/Projects/TempDataLogger/TempLogHostApp
Dean Camera 252bd7bb2c Fixed invalid PID value used in the TempDataLogger project host application (thanks to Anupam Pathak). 2012-02-05 13:16:08 +00:00
..
Properties Add missing SVN eol-style property to ensure that source code line endings and converted to the native values on checkout. 2011-11-09 23:35:16 +00:00
COPYING.LESSER.txt Clean up excessive whitespace at the end of each line using the wspurify tool made by Laszlo Monda 2010-10-13 14:05:35 +00:00
COPYING.txt Clean up excessive whitespace at the end of each line using the wspurify tool made by Laszlo Monda 2010-10-13 14:05:35 +00:00
DataLoggerSettings.Designer.cs Add first lot of AVRStudio project files for some of the library projects. 2010-07-13 04:32:33 +00:00
DataLoggerSettings.cs Fixed invalid PID value used in the TempDataLogger project host application (thanks to Anupam Pathak). 2012-02-05 13:16:08 +00:00
DataLoggerSettings.resx Add missing SVN eol-style property to ensure that source code line endings and converted to the native values on checkout. 2011-11-09 23:35:16 +00:00
Hid.Linux.dll Add first lot of AVRStudio project files for some of the library projects. 2010-07-13 04:32:33 +00:00
Hid.Net.dll Add first lot of AVRStudio project files for some of the library projects. 2010-07-13 04:32:33 +00:00
Hid.Win32.dll Add first lot of AVRStudio project files for some of the library projects. 2010-07-13 04:32:33 +00:00
Program.cs Add first lot of AVRStudio project files for some of the library projects. 2010-07-13 04:32:33 +00:00
README.txt Clean up excessive whitespace at the end of each line using the wspurify tool made by Laszlo Monda 2010-10-13 14:05:35 +00:00
TempLoggerHostApp.csproj Add missing SVN eol-style property to ensure that source code line endings and converted to the native values on checkout. 2011-11-09 23:35:16 +00:00

README.txt

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.