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

help with an example program

I downloaded the evaluation software from Keil, recently.

There were certain example programs in \Keil\C51\example programs.under this there is a project under the folder InfenionC517.

I am unable to understand what sort of a command we are expected to give in the line

 gets (cmdbuf, sizeof (cmdbuf))


in the while loop of main-Sample517.c