Can you read a standard keyboard...
deno
Posts: 242
with a Basic Stamp.
If so, could you please direct me to a knowledge base that would give me some idea on how to proceed.
What I would like to be able to do is type in a word or command and have the stamp interpret the word or command and branch to a certain routine.· I don't know very much about the outputs of a keyboard, but I picked one up at garage sale for 50 cents...brand new Dell.
deno
If so, could you please direct me to a knowledge base that would give me some idea on how to proceed.
What I would like to be able to do is type in a word or command and have the stamp interpret the word or command and branch to a certain routine.· I don't know very much about the outputs of a keyboard, but I picked one up at garage sale for 50 cents...brand new Dell.
deno
Comments
http://www.al-williams.com/awce.htm
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Sid Weaver
Do you have a Stamp Tester yet?
http://hometown.aol.com/newzed/index.html
·
Here is the direct link to the PAK-6 co-processor, which will permit the use of a PS/2 keyboard as input to a Stamp:
http://www.awce.com/pak6.htm
A co-processor is required due to the very unusual method of communications used between the keyboard and the PC. Neither the speed of the transmission, the clocking, nor the content of the data alone, are the problems. It is a combination of those all those items. Part of it is that the clock timing signals are contained within the data, and the also fact that there is one character generated when the key is depressed and another when it is released that causes the problems. I know of no rational reason why this cofusing protocal was used, but once it became a "PC standard" we all were forced to use it <sigh>.
If you're interested in learning more about the PC keyboard and how it communicates with a PC, here is a FAQ containing much more than you ever wanted to know:
http://www.repairfaq.org/filipg/LINK/PORTS/F_Keyboard_FAQ.html
Regards,
Bruce Bates
deno
On the Multilabs website www.multilabs.net there·is a same program for the ezKEY that is exactly·what you are trying to do.··The sample program, called Command Drawer,·allows the user to type in text commands that are interpreted and then drawn.· This program works with the ezVID serial video card as well but you can look at the BS2 code and see how the text is inputed and interpreted from the ezKEY anyways.
that it's just not fast enough by itself, so you need to hang a chip on the side that is fast enough.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Beau Schwabe
IC Layout Engineer
Parallax, Inc.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Best Regards
Manuel C. Reinhard
a PCJR wireless keyboard and the PCJR IR receiver module.
Also, see the following link for a description of my BS2 system and what I do
with the· keyboard.
http://forums.parallax.com/showthread.php?p=542268
After I wrote that, I added a X10 function from the keyboard and from a file
stored on the Ext EEPROM.
Bob
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Beau Schwabe
IC Layout Engineer
Parallax, Inc.