This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
technical:lte [2022/11/23 14:30] admin [UCI Configuration] |
technical:lte [2022/11/23 14:56] (current) admin [Using AT Commands] |
||
---|---|---|---|
Line 38: | Line 38: | ||
* qmi-utils | * qmi-utils | ||
* picocom | * picocom | ||
+ | * luci-proto-qmi | ||
<code bash> | <code bash> | ||
opkg update | opkg update | ||
- | opkg install picocom qmi-utils | + | opkg install picocom qmi-utils |
</ | </ | ||
Line 54: | Line 55: | ||
<code bash> | <code bash> | ||
uqmi -d / | uqmi -d / | ||
+ | #This is the return | ||
+ | " | ||
+ | |||
uqmi -d / | uqmi -d / | ||
+ | #This is the return | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | } | ||
+ | |||
uqmi -d / | uqmi -d / | ||
+ | #This is the return | ||
+ | { | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | }, | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | " | ||
+ | } | ||
+ | } | ||
</ | </ | ||
Line 93: | Line 133: | ||
</ | </ | ||
+ | * You can allos issue the following command without needing to log into picocom | ||
+ | <code bash> | ||
+ | echo ' | ||
+ | #Here is what my provider returned | ||
+ | +CUSD: 0," | ||
+ | </ | ||