Search:

Type: Posts; User: flywheel

Search: Search took 0.01 seconds.

  1. Replies
    11
    Views
    1,585

    But doesn't getchar do the same as getch - it...

    But doesn't getchar do the same as getch - it just echoes the character to stdin ?
  2. Replies
    11
    Views
    1,585

    Threads is also a problem - perhaps I should look...

    Threads is also a problem - perhaps I should look into moving this part into a PC-client.
    Which means that I would have conio.h at my displosal.

    What could I do if I had getch ?
  3. Replies
    11
    Views
    1,585

    No unfortunately conio.h is not available :(

    No unfortunately conio.h is not available :(
  4. Replies
    11
    Views
    1,585

    Hi there According to the help files it is an...

    Hi there

    According to the help files it is an GNU CC version 2.7.2 - modified for embedded purposes by HighTec EDV-Systemes.

    Many regards
  5. Replies
    11
    Views
    1,585

    Read keyb in uninterrupted loop

    Hello

    I'm looking for a way to input text from the keyboard - whithout having to wait for the user, because I have to do some other checks in the loop.

    I've tried with kbhit but that results in...
Results 1 to 5 of 5