Rev 3 9/21/17
48
41110479
C
C: Tips
C.1 Finding your SIM’s APN
Your SIM provider should give you the APN that you use to connect to their network. If you don’t have the APN,
you should be able to find it online.
If your mobile network operator uses different APNs for 3G and LTE, make sure to use the APN for the correct
network based on your CF3 module type (e.g. WP8548 is a 3G-only module—the APN for the network operator’s
3G network should be used).
Examples:
·
Sierra Wireless—internet.sierrawireless.com
·
Rogers Wireless—internet.com (GPRS); ltemobile.apn (LTE)
·
Others—Search the Internet for "<provider> APN". For example, "Rogers Wireless APN"
C.2 Using the Linux Terminal program
Ubuntu includes a terminal emulator, which is labeled as "Terminal" in the desktop environment. The emulator
allows you to execute command-line programs that interact with the Legato framework tools on your dev machine
and the CF3 module in the mangOH Red.
For this tutorial, here are some useful tips:
•
Open a terminal window. For example, in the Unity desktop shell used by default on Ubuntu Linux, do this
using either of these methods:
·
Click the Search icon and type "terminal", then run the application that is listed.
·
Press Ctrl+Alt+T
•
Open a new tab in a window—Press Ctrl+Shift+T
•
Change a tab name in a window—Right-click in the tab and select Set Title.
•
Copy text from a window—Highlight the text and press Ctrl+Insert.
•
Paste text into a window—Press Shift+Insert.
•
For in-depth detail, refer to