UNPKG

modem-serial

Version:

Communication module for serial modems control: This NodeJS utility aims to make it easy to interact with USB dongles, providing functions to get info, connect, make calls with just an API call.

5 lines (3 loc) 73 B
/*jslint node: true */ 'use strict'; module.exports = require('./lib');