r100Cell. How send/get messages UCS2 through RESTful JSON API ?
- This topic has 0 replies, 1 voice, and was last updated 9 years ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
- You must be logged in to reply to this topic.
Tagged: MTR API, MultiConnect® rCell 100 Series
I try to send or to get SMS messages in my application. So I am using RESTful JSON API http://www.multitech.net/developer/software/mtr-software/mtr-api-reference
And it works only for english text but i need to use other languages in the unicode format.
I see only this one
http://192.168.2.1/api/sms/outbox?data={“recipients”:[“12345678900″],”message”:”Hello World”}&token=2442CB0CB60B2EE9F5A35DF5ED8C33&method=POST’
Also I didn’t find how I can send and get response with AT commands
I tried to use api/command/radio_cmd for this but for some reason it’s doesn’t work for me.
If MTR API doesn’t support unicode messages, I want to send command AT+CSCS=”UCS2″ in modem
Can you give me any examples?