Hi world.
I am trying to set up an outbound SMS sending server using the TRB140.
I can make GET requests like the following just fine:
http://10.0.0.116/cgi-bin/sms_send?username=XXX&password=XXX&number=0061400000000&text=messageContentTextValue
The problem is that I cannot seem to get multi part messages longer than 140 characters working.
Is it possible to send SMS longer than 160 characters with TRB140?