zabsalahid / serialport-gsm

SerialPort-GSM is a simplified plugin for communicating with gsm modems. (Primarily for sms) (Focused in PDU mode)
MIT License
90 stars 47 forks source link

Update modem.js #51

Closed kfunk1 closed 4 years ago

kfunk1 commented 4 years ago

if (!error && result.data && result.data.pinNeeded && modem.pin.length) { result.data is undefined when result.data.message === "ERROR"

, priority, timeout) added to all calls in initializeModem. Without it, you can't specify a timeout for those calls and init is always 30 seconds...

Apollon77 commented 4 years ago

lgtm