0

I want to know how can I get complete output from AT commands?

I am sending the AT command to Telit UC864-G via hub and the command looks like following:

echo "*AT COMMAND*" > /dev/ttyUSB0

For example when I issue:

echo "AT+CGQREQ=?" > /dev/ttyUSB0

I should normally get some output like:

+CGQREQ: <PDP_Type>,(list of supported <precedence>s), (list of supported <delay>s),(list of supported <reliability>s), (list of supported <peak>s),(list of supported <mean>s)

where instead I am only getting "OK".

How to get the full/complete output then?

Roberto Caboni
  • 7,252
  • 10
  • 25
  • 39
user1582256
  • 31
  • 1
  • 4

0 Answers0