Keyboard firmwares for Atmel AVR and Cortex-M
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
tmk f1f2066657 Merge commit 'f6d56675f9f981c5464f0ca7a1fbb0162154e8c5' il y a 9 ans
..
Properties Merge commit 'f6d56675f9f981c5464f0ca7a1fbb0162154e8c5' il y a 9 ans
COPYING.LESSER.txt Merge commit 'f6d56675f9f981c5464f0ca7a1fbb0162154e8c5' il y a 9 ans
COPYING.txt Merge commit 'f6d56675f9f981c5464f0ca7a1fbb0162154e8c5' il y a 9 ans
DataLoggerSettings.Designer.cs Merge commit 'f6d56675f9f981c5464f0ca7a1fbb0162154e8c5' il y a 9 ans
DataLoggerSettings.cs Merge commit 'f6d56675f9f981c5464f0ca7a1fbb0162154e8c5' il y a 9 ans
DataLoggerSettings.resx Merge commit 'f6d56675f9f981c5464f0ca7a1fbb0162154e8c5' il y a 9 ans
Hid.Linux.dll Merge commit 'f6d56675f9f981c5464f0ca7a1fbb0162154e8c5' il y a 9 ans
Hid.Net.dll Merge commit 'f6d56675f9f981c5464f0ca7a1fbb0162154e8c5' il y a 9 ans
Hid.Win32.dll Merge commit 'f6d56675f9f981c5464f0ca7a1fbb0162154e8c5' il y a 9 ans
Program.cs Merge commit 'f6d56675f9f981c5464f0ca7a1fbb0162154e8c5' il y a 9 ans
README.txt Merge commit 'f6d56675f9f981c5464f0ca7a1fbb0162154e8c5' il y a 9 ans
TempLoggerHostApp.csproj Merge commit 'f6d56675f9f981c5464f0ca7a1fbb0162154e8c5' il y a 9 ans

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.