FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

14455 questions

17168 answers

28195 comments

0 members

We are migrating to our new platform at https://community.teltonika.lt. Moving forward, you can continue discussions on this new platform. This current platform will be temporarily maintained for reference purposes.
0 votes
1,878 views 0 comments
by anonymous
How to send or receive a short text message using a RUT955 connected via ethernet to a computer running Microsoft Windows?

Are available example in VB / C#  ?

1 Answer

0 votes
by anonymous
Hello,

You can send and read SMS messages from device webUI in Services -> SMS Utilities -> SMS Management -> Read/Send SMS.

If you want to read/send SMS messages for example via SSH/CLI then yo read SMS messages use: gsmtcl -S -r [index] Read SMS by index, example:

root@Teltonika-RUT950:~# gsmctl -S -r 1
Index: 1
Date: 2019-10-15 09:53:57
Sender: +3706xxxxxxx
Status: read
Text: Admin159 status

To send SMS use: gsmctl -S -s "<Number> <Text>"  Send SMS. IMPORTANT! Number and text must be within quotes, example: gmsctl -S -s "+3706xxxxxxx Text you want to send"