Author Topic: usb to ps/2 keyboard converter  (Read 1378 times)

0 Members and 1 Guest are viewing this topic.

Offline arananet

  • Thread Starter
  • Posts: 1
usb to ps/2 keyboard converter
« on: Fri, 14 September 2018, 13:20:35 »
Hi,

Im looking a way to make a usb to ps/2 keyboard converter. The common solutions are pasive, and the active solution are always closed designs and expensive. I find some ic that can convert the usb keystrokes to ascii like the 24FJ64GB002 or even using the max3421 but always need a host like atmega to then, use the PS/2 keyboard library in order to translate those ascii keystrokes into a ps/2 friendly protocol.

¿There is any alternative that make all on a single chip? With an alternative I mean open.

I need to use this converter for a fpga board which only support ps/2 protocol (kb and mouse).

Thanks for the reply.