Search:

Type: Posts; User: Norm

Search: Search took 0.14 seconds.

  1. [SOLVED] Re: Don't understand why it loops through multiple times...

    Yes, I think it is. Enter is just another key and must send some byte(s) to the program when it is pressed.

    d and a are hex values. Did you also try the program with other keys to see what...
  2. [SOLVED] Re: Don't understand why it loops through multiple times...

    When you press a key, the read() method reads it. Enter is a key. It's being pressed will return characters.

    To see what character(s) are read when Enter is pressed print out the values returned...
Results 1 to 2 of 2