This module was previously used on the AM5728 Development Board to upload data to the server in the field. Recently contacted another project, to do a demo of the prototype, need to move, but also the use of this module to upload data. The prototype environment is Ubuntu 16.04 32bit. Here is a summary of how this module is used.
In fact, it is very simple, the following several steps. If the operation fails, attempt to use sudo or even use the root user directly.
1. Load Driver
sudo modprobe option
2. Enabling equipment
sudo echo 1476 >/sys/bus/usb-serial/drivers/option1/new_id
After this operation should be able to see the/dev under more ttyUSB0, ttyUSB1, ttyUSB2 several device nodes.
3. Open the device
sudo./call/dev/ttyusb1
Here the call program is configured with the AT command via/DEV/TTYUSB1 ME3630. Also compile the build.
At this point, the 4G network into a ready state, can be unimpeded access to the Internet.
2017-6-13-Rio Jeliang
Using the ZTE ME3630 4G module under Ubuntu