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

Pdu message parse bug #30

Closed karianpour closed 5 years ago

karianpour commented 5 years ago

I encountered an error while parsing incoming message in PDU module, so I suggest to add a try catch wrapper around it and if it fails it get us the raw data and not failing. I ussd I had similar problem.