From: Archimedes' Lever on 14 Jun 2010 07:26 On Mon, 14 Jun 2010 00:09:38 GMT, keningram(a)overden.com (Ken Ingram) wrote: >I suppose this means hacking into the mouse lead itself, but how to >find the relevant wires? You need basic continuity testing aptitude.
From: Archimedes' Lever on 14 Jun 2010 07:48 On Sun, 13 Jun 2010 23:00:08 -0800, Robert Baer <robertbaer(a)localnet.com> wrote: >Ken Ingram wrote: >> Is there any practical way that would enable me to use a single mouse >> click in order to start a sequence at exactly the same time on two >> separate PC's (identical units)? >> >> I suppose this means hacking into the mouse lead itself, but how to >> find the relevant wires? >> >> Ken Ingram > Do not think that can be done at *exactly* the same time, as the >mouse is clocked by its computer and the clocks are NOT synchronized and >may be pseudo-randumb due to spread-spectrum design. Correct. He cannot guarantee or count on getting any resultant action be timed exactly together. There will be a number for maximum delay between the two events. It will be a worst case add-up of the two periods which the mouse port or USB-to-mouse port get polled at.
From: mpm on 14 Jun 2010 07:50 On Jun 13, 10:59 pm, Archimedes' Lever <OneBigLe...(a)InfiniteSeries.Org> wrote: > On Sun, 13 Jun 2010 18:20:24 -0700, "Artemus" <bo...(a)invalid.org> wrote: > > >"Ken Ingram" <kening...(a)overden.com> wrote in message > >news:4c157293.3891718(a)news.tpg.com.au... > >> Is there any practical way that would enable me to use a single mouse > >> click in order to start a sequence at exactly the same time on two > >> separate PC's (identical units)? > > >> I suppose this means hacking into the mouse lead itself, but how to > >> find the relevant wires? > > >> Ken Ingram > > >Even if you succeed with the wiring the sequence start isn't going > >to be that exact as the mouse is a polled device. > >Art > > Better to synch the clocks on both units and use an applet to *start* > the desired process at the same time point.- Hide quoted text - > > - Show quoted text - I like this approach!! Maybe even synch it to GPS or something...? I know better than to ask why the OP want's to mouse-click two computers simultaneously!! But I must admit, I am just a tiny bit curious..... :)
From: Archimedes' Lever on 14 Jun 2010 07:59 On Mon, 14 Jun 2010 06:17:36 -0400, JW <none(a)dev.null> wrote: >On Sun, 13 Jun 2010 21:08:50 -0700 Archimedes' Lever ><OneBigLever(a)InfiniteSeries.Org> wrote in Message id: ><3qab16l70s0s0pn9rqoa5ull13dlspi8tp(a)4ax.com>: > >>On Sun, 13 Jun 2010 20:34:22 -0500, AZ Nomad >><aznomad.3(a)PremoveOBthisOX.COM> wrote: >> >>>On Sun, 13 Jun 2010 18:20:24 -0700, Artemus <bogus(a)invalid.org> wrote: >>> >>>>"Ken Ingram" <keningram(a)overden.com> wrote in message >>>>news:4c157293.3891718(a)news.tpg.com.au... >>>>> Is there any practical way that would enable me to use a single mouse >>>>> click in order to start a sequence at exactly the same time on two >>>>> separate PC's (identical units)? >>>>> >>>>> I suppose this means hacking into the mouse lead itself, but how to >>>>> find the relevant wires? >>>>> >>>>> Ken Ingram >>> >>>>Even if you succeed with the wiring the sequence start isn't going >>>>to be that exact as the mouse is a polled device. >>>>Art >>> >>>Actually, it isn't. >> >> Mice are polled devices. > >AlwaysWrong. PS/2 mice use an interrupt. You big dummy. Do interrupts not also get polled in cyclic fashion? Can you guarantee that both machines will poll their respective interrupts at the same moment? When was the last time you saw a new PC or laptop that had a PS/2 mouse port? They do, but more often, they are made without them at all. There are USB mice that plug into USB ports, and no PS/2 port is anywhere to be found. Those to are polled, and any such polling would be asynchronous with a separate device not triggered by the same clock. You might think it worked "at the same time" but it in fact cannot be. There will always be some difference.
From: Archimedes' Lever on 14 Jun 2010 08:08
On Mon, 14 Jun 2010 04:50:30 -0700 (PDT), mpm <mpmillard(a)aol.com> wrote: >On Jun 13, 10:59�pm, Archimedes' Lever ><OneBigLe...(a)InfiniteSeries.Org> wrote: >> On Sun, 13 Jun 2010 18:20:24 -0700, "Artemus" <bo...(a)invalid.org> wrote: >> >> >"Ken Ingram" <kening...(a)overden.com> wrote in message >> >news:4c157293.3891718(a)news.tpg.com.au... >> >> Is there any practical way that would enable me to use a single mouse >> >> click in order to start a sequence at exactly the same time on two >> >> separate PC's (identical units)? >> >> >> I suppose this means hacking into the mouse lead itself, but how to >> >> find the relevant wires? >> >> >> Ken Ingram >> >> >Even if you succeed with the wiring the sequence start isn't going >> >to be that exact as the mouse is a polled device. >> >Art >> >> � Better to synch the clocks on both units and use an applet to *start* >> the desired process at the same time point.- Hide quoted text - >> >> - Show quoted text - > >I like this approach!! >Maybe even synch it to GPS or something...? > >I know better than to ask why the OP want's to mouse-click two >computers simultaneously!! >But I must admit, I am just a tiny bit curious..... :) He is probably attempting to do some kind of lame "benchmark" between the two. That too is sad. |