Hello everyone
I recently bought a sim800l module, I've launched this module and now I can send SMS with this module but I need to change my phone number trough keypad ...
Can anyone guide me to do this?? Or does anyone have a simple example to do this??
So, it isn't YOUR phone number you want to change.
Getting the phone number to send the SMS to, using a keypad, is relatively simple.
Each time that you detect that a key is pressed, store the key value in an array, if the value is part of the phone number. If the value is the "oops, that wasn't the right digit" value, take appropriate action. If the value is the "Damn, I need to start over" value, take the appropriate action. If the value is the "Yes, that's the right number; send future text messages to that number" value, take the appropriate action.