Welcome, Guest. Please login or register.

Author Topic: Project: The Ultimate PS/2 Adapter  (Read 6403 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline mboehmer_e3b

  • Sr. Member
  • ****
  • Join Date: Aug 2002
  • Posts: 312
    • Show all replies
    • http://www.e3b.de/usb/
Re: Project: The Ultimate PS/2 Adapter
« on: March 10, 2008, 09:15:52 AM »
Quote

@leirbag:  I doubt it will work with modern USB mice, sorry.  They depend on various drivers, and I obviously cannot implement them all.  If the USB mouse works on a PS/2 port (using an adapter) then it will work on this unit as well.


That's {bleep}. Sorry.

USB mice support HID class, and this is standardized (which means also other HID class devices work perfectly with it).
Some mice also support bootmouse class, which is also standardized.

So if you rely on the latter one, at least part of them work with one effort. If you go for HID, then I presume that your PIC will be out of memory very soon, if you want to support all HID features.

Your USB port then simply replaces the USB/PS2 mechanical adaptor, according to your description.

Michael