Sierra Wireless AirCard 313U
Jump to navigation
Jump to search
Using with Ting
Reference: https://mycusthelp.net/SIERRAWIRELESS/_cs/AnswerDetail.aspx?aid=44
- First, make sure the SIM card is activated with ting
- Then, find the USB tty device. its usually the 3rd device created after plugging it in. so if you didn't have any ttyUSB* devices, it would be ttyS3 (starts at 1)
sudo screen /dev/ttyUSB3 115200
- To verify modem is responding type ati5. It shows modem IMEI and Firmware
ati5
- set ting APN:
at+cgdcont=1,"IP","wholesale"
That should do it. If you have a network manager running, you should use it to configure the device. Otherwise:
- dhclient <dev>
Other useful commands:
- Turn radio on:
at+cfun=1
- Turn radio off:
at+cfun=0
To manual connect: at!scact=1,<profile>. e.g:
at!scact=1,1
To manual disconnect: at!scact=0,<profile>. e.g.:
at!scact=0,1