UNPKG

sim800

Version:

A modern and opiniated module for SIM800 GSM modems ( SIM800 / SIM800L ).

4 lines (3 loc) 268 B
import { Sim800EventHandlers } from 'interfaces/sim800.event-handlers.interface'; import { ReadlineParser, SerialPort } from 'serialport'; export declare const attachSerialListeners: (serial: SerialPort, parser: ReadlineParser, handlers: Sim800EventHandlers) => void;