1
I am making an internal software that needs some data that is received via SMS, the customer sends the SMS with some information and currently I need to manually resend the SMS. I intend to automate the process to become faster, more practical and less susceptible to human failure.
Does anyone know any component that uses a GSM chip that I can read all the SMS that this chip receives and send SMS with the answers?
I thought maybe buy an Arduino and a GSM board to do such an operation, but I believe that there should already be something much more practical.
I point out that no matter what programming language you need to know for such an operation, if you need to learn a new one I see no problems.
I think I was unclear, I will explain the process partially: My employees regularly send me information about the current status of the service they are running so that I inform my system the status of the situation, and it is a very simple situation. He warns: Service: [ID], St: Awaiting release of Gate. Soon I update on the system (which is a website) on the release of Gate, my client follows step by step on the work.
– Yargon
Today this process is very manual and the chance of a forgetfulness is great, because sometimes several SMS arrive and time or other is forgotten to launch, which causes a non-conformity. This is what I want to avoid, when receiving the SMS the system will save and ask the user if it can publish the status (or correct possible spelling errors). Understands?
– Yargon
As far as I know @Bacco, there is no rule of the operator against automation, but a maximum limit of monthly and daily shipping. No problem using GPRS modems.
– Alexandre Marcondes