Introduction to Microcontroller Programming
About PICmicro Chips
Clocking Your PICmicro Devices E-Blocks Flowcode Step By Step
PICmicro Projects
Labs |
Seeing ASCII
So the interesting thing here is that the ASCII system allows you to store numbers as the ASCII equivalent and then display then as the number equivalent. Here is a standard we can use for storing both numbers and letters at the same time. What we need to do next is implement a system that allows us to gather a string of numbers from the keypad. |