HP-41CL Remote Keyboard / Scripting
|
04-25-2021, 10:03 PM
Post: #27
|
|||
|
|||
RE: HP-41CL Remote Keyboard / Scripting
(04-14-2021 10:37 PM)rocket.scientist Wrote: So I am afraid I already know the best answer is "get a HP-XX instead". I am looking for a facility, likely using HP-IL to do keyboard entry remotely on a HP-41CL. Doing a bit of searching, I am not finding any good options, so I have come to the Oracles for a vision. Quick answer, not easily. The keyboard is polled and there are several places where it is checked, even in the OS code. Not to mention that plug-in ROMS do not have to use the OS routines to check the keyboard. To do this in software would require identifying all of the the places where you might want to inject a virtual keycode/flag and instead call a special subroutine that allowed a poll of the serial port to be substituted. Doing it in hardware would be much simpler, although that would mean reprogramming the FPGA. All that would be required is the ability to substitute the UART buffer for the keyboard buffer and the receive data available flag for the keyboard flag. This would work no matter where the keyboard scan code resided. It's a fairly trivial change given that the two flags operate essentially the same way relative to data or keycode. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 5 Guest(s)