stickleprojects Level: Moderator Registered: 09-09-2002 Posts: 891
Re: Serial Mouse
Hi,
I can get you the pure assembler (x86) but Windows interferes(:spelling?) are you sure?
Kieron
____________________________
Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)
19-02-2006 at 08:33 PM
|
Vpa Level: Sage Registered: 14-03-2004 Posts: 66
Re: Serial Mouse
If you could make it in a Dll or ActiveX, that would be great
But I forgot to tell the mosst important part
I dont want it to control the mousepointer. ie, I want to use my normal mouse besides it.
So when you move mouse #2, only some bits are sent to the com port, and I want to do the coding for that
stickleprojects Level: Moderator Registered: 09-09-2002 Posts: 891
Re: Serial Mouse
Hi,
I don't think you understood. MSWindows controls all input into the apps (esp. 98+) so you would have to write hard-ware stuff to get to the mouse. Is it so important to actually have the mouse? What are you trying to do?
K
____________________________
Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)
19-02-2006 at 10:54 PM
|
Vpa Level: Sage Registered: 14-03-2004 Posts: 66
Re: Serial Mouse
I'm trying to use 2 mouses. 1 normal USB mouse. And 1 programmed Serial mouse. So I need to handle the Com input of that mouse