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

Unable to send long sms text #56

Closed mhabib555 closed 4 years ago

mhabib555 commented 4 years ago

I am able to send sms text less than 155 characters but unable to send more than that.

Message text: On the Insert tab, the galleries include items that are designed to coordinate with the overall look of your document. You can use these galleries to insert tables

Characters with spaces: 164

Console.log shows: Event Sending Message: {"status":"Sending SMS","request":"sendingSMS","data":{"messageId":"3WIvATnCQinebq44RQwHBMUHN","message":"On the Insert tab, the galleries include items that are designed to coordinate with the overall look of your document. You can use these galleries to insert tables ","recipient":"00923325200***","response":"Message Currently Sending"}}

I am able to send the same text using another library. I am using the same modem options in both libraries. https://github.com/apla/modem

Can anyone help me ?

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.