View previous topic :: View next topic |
Author |
Message |
janet
Joined: 17 Feb 2004 Posts: 23
|
if i want to use multiple rs232, how to use kbhit()? |
Posted: Sun Mar 21, 2004 6:35 am |
|
|
If i have more than one rs232, how to invoke kbhit();
I know there are fprint, fget, fput, but how a bout kbhit()?
Thanks |
|
|
Neutone
Joined: 08 Sep 2003 Posts: 839 Location: Houston
|
|
Posted: Sun Mar 21, 2004 7:32 am |
|
|
I think this is documented in the readme file the compiler installs with. |
|
|
janet
Joined: 17 Feb 2004 Posts: 23
|
|
Posted: Sun Mar 21, 2004 7:43 am |
|
|
nothing talk abouth kbhit() in readme. |
|
|
janet
Joined: 17 Feb 2004 Posts: 23
|
|
Posted: Sun Mar 21, 2004 7:53 am |
|
|
readme doesnt explain about multiple kbhit with multiple rs232 |
|
|
dyeatman
Joined: 06 Sep 2003 Posts: 1933 Location: Norman, OK
|
Using KBhit with streams |
Posted: Sun Mar 21, 2004 9:49 am |
|
|
Search this board for "kbhit AND stream"
There is lots of stuff here on using two RS232 streams (getc, kbhit, putc etc.) |
|
|
|