FOR TIPS, gUIDES & TUTORIALS

subscribe to our Youtube

GO TO YOUTUBE

13386 questions

15914 answers

25762 comments

50508 members

0 votes
47 views 0 comments
by
Hello!

I am getting ERROR when trying to ping with TRB255 from CLI and command gsmctl -A AT+QPING=1,"8.8.8.8"

All other AT commands are working just fine and my device can receive ping from other devices too. I tried all sort of variations and also activated QIACT=1.

1 Answer

+1 vote
by

Hello,

Have you tried to frame the AT command part within apostrophes '' as below:

  • gsmctl -A 'AT+QPING=1,"8.8.8.8"'

Best regards,

Best answer