1.0.4 • Published 4 years ago

o3-modem v1.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

o3-Modem.js

Modem.js allows you to use your GSM modems on node. It offers a very simple API. It supports:

  • Sending SMS messages
  • Receiving SMS messages
  • Getting delivery reports
  • Deleting messages from memory
  • Getting notifications when memory is full
  • Getting signal quality
  • Mutlple dial ussd
  • 16bit (ucsd messages)
  • 7bit (ascii) messages
  • Multipart messages
  • Translate SMS sender with alphabet, not numeric
  • Getting notifications when someone calls

Installation

npm install o3-modem

Instantiate

var modem = require('o3-modem').Modem()

Fitur : ** multiple Dial USSD,sms sender, sms center, not conflick

Example code : in test.js $ node test.js -p /dev/ttyUSB0 -u *888# --dialmode text Other Documentation : next time :-)

Reff :

1.0.4

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago