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.
Is it possible to wirte a message to hyperterminal from my develop-kit?
"Is it possible to wirte a message to hyperterminal from my develop-kit?" Probably.
could you give me an example of some code where a string is being printed to hyper terminal?
Your dev kit knows nothing about hyperterminal - or any other sort of terminal. All it knows is that it has a serial port to which it can send characters, and from which it can receive characters. There are loads of examples for doing that!
"could you give me an example of some code where a string is being printed to hyper terminal?" printf("Hello hyperterminal\n");
ya .. the first hello world program you get with the keil ..is the sort of program you needd ... good luck bye