Quote Originally Posted by mister_e View Post
try to change the following section
Code:
loop: 
        Gosub getkey ' Get a key from the keypad
        Lcdout $FE, $C0, "BUS",DEC2 key ' Display ASCII key number on 2nd line
        PAUSE 200
        Goto loop ' Do it forever
THis code works.Thank you for Helping me.