New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

USB keyboard support

Got problems with Bubba? Then this forum is for you.
Locked
ringmod
Posts: 8
Joined: 26 Sep 2007, 07:52

USB keyboard support

Post by ringmod »

Hi all,

Does the bubba support USB keyboards? I do not currently have any keyboard to try this with, but I am planning on buying a wireless keyboard with USB dongle. Ofcourse there is no screen, but that can be handled in other ways... 8)

If supported, what is the destination of the key sequences? The terminal (the same as the hardware serial port) ?

My idea is to make some software that listens to the keys and, if needed for the use case, utilize a network connected LCD for actual visual output (Kiss dp-1500).

BR
Svante
tor
Posts: 703
Joined: 06 Dec 2006, 12:24
Contact:

Post by tor »

Hi ringmod,

Bubba should support USB-keyboards. But you would need to install the kernel modules and then possibly load the evdev module.

After that the keyboard should turn up as a event device under /dev/input/eventX that you then would have your application use.

Not really sure if you could attach it to a running terminal session though.

/Tor
Co-founder OpenProducts and Ex Excito Developer
ringmod
Posts: 8
Joined: 26 Sep 2007, 07:52

Post by ringmod »

Thanks Tor, that sounds great! :)

BR
Svante
Locked