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
Inputting alphabets for keypad 4x3
-
- Posts: 13
- Joined: Wed Mar 27, 2013 9:48 am
- Has thanked: 10 times
- Been thanked: 1 time
- 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
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.
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 289 times
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
-
- Posts: 13
- Joined: Wed Mar 27, 2013 9:48 am
- Has thanked: 10 times
- Been thanked: 1 time
Re: Inputting alphabets for keypad 4x3
Thanks again Ben.
Keep up the great work that you do to help us with our projects or issues.
Regards,
Chris
Keep up the great work that you do to help us with our projects or issues.
Regards,
Chris
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: Inputting alphabets for keypad 4x3
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
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