RADIUSdesk

logo

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
technical:lte [2022/11/23 14:36]
admin [Interacting with the modem]
technical:lte [2022/11/23 14:56] (current)
admin [Using AT Commands]
Line 133: Line 133:
  
 </code> </code>
 +  * You can allos issue the following command without needing to log into picocom 
 +<code bash> 
 + echo 'AT+CUSD=1,"*101#",15' | picocom -qrix 10000 /dev/ttyUSB2 
 +#Here is what my provider returned 
 ++CUSD: 0,"Balance: R 0.00 .Data: 6.40 MB.",15 
 +</code>