Sponsored Content
Full Discussion: Send SMS to mobile
Top Forums UNIX for Advanced & Expert Users Send SMS to mobile Post 303042022 by Neo on Wednesday 11th of December 2019 11:05:24 AM
Old 12-11-2019
And here is a basic code example for using the arduino for an SMS project:

Code:
https://www.arduino.cc/en/Tutorial/GSMExamplesSendSMS



Quote:
TUTORIALS > Examples from Libraries > GSM > SendSMS

Send SMS
This sketch send a SMS message from an Arduino or Genuino board equipped with a GSM shield. Using the serial monitor of the Arduino Software (IDE), you'll enter the number to connect with, and the text message to send.

Hardware Required
Arduino or Genuino Board
Arduino + Telefonica GSM/GPRS Shield
SIM card
See also, on AliExpress:

Code:
https://www.aliexpress.com/item/32864152187.html

Quote:
SIM900 GPRS/GSM Shield Development Board Quad-Band Module Compatible
 

6 More Discussions You Might Find Interesting

1. Programming

can anyone send sms application

actually i need this sms application ,to gain some knowledge in linux platform. (1 Reply)
Discussion started by: parvathy
1 Replies

2. IP Networking

Send SMS from PC to mobile phones

Hi All, Can any expert provide me a guide on how i can send SMS from pc to mobile phone using VBA or some other language ? I am a newbie in networking. (1 Reply)
Discussion started by: Raynon
1 Replies

3. UNIX for Advanced & Expert Users

Script which will run every 10minutes and Send SMS to mobile

Hello Genuis guys, I am running Aix5 and Oracle 9 on it. I have sql query which only count a particular rows. I need to prepare a script which will run that sql query every 10 minutes and if the ouput count is greate than 20. It will send SMS to mobile numbers. Need your kind help to... (8 Replies)
Discussion started by: thepurple
8 Replies

4. Shell Programming and Scripting

Bash script to send SMS

Hey guys I was wondering how to go about creating a bash script to send SMS..any ideas are appreciated.. (2 Replies)
Discussion started by: blackzeus
2 Replies

5. UNIX for Dummies Questions & Answers

Need to set up UNIX script to send sms on mobile

Hi All, Can anyone please help in setting up Unix script for sending text messages on mobile?? Actually scenario is we want notification when there is any failures in our processes or if any service goes down we must be notified by a text message on our mobile, we already have email... (3 Replies)
Discussion started by: NikhilM
3 Replies

6. AIX

send SMS via curl

I need from aix to send an SMS, you know if the command curl serves me (3 Replies)
Discussion started by: tricampeon81
3 Replies
SMS::Send::Driver(3pm)					User Contributed Perl Documentation				    SMS::Send::Driver(3pm)

NAME
SMS::Send::Driver - Base class for SMS::Send drivers DESCRIPTION
The "SMS::Send::Driver" class provides an abstract base class for all SMS::Send driver classes. At this time it does not provide any implementation code for drivers (although this may change in the future) with the exception of some methods provided to trigger "does not implement method" errors. However, it does serve as something you should sub-class your driver from to identify it as a SMS::Send driver. Please note that if your driver class not not return true for "$driver-"isa('SMS::Send::Driver')> then the SMS::Send constructor will refuse to use your class as a driver. METHODS
new The "new" constructor is required to be implemented by your driver subclass. It recieves a set of arbitrary paired params. The values of these params are assumed to be driver-specific (this is expected to change). If your driver will need to login to some system, locate hardware, or do some other form of initialisation to validate the SMS delivery mechanism exists, it should do so in "new". Should return a new SMS::Send::Driver-subclass object, or die on error. send_sms The "send_sms" method is required to be implemented by your driver subclass. It recieves a set of param pairs as documented in SMS::Send. Should return true for either success or fire-and-forget with unknown result, defined-but-false ('' or 0) for a failed message send, or die on a fatal error. SUPPORT
Bugs should be reported via the CPAN bug tracker at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=SMS-Send <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=SMS-Send> For other issues, contact the author. AUTHOR
Adam Kennedy <adamk@cpan.org> COPYRIGHT
Copyright 2005 - 2011 Adam Kennedy. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The full text of the license can be found in the LICENSE file included with this module. perl v5.14.2 2011-11-09 SMS::Send::Driver(3pm)
All times are GMT -4. The time now is 08:37 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy