Click here to Skip to main content
15,909,898 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello every one,
I just want to know, if i connect an USB mouse to port,
how to get the raw information to read from the mouse and use the same data for my own application,
or please suggest me some site links to go through,
so that i can refer the same and get solved from this problem,
awaiting for your valuable information.I need to implement this using library functions using c code.

Thank you
Posted

1 solution

You need to learn about "usb serial driver programming" in Linux. Search for that in google and also refer to Linux device drivers[^] book which is a comprehensive guide for writing such drivers.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900