WIKI
ABOUT
Login
Remember
Register
FOR TIPS, gUIDES & TUTORIALS
subscribe to our Youtube
GO TO YOUTUBE
Recent
Questions
Popular
Unanswered
Tags
Members
about
wiki
Search
Search
14082
questions
16726
answers
27453
comments
53727
members
Most popular tags
rut955
rut240
rut950
rutx11
rms
vpn
to
wifi
openvpn
not
sms
trb140
firmware
connection
ipsec
-
on
rutx12
rutx09
modbus
Get cellular modem status via UCI command
0
votes
277
views
2
comments
asked
May 1, 2022
by
Shay
Hello,
I'm developing a Python base script to gather information from a rut240 device. I couldn't find a UCI (or something else) command to get the status of the cellular modem/s (RSRP, RSSA etc.)
Could anyone advise on how can I get modem related information via CLI commands?
BR
modem
uci
status
command
get
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 1, 2022
by
flebourse
Hello,
Use gsmctl to get modem information: gsmctl -q => RSSI, gsmctl -Z => SINR, gsmctl -? for a full list of options.
Regards,
Best answer
commented
May 1, 2022
by
Shay
Thanks a lot!
Very simple and useful tool. I did not know about this tool since usually I don't get to work with GSM etc..
I have another question please, in gsmctl I couldn't find how one could specify the interface to get info about (LET1/LET2 etc.. - I have a RUT device with 2 SIM cards inserted).
commented
May 1, 2022
by
flebourse
gsmctl -O 1-1.2 -q for the RSSI of the second modem, applicable to the RUTX12 only, not the second SIM of the RUTX11.
You can check the bus-device.id in /etc/board.json.
Please
log in
or
register
to add a comment.
We use cookies to ensure that we give you the best experience on our website. If you continue to use this site we will assume that you are happy with it.
Ok
Read more