Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.71K
~953 People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for khorght

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 …

Member Avatar for Nidal_1
0
953

The End.