No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
1 Posted Topic
This is all work in progress, code crashes sometimes but it is good starting point: **HIDAPI.cs** using System; using System.Text; using System.Runtime.InteropServices; /* * HIDAPI documentatioin * http://www.signal11.us/oss/hidapi/hidapi/doxygen/html/group__API.html * * https://github.com/rfb/HIDMacros * * USB Made Simple * http://www.usbmadesimple.co.uk/ums_5.htm * * http://www.circuitsathome.com/communicating-arduino-with-hid-devices-part-1 * http://www.instructables.com/id/USB-Wii-Classic-Controller/step5/USB-HID-Reports-and-Report-Descriptors/ * * Platform Invoke Tutorial * http://msdn.microsoft.com/en-us/library/aa288468%28v=vs.71%29.aspx#pinvoke_defaultmarshaling …
The End.
Nidal_1