Inputting alphabets for keypad 4x3

For questions and comments on programming in general. And for any items that don't fit into the forums below.

Moderators: Benj, Mods

Post Reply
Chris_xjtlu
Posts: 13
Joined: Wed Mar 27, 2013 9:48 am
Has thanked: 10 times
Been thanked: 1 time
Contact:

Inputting alphabets for keypad 4x3

Post by Chris_xjtlu »

Hi MatrixM users,

I am working on the Mobile phone bundle of sending text messages with the PIC16F1937.

The basic program of writing a 'test message' in flowcode>uploading to MCU> and sending the 'test message' to a target phone has been achieved.

My questions are how to:

1)avoid this cumbersome procedure for manually inputting the test message inside flowcode and then reuplaoding the .fcf to MCU.

2)assign each keypad number to 3 letters and their number such as keypad1 = abc1, keypad2=def2 and so on and then build a manually input keypad capable of selecting the correct letter or number>display it on LCD>send to target phone.

Hope someone can shed some light or even provide a flowcode example if there's any available.

Regards,

Chris

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Inputting alphabets for keypad 4x3

Post by Benj »

Hi Chris,

This example is now a bit old (created in FC v3) and not very pretty but it does do what you are suggesting.
Attachments
GSM.fcf
(40.46 KiB) Downloaded 269 times

Chris_xjtlu
Posts: 13
Joined: Wed Mar 27, 2013 9:48 am
Has thanked: 10 times
Been thanked: 1 time
Contact:

Re: Inputting alphabets for keypad 4x3

Post by Chris_xjtlu »

Thanks again Ben.

Keep up the great work that you do to help us with our projects or issues.

Regards,

Chris

medelec35
Matrix Staff
Posts: 9521
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: Inputting alphabets for keypad 4x3

Post by medelec35 »

Hi Chris
For another example, have you seen this?
http://www.matrixmultimedia.com/mmforum ... 92&#p41292
It was not designed specifically for GSM, but it shows a method of producing letters with the keypad.

Martin
Martin

Post Reply