Apparently, the PS2KeyAdvanced library is the same one used for Teensy microcontrollers.
Would this library work on the Teensy 4.1 if I invest in this microcontroller? I seem to recall seeing in the documentation that it's limited to Teensy...
The operation I suppose, as it is the same for most microcontrollers, but maybe it is optimized for the Teensy.
This library works very well; I won't use the keypad for the numeric keypad, which isn't a problem for what I want to do.
Yes, but that's because I'm using this library, that's why I wrote on this forum. Most of the functions are resolved except for NumLock. I've seen many users who have this locking problem, even though I'm using the UTERM2-s (ESP32) board which is...
Hi,
I use PS2Keyboard, it work fine, but i need to use CTRL+key,
example, CTRL+C, CTR+W etc,
how can i do this ?
the same with just PFx key, because it retrun 0
HOME and END return 0 too.
Thanks for your help.