USB API for Windows [closed] USB API for Windows [closed] windows windows

USB API for Windows [closed]


All USB devices has unique Pid, Vid. You can use generic library to interact with its end points for me I am using cypress library which has 2 versions for managed and unmanaged languages.

http://www.cypress.com/?rID=34870

Keep in mind the license for this library is free of charge if used with cypress powered devices only. But you can check it and use native APIs to achieve the same behavior but it supports some good features epically high speed transfer to bulk end points.

Also check this questionWorking with USB devices in .NET