FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

13361 questions

15886 answers

25700 comments

50425 members

0 votes
184 views 5 comments
by
I installed TRM 240 and I have functional mobile connection. Problem is that I can't access (locally) to WebUI to configure. I tried change IP to static, didn't help. Also tried with PuTTy, but access to modem is denied.
What I'm doing wrong?

Thanks in advance!

1 Answer

0 votes
by
Hello,

TRM device does not have a WebUI page at all, because it is just a modem. You can connect to it via SSH terminal using serial COM ports and use AT commands only.

Regards.
Best answer
by
Thanks for the quick reply! PuTTy is best way to do it?
by
Yes, Putty is one of the best options.

Before logging in, check which COM port number is AT port via Device manager, open PuTTy app, serial tab. Pick correct AT port number and speed 115200.

Type ATE1 and you should get an answer - OK.

Regards.
by
Thanks!
I guess then it can't send SMS's?
by
It sure can.

 Type AT commands:

AT+CMGF=1

AT+CMGS="+3706......."

>SMS text

To send text message "SMS text" dial CTRL+Z
by