May i know how could i programming a keypad extractly like the mobile phone keypad using PIC? For instance, when we first press the 2 button, it is an 'a', second press is a 'b' den is 'c',finally is '2', then it repeat the routine. Same for other buttons. So, the 4x3 keypad can have output for 0-9 and a-z. Please kindly give me the code if anyone of you have it, or at least give me an idea how to program it. Thx in advance.
ok
the source code + codevision code + proteus simulation file
but its not complate !!!
this keys are working : 1-2-3-4-5-6-7-8-9
and other 3 keys dont work (0 - * - # )
its a sample you can fix the other keys errors
it this helps you....then push the HELP m button please :wink:
ok
the source code + codevision code + proteus simulation file
but its not complate !!!
this keys are working : 1-2-3-4-5-6-7-8-9
and other 3 keys dont work (0 - * - # )
its a sample you can fix the other keys errors
it this helps you....then push the HELP m button please :wink:
Hi,
I am designing an advertising stand which will use a mobile phone (with a program running on it) for input processing. To protect it from vandalism and theft, the phone will be hidden within the advertising stand. The users will use a standard numeric keypad for data-entry.
Question:
Can the phone recognize key-strokes on the external keypad as digits out-of-the box or will I have to add some code to the mobile phone application so that the phone understands which key on the keypad has been pressed?
PS: The keypad will be connected to the phone either through USB-cable or through Bluetooth.