USB to PS/2 Mouse Converter question.

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
DavidBG
Member
Member
Posts: 62
Joined: Thu Jan 14, 2010 1:02 pm
Location: At the computer
Contact:

USB to PS/2 Mouse Converter question.

Post by DavidBG »

Hello again:

Would a PS/2 mouse driver work if I plug the USB mouse into a USB to PS/2 converter? I do not know how to program a PS/2 driver, so I won't know if is is my code or the mouse. I would like to know, before I start wasting my time trying to code something that won't work.

Once I know that a USB to PS/2 converter works, than I'll try to program a mouse driver.

Thanks!
David
President of the Useless OS project
giszo
Member
Member
Posts: 124
Joined: Tue Nov 06, 2007 2:37 pm
Location: Hungary

Re: USB to PS/2 Mouse Converter question.

Post by giszo »

Why don't you put your mouse into the USB port and simply enable PS/2 emulation in the BIOS?
DavidBG
Member
Member
Posts: 62
Joined: Thu Jan 14, 2010 1:02 pm
Location: At the computer
Contact:

Re: USB to PS/2 Mouse Converter question.

Post by DavidBG »

I have PS/2 emulation, but I've heard it's slow. Correct me if I'm wrong.

Thanks for the quick reply.

David
President of the Useless OS project
giszo
Member
Member
Posts: 124
Joined: Tue Nov 06, 2007 2:37 pm
Location: Hungary

Re: USB to PS/2 Mouse Converter question.

Post by giszo »

I didn't recognize during typing that it would be slow :)
User avatar
Coty
Member
Member
Posts: 286
Joined: Thu Feb 12, 2009 5:12 pm

Re: USB to PS/2 Mouse Converter question.

Post by Coty »

DavidBG wrote:Would a PS/2 mouse driver work if I plug the USB mouse into a USB to PS/2 converter?
As long as it is not wireless, at least, it worked for me.
My hero, is Mel.
DavidBG
Member
Member
Posts: 62
Joined: Thu Jan 14, 2010 1:02 pm
Location: At the computer
Contact:

Re: USB to PS/2 Mouse Converter question.

Post by DavidBG »

Hello again:

Well thanks, I'll try it then. As long as it works...

Thanks!
David
President of the Useless OS project
neato
Member
Member
Posts: 75
Joined: Fri Jan 15, 2010 2:46 am

Re: USB to PS/2 Mouse Converter question.

Post by neato »

Should work with out conversion if using emulated environment. When on real hardware it will not. My USB Wireless Mouse acts like PS/2 in VPC2007, for example.
Post Reply