??? 05/16/07 11:33 Read: times |
#139326 - relevant Responding to: ???'s previous message |
Start here: http://www.keil.com/support/m...source.htm
The functions you require are _getkey() and putchar() The online Documentation tells you what the default implementations do: http://www.keil.com/support/m...getkey.htm http://www.keil.com/support/m...utchar.htm The source code is provided so that you can modify it to your own requirements - in this case, to use your keypad and LCD... This article describes how to modify printf so that it uses the second serial port: http://www.keil.com/support/docs/788.htm You need to adopt the same principle to make printf use your LCD instead of the serial port... |