JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 2
  • Score
    100M100P100Q34735F
  • License MIT

O3 Modem : Send, Read SMS, dial USSD, signal monitor etc.

Package Exports

  • o3-modem

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (o3-modem) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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 :