AT command on RV50X with TCP

I would like to use AT commands over tcp connection from my RV50x modem.

I understood that it was possible to use the ssh/telnet port to do this. Unfortunately I can connect to port 2332 (default port for AT (telnet/ssh) in acemanager) but I don’t have the impression of being in AT mode. Indeed the AT commands do not return any responses or errors. Please enlighten me on how to implement the ssh/telnet port with AT commands.

Hi @nicolas.davy,

Please refer to section AT (Telnet/SSH) on pages 251–252 of source.sierrawireless.com/resources/airlink/software_reference_docs/airlink-rv-series—configuration-guide/ for instructions on using the Telnet or SSH protocol to connect to RV50X and send AT commands.
If you follow the instructions in the document but still encounter errors, please send me a screenshot of ACEmanager (Services > Telnet/SSH), the log, and the template log so I can check it.

Thanks,

Thanks for your help, you’re right. After checking the settings, I tried again in raw mode (with Putty) and it works. However, I want to change the modem’s PIN and the one contained in the SIM card itself, but I couldn’t find the AT command in the documentation.

Do you know an equivalent of the following commands compatible with the RV50x modem:
AT+CPWD=“SC” “0000”, “1234” changer le code pin de 0000 a 1234
AT+CPIN=“1234”

Thank you for your help

Hi @nicolas.davy,

On routers with ALEOS 4.7.0 or later, you can use AT Commands to enable, disable, or change the SIM PIN the SIM card requests when the router boots up. For details, see *CHGSIMPIN on page 430 and *ENASIMPIN on page 433 on https://source.sierrawireless.com/resources/airlink/software_reference_docs/airlink-rv-series---configuration-guide/#sthash.YRYQhEoT.dpbs.

Thanks,

1 Like