We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
hi, i just tried out the trial software and i'm stuck. i guess my first question is how do i run a program? i can't find the button anywhere and i was wondering if this was a valid command: printf("test"); the output should be that it prints the word "test" right? sorry, i'm just starting to learn C...
Take a look at the hello world example program in the \KEIL\C51\EXAMPLES\HELLO folder. Using printf on an embedded microcontroller is not as simple as using "printf". Jon