Using USB PS2 hand controller in C#.NET

Posted by rross on Stack Overflow See other posts from Stack Overflow or by rross
Published on 2010-05-26T13:10:27Z Indexed on 2010/05/26 15:31 UTC
Read the original article Hit count: 219

Filed under:
|
|

I'm attempting to create a program that takes input from a usb ps2 hand controller, translate and passes the info to a rs232 device. I already have everything working for the rs232 device. The problem is interfacing with a usb controller. There doesn't seem to be any good documentation out there and on top of that .NET3.0/3.5 doesn't have any libs to help you out. How would one even get started?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET