zabsalahid / serialport-gsm

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

Restructure SMS sending to fix Response handling #120

Open Apollon77 opened 1 year ago

Apollon77 commented 1 year ago

This PR fixes #119 (Unverified dso far!!). it additionally restructures the send sms processing and moves special login in a central place into command specific logic. This should simplify the flow.

Additionally it fixes one typo brought in by last PR where the 7bit decoding was adressed.

Please wait until merge until the respective user tested it!