@Loop PS/2 most likely, but the idea is more that you write your own keyboard input/graphics output.
Currently it can be done but you need to use 2 serial ports (one to direct the console to, and another to read the console data back with).
Here it would help because you could direct the console to it (without a handler) and then the console is in some kind of no-mans-land where nobody can access it.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
@Loop PS/2 most likely, but the idea is more that you write your own keyboard input/graphics output.
Currently it can be done but you need to use 2 serial ports (one to direct the console to, and another to read the console data back with).
Here it would help because you could direct the console to it (without a handler) and then the console is in some kind of no-mans-land where nobody can access it.