8000 GitHub - cybrnode/sms-sim800c: Sending SMS from SIM800C/SIM800L using AT commands
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cybrnode/sms-sim800c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Sending SMS using SIM800C

Description

This code makes things a little easier for SIM800C users. You can send SMS messages to phone numbers using the sms function provided in the code. You can use this code in your projects to fulfill your sms sending needs.

Using sendSMS

Add the number you want to send the sms to

String phone_no = "your number here"; //example format "+921234567890";

Add the message in the sendSMS function

sendSMS("Hello from CYBR node!", phone_no);

Enjoy!

About

Sending SMS from SIM800C/SIM800L using AT commands

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages

0