from J.E. Davis posted by Peter Tiang
Serial UART: 1200 baud, data=8,start=1,parity=none
Mouse Protocol of Transmission
bit: 7 6 5 4 3 2 1 0
byte 1 (sync) 1 0 0 0 0 L M R (0=depressed button)
byte 2 (dX) x7 x6 x5 x4 x3 x2 x1 x0 (bit 7 -> 0=pos,1=neg)
byte 3 (dY) y7 y6 y5 y4 y3 y2 y1 y0
byte 4 (dX') x7 x6 x5 x4 x3 x2 x1 x0
byte 5 (dY') y7 y6 y5 y4 y3 y2 y1 y0
Notes: - all bytes are two's complement binary
- dX, dY = relative moves after last transmission
- dX',dY' = relative moves since dX, dY were transmitted
Serial UART: 1200 baud, data=7,stop=1,parity=none
Mouse Protocol of Transmission (normal mode)
bit: 7 6 5 4 3 2 1 0
byte 1 (sync) 0 1 L R y7 y6 x7 x6 (1=depressed button)
byte 2 (dX) 0 0 x5 x4 x3 x2 x1 x0 (MSB-> 0=pos,1=neg)
byte 3 (dY) 0 0 y5 y4 y3 y2 y1 y0
Notes: - all moves bytes are two's complement binary
(you must collect all bits together)
Mechanical mice use a Quadrature Encoder position sensor attached to a shaft that rubs against the ball.
Jinxs' 16F84 4 button directional controller pluges in place of an MS Mouse
See also:
| file: /techref/io/mouses.htm, 2KB, , updated: 2001/3/7 11:29, local time: 2009/11/21 00:16,
38.107.191.103:LOG IN
|
| ©2009 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? Please DO link to this page! Digg it! <A HREF="http://www.piclist.com/techref/io/mouses.htm"> Mouses</A> |
| Did you find what you needed? |
|
The Backwoods Guide to Computer Lingo |
|
Peter Todd has released source and sample projects for his artwork, including his 3d wireframe cube renderer for the PIC 18f6520 This includes examples of hardware developed with free software tools such as gEDA/gschem/PCB, SDCC, gputils and picp all on Linux. http://petertodd.ca/art/source-code/ |
.