UNPKG

raw-modem

Version:

A library to send raw command to a modem and received the response

8 lines (7 loc) 235 B
"use strict"; function __export(m) { for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; } __export(require('./lib/DefaultSerialPort')); __export(require('./lib/ModemOptions')); __export(require('./lib/RawModem'));