Keyboard code table errors

tiscando

Senior Member
Hi, running editor 5.2.6:

I have an RM 5211A keyboard, and I spotted a couple of code mismatches in the keyboard value table, after I have been echoing values from the keyboard to the serial terminal unchanged via a picaxe.

1. the \ key has a code of $61 on rm kb, but the table reads $5d.

2. the table does not list the # key, which is $5d on rm kb.

3. the F4 key has a code of $0c on rm kb, but the table reads $06, the same as F2's.

4. I found that the last value of the prt scrn key on my rm kb, when initially pressed, is $12, but when held down, streams of $7c.
The pause key is $e1, and does not repeat, or send a release code, unlike all the other keys.

I have attached my keyboard drawing with the key code beside or under each charactor in every key.
 

Attachments

tiscando

Senior Member
I am referring to the keyboard code table in the picaxe manual 2.

I have just checked my codes and they're correct. (although $E1 for the pause key is what is received by the PICAXE 28x1 A.3 every time.)
 
Top