Keyboard firmwares for Atmel AVR and Cortex-M
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.

README.txt 898B

123456789101112131415161718192021222324
  1. http://en.sourceforge.jp/projects/sfnet_libhidnet/
  2. This library has been tested on Windows Vista 32bit, Windows Vista 64bit,
  3. Windows XP 32bit and Debian (Lenny) AMD64 but should work on any version of
  4. Windows that can run the .NET framework 2.0 and any other operating system
  5. that has both hiddev and Mono.
  6. Any additions must be tested and work on Windows and Linux, on both 32 and
  7. 64 bit. Windows 64 bit testing is particularly important as it is often
  8. neglected.
  9. Hid.Linux.dll was compiled under Linux with Mono (mcs) and uses no generics.
  10. Hid.Win32.dll and Hid.Net.dll were compiled under Windows with the .NET
  11. Framework v2.0.50727 but are also tested to compile with Mono (gmcs).
  12. A good starting point when using this library is Hid.DeviceFactory's Enumerate
  13. methods.
  14. LogitechMX5000.cs is a simple example of how the library can be used. Other
  15. examples on common devices are welcomed.