Difference between revisions of "Interfacing with a mouse"
From Mech
Jump to navigationJump to searchLine 2: | Line 2: | ||
Interface the PIC with a PS/2 optical mouse and display (x,y) position data on either an LCD screen (see, e.g., [[C Example: Serial LCD]] or [[C Example: Parallel Interfacing with LCDs]]) or the PC (e.g., in Matlab or hyperterminal). |
Interface the PIC with a PS/2 optical mouse and display (x,y) position data on either an LCD screen (see, e.g., [[C Example: Serial LCD]] or [[C Example: Parallel Interfacing with LCDs]]) or the PC (e.g., in Matlab or hyperterminal). |
||
== Overview == |
|||
[[image:lynxmouse|thumb|200px|Ione Lynx-M9 mouse [http://www.geeks.com/largePic_All.asp?InvtId=LYNX-M9&Pic=LYNX-M9-unit.jpg]|right]] |
Revision as of 23:35, 11 February 2009
Original Assignment
Interface the PIC with a PS/2 optical mouse and display (x,y) position data on either an LCD screen (see, e.g., C Example: Serial LCD or C Example: Parallel Interfacing with LCDs) or the PC (e.g., in Matlab or hyperterminal).