Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
docs:guide-user:network:wan:wwan:at_commands [2024/03/22 01:02] – [echo] andrewzdocs:guide-user:network:wan:wwan:at_commands [2024/03/22 01:05] – [echo] andrewz
Line 45: Line 45:
 ==== echo ==== ==== echo ====
  
-See examples below. ''echo -e'' is used to send //escaped// characters such as ''""''.+See examples below. ''echo -e'' is used to send //escaped// characters such as quotation marks.
  
 Alternative solution - use ''echo'' with ''socat'': ''echo -e ATI | socat - /dev/ttyUSB2,crnl'' Alternative solution - use ''echo'' with ''socat'': ''echo -e ATI | socat - /dev/ttyUSB2,crnl''
Line 122: Line 122:
 If you get an **ERROR**, maybe the numerical mode is not sorted (16,2,7)->(2,7,16). If your device answers to set command with **OK** but ''AT^SETPORT?'' doesn't show your desired settings, you can try using space in between numerical modes(2,7) and alphabetical modes(A2) like so: If you get an **ERROR**, maybe the numerical mode is not sorted (16,2,7)->(2,7,16). If your device answers to set command with **OK** but ''AT^SETPORT?'' doesn't show your desired settings, you can try using space in between numerical modes(2,7) and alphabetical modes(A2) like so:
 <code> <code>
-AT^SETPORT="A1,A2;2,7, A2"+AT^SETPORT="A1,A2;2,7,A2"
 </code> </code>
  
 Or with multiple modes: Or with multiple modes:
 <code> <code>
-AT^SETPORT="A1,A2;2,7, A1,A2"+AT^SETPORT="A1,A2;2,7,A1,A2"
 </code> </code>
  
  • Last modified: 2024/11/10 11:22
  • by andrewz