So I've recently encountered this issue where running my AT Command on sending SMS message which returns a +CMS ERROR: 305
from my AT+CMGS=
command. Upon further inspection I've discovered that there seems to be a limit to the number of characters for the message body to contain (160 char max from my testing). As a workaround I've written a code that splits the message into chunks of 160 character messages and send them as separate SMS per chunk. Management however does not like this design as it looks quite messy to be honest.
Is there any way I can get around this issue and send more than 160 characters on a single SMS message?