You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found possibly useful library for PS2 keyboard input from arduino playground. It looks like there is enough space to use this library with TinyBasicPlus on Arduino Uno. I didn't test this library but I will be testing it as soon as possible.
I can get around to adding support this afternoon. Since I have a 1284P I'm not super worried about space consumption but I can also test with a 328P to ensure that the code sizes adhere to the standard of this project.
Update
It turns out there are two options: PS2Keyboard and PS2KeyboardExt. PS2KeyboardExt supports more keys and caps lock, maybe shift too but adds a massive 3.7kB to the project. I'm using https://github.com/techpaul/PS2KeyAdvanced instead. You should probably have multiple branches, one with PS2 support and one UART.
Update 2/4/2021
Does this even have to be PS2 or can a USB Host shield be implemented instead?
I found possibly useful library for PS2 keyboard input from arduino playground. It looks like there is enough space to use this library with TinyBasicPlus on Arduino Uno. I didn't test this library but I will be testing it as soon as possible.
http://www.arduino.cc/playground/Main/PS2Keyboard
The text was updated successfully, but these errors were encountered: