C# rawhid USB

awesomeToTheMax

New member
I had some issues when trying to connect my teensy 2.0 via rawhid to a c# assembly. If anyone else wanted to accomplish the same task, my included source may be of some assistance...

Here is the command to compile the rawhid.dll.:
$ gcc -shared -o rawhid.dll -DBUILD_DLL hid_WINDOWS.c -lsetupapi -lhid
 

Attachments

  • rawhidcSharp.zip
    47.3 KB · Views: 285
Back
Top