3G USB Dongles
From MiOS
(Difference between revisions)
(Created page with "Below is a list of 3G/4G USB dongles that are known to work with Vera Edge: {| class="wikitable" ! Manufacturer ! Model ! Service ! Notes |- | Novatel Wireless Incorporated | ...") |
Latest revision as of 10:30, 4 May 2015
Below is a list of 3G/4G USB dongles that are known to work with Vera Edge:
Manufacturer | Model | Service | Notes |
---|---|---|---|
Novatel Wireless Incorporated | MC760 Verizon | CDMA/EVDO | |
ZTE Corporation | MF110 | UMTS |
[edit] Notes
- You can get the manufacturer with the
AT+GMI
AT command. - You can get the model with the
AT+GMM
AT command. - To send AT commands to a 3G dongle on Vera, you can connect tot the dongle using
microcom
:
microcom /dev/ttyUSB0
Then enter:
AT+GMM
The dongle should respond with the model, followed by OK
:
MF110
OK
To exit microcom
, press Ctrl+X.