Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!jarthur!nntp-server.caltech.edu!gumby!newton From: newton@gumby.cs.caltech.edu (Mike Newton) Newsgroups: comp.sys.m88k Subject: three blind mice, see how they run... Summary: the clock struck 1 Keywords: mice, men, purple hippos, pc-compatable Message-ID: Date: 27 Mar 91 08:25:39 GMT Sender: news@nntp-server.caltech.edu Organization: California Institute of Technology, Pasadena Lines: 23 The DG AViiON mouse talks at 1200 baud to the CPU board in units of 5 bytes, with no char.s transmitted when no actions, using rs-232: char 0: status = (base=) 0x80 + (L up=)0x04 + (M up=)0x02 + (R up=)0x01 char 1: signed disp. of mouse in up-down char 2: signed disp. of mouse in right-left dir char 3: ?? (i believe associated with char 1 -- accel?) char 4: ?? (i believe associated with char 2 -- accel?) [Note: 'L up=' means the Left mouse button is up.] Question 1: what are char's 3 and 4? Question 2: is this the same as the ibm-pc-serial-port-mouse ? I reallly want to replace my mouse with a mechanical one.... (and a friend tells me there are ?? two different ibm-pc-serial-port-mouse types... if true, which style?). Many thanks, - mike (newton@gumby.cs.caltech.edu) ps: there are a bunch of peek/poke (mouse, tty, ..) `utilities' in the csvax archives under dg-io... . These are not for the faint at heart!!!