Does the RC7620-1 provide an AT command for PING’ing a remote IP address? I can’t find ICMP/PING commands in the AT command reference document.
Thanks
Seems no such command
How about establish data connection to your host platform by ppp dial up or qmi communication?
After that you can ping from the host mcu
Thanks. No I can’t do a PPP connection. My platform only supports 1 PPP connection but has 2 x RC7620 modules. I need to perform a ping on 1 module without disconnecting the active PPP session on the other module.
then can you ping via the 2nd module which is in PPP session?
Are you connecting UART of RC7620 modules to your platform? or you are using USB port?
No, because when modem A is connected via PPP, to endpoint X, I need to check whether modem B path is OK to endpoint X, without disconnecting modem A. Therefore I was hoping I could use an AT command on modem B to perform a ping.
is there any TCP or HTTP server on endpoint X?
If yes, you can do a connection to it to check.
Yes, there is but I was hoping to do a connectionless test (i.e. ping). If ping is not available then yes, I will have to connect to endpoint X via TCP. Thanks.
How about using udp ping?