Send FREE SMS in JavaScript
Description
Send FREE SMS in JavaScript using your android mobile device as GSM Modem device or SMS Gateway. You will find great guide and easy steps to learn; How to send or Receive FREE SMS in your JavaScript project.
In this video tutorial we will go step by step to write sample code for sending FREE SMS in your JavaScript project. Before getting started you must have installed GSM Modem android application in your device so that you could send SMS from your mobile device.
Prerequisites
Before getting started you must have prerequisites.
- You must have an android device.
- GSM Modem Application must be installed on your device.
- GSM Helper Tool must be installed on your device.
- In GSM Modem Application both Servers are started (first for sending sms).
Code for Sending SMS
Let's write code for sending SMS in JavaScript. In following JavaScript code We have added address and port number of android device where GSM modem is serving. It may occur exception of cross domain access, But SMS will be sent.
Filename: SendSMS.html