Hi,
I am writing a C program using uCosII multitasking where the user has to enter a string, word. What function should I use to accomplish this? fgets? scanf? Or is there some specific function for input.
And also, how is it possible to terminate the tasks after a certain time or counts. Is there a uCos function for that too.