Arm Community
Site
Search
User
Site
Search
User
Support forums
Keil forum
Multi-tasking...
State
Not Answered
Locked
Locked
Replies
3 replies
Subscribers
20 subscribers
Views
900 views
Users
0 members are here
Keil C51 Tools
Options
Share
More actions
Related
How was your experience today?
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion
Multi-tasking...
Tommy Kwan
over 24 years ago
I want to read a character input from the keyboard so I used..
getchar();
The problem is, I want to be able to continue on with my program if user does not enter any character from the keyboard. The solution I have in mind is to do multi-tasking, but I am not sure if 8051 supports it. Also, I know that in C++, there is a function called..
peek();
This will return out of its function if a key is not pressed. So I want to know if C has a function similar to this...
thanks
Tommy
0
Quote