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
861 views 0 comments
by
Hi,

I would like to send SMS but when the type of serial port is "Modem", the RUT955 does not interpret the order AT + CMGS that i send it.

Why?

Thanks

1 Answer

0 votes
by anonymous

Hello,

"Serial type: Modem" mode is intended to be used when you need to establish dial up connection with the operator. This mode does not support AT commands, which are necessary for sending/reading SMS messages.

Instead of "Modem" mode, you can you "Console" mode. In this mode, your RS232/RS485 device will be able to connect to router's console and have full control of the router.

   - Console login: root

   - Console password: <your router's password>

Console command to send SMS message: 'gsmctl -S -s "<number> <text>" ', example: gsmctl -S -s "+37061234567 test message"

Console command to read SMS message: 'gsmctl -S -r <index>', example: gsmctl -S -r 1

Best answer