??? 09/25/09 12:58 Read: times |
#169130 - Hello, World! Responding to: ???'s previous message |
The classic first 'C' program, "Hello, World!", is, of course an example of sending a string!
Keil provide a "Hello, World!" example, so you should take that as your starting point. There are detailed instructions here: http://www.keil.com/support/m...amples.htm Also be sure to review Keil's documentation of their printf implementation - it tells you how to adapt the underlying "driver" to your specific requirements... Similarly for getchar, etc... |