Hi Community members
I am successfully using curl from the Linux command line to send SMS from a Teltonika TRB140.
E.g. curl -X GET “http://192.168.1.1/cgi-bin/sms_send?username=user1&password=user_pass&number=0037000000000&text=testmessage”
How would I code for a tab character please? I can encode spaces as %20 - but %09 (which I think is for tab) comes out as a question mark in the received text.
(I don’t necessarily think tab characters will be sent often, I am just interested in how it could be done).
Thanks in advance