Thank you both. Those info are enough to get me started.
Ioannis
Thank you both. Those info are enough to get me started.
Ioannis
Perhaps you could use one of the three 1 bit outputs NumLock, CapsLock and ScrollLock to implement flow control for your hardware.
George
George,
I do not understand where flow control is needed.
Ioannis
As you will be creating another keyboard, any output will be sent to what ever window has focus.
George
Yes, the focus is a thing that bothers me and I wish I knew a way to deal with it.
If for any reason (and windows has a lot, I am sure) the focus is lost, data entry is lost too...
Are you writing a windows app? If so you can use those control lines to allow your hardware to tx. BTW hope I'm not teaching you to suck eggs but although you might assume that pressing CapsLock etc. turn on the LED on the keyboard, in fact all it does is set a modifier bit and the keyboard driver sends a signal to operate the LED.
George
Unfortunately I am not qualified to write PC apps... Too pity that once I started to do things in C (command line environment) and a little Visual Basic 6 but did not evolve on that.
Thanks anyway,
Ioannis
Bookmarks