Proto keyboard test program.
keli
Posts: 2
Is there a propellar application that some one has written that can be used to check out the VGA output, keyboard and mouse input of a Parallax proto board. Propellar "Life" checks out the VGA output and mouse input. So what I actually need is an application that displays on the VGA output what is typed on the keyboard. I just got my proto board assembled and wanted to check every thing out. I am just starting to learn SPIN and assembly so it may be awhile before I can code my own test program.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Keli
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Keli
Comments
*Peter*
*Peter*
Andy
di.hex(k,3)
All keyboard characters can be expressed in two hex digits.
Sid
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Yesterday is history, tomorrow is a mystery, and today is a gift.
That is why they call it the present.
Don't have VGA?
Newzed@aol.com
·
Not when you press Shift or Control together with another Key, then the 3. digit contains 1 (Shift) or 2 (Control) or 3 (both).
A second reaseon is: 3 digits + 1 space are 4 characters and that fits prefectly in a line without wrapping between a value.
Andy