Page 2
Neoway provides customers complete technical support. If you have any question, please contact your account manager or email to the following email addresses: Sales@neoway.com...
N720 User Manual (Linux) 1 Port Mapping N720 supports network share via pppd, RNDIS, ECM, and RMNET. Each mode corresponds to different VID and PID. Developers can switch the mode by sending AT command (AT+NETSHAREMODE). The mapping between the ports and share modes is shown as follows: VID: 0x2949 PID: 0x8241 Support pppd/RNDIS dialup ...
In the figure above, the VID of N720 is 0x2949 and the PID of N720 is 0x8241. If the host does not identify N720, check whether N720 is connected to the host, whether it is powered up and started, or whether it is connected to the host through USB.
Power up the host again and execute ls /dev/ttyUSB*. If N720 is loaded successfully, ttyUSB0 to ttyUSBx are listed under /dev. Two ttyUSB ports can be used to send AT commands. One is used as modem port and the other one is used as AT port.
PPP connection using pppd. 3.1 Checking Device Execute lsusb to check if N720 is identified. N720 has been identified with a VID of 0x2949 and a PID of 0x8241. 3.2 Adding VID and PID In kernel/drivers/usb/serial/option.c, add VID:0x2949 PID:0x8241 to option_ids.
4 Establishing Connection Using RMNET N720 supports dialup and connection setup using RMNET with a VID of 0x2949 and a PID of 0x8243. GobitNet driver is used to interact with N720 on the Linux for network dialup through RMNET. GobitNet will create a network device called ethX and a /dev/qcqmiX character device.
Check if qcqmi1 is created successfully. 4.4 Configuring Before Dialup To dial up and set a connection through RMNET on Linux, developers need to use Neoway dialup program. Execute make under the NWY-CM-code/src directory to obtain the NWY-CM program. Assign the NWY-CM program execution permission.
N720 User Manual (Linux) 5 Establishing Connection Using RNDIS N720 supports dialup and connection setup using RMNET with a VID of 0x2949 and a PID of 0x8241. Send AT+NETSHAREMODE=2 to N720 to switch the configuration if t1.1he PID is not 0x8241.
Query whether the RNDIS driver is loaded successfully. Input lsusb –t. Input lsmod | grep rndis. 5.4 Dialing Up Using RNDIS Run the following commands to confirm that N720 registered a network. AT+CPIN? //Query SIM card status. AT+CSQ //Query signal.
N720 User Manual (Linux) 6 Establishing Connection Using ECM N720 supports dialup and connection setup using ECM with a VID of 0x2949 and a PID of 0x8242. Send AT+NETSHAREMODE=2 to N720 to switch the configuration if t1.1he PID is not 0x8242.
N720 User Manual (Linux) 6.4 Dialing Up Using RNDIS Run the following commands to confirm that N720 registered a network. AT+CPIN? //Query SIM card status. AT+CSQ //Query signal. AT+CREG? AT+CGREG? AT$MYSYSINFO //Query network mode. Send AT commands to dial up.
Need help?
Do you have a question about the N720 and is the answer not in the manual?
Questions and answers