SIM7600X&&SIM820X RNDIS dialing in Windows system

From Waveshare Wiki
Jump to: navigation, search

RNDIS Dial-Up

Supports RNDIS Dial-Up via the USB port on Windows/Linux(including Raspberry Pi)

RNDIS Dial-U

The DTU can support 150Mbps Downlink Speed And 50Mbps Uplink Speed Ideally. But the actual speed is affected by factors such as network coverage, network congestion, and base station conditions.

RNDIS Dial-Up on Windows 10

  • Connect the SIM card and antenna to DTU, and connect the USB interface of the DTU to the computer, power on the DTU.
  • Install the USB driver(refer to #Install Driver)
  • Open SSCOM and find out the serial port number corresponding to the AT serial port you are using. Then send the following command to query whether the device is registered on the network:
AT+CPSI?
  • If the device has successfully registered on the network, then send the AT command to enable USB dial-up to the Internet:
at+Cusbpidswitch=9011,1,1
  • If the transmission is successful, the DTU will return OK and reboot automatically.
  • And then you can find that there are some unrecognized devices in the Device Manager on the computer, such as RNDIS (with exclamation mark).

RNDIS Dial-up01.png

  • Right-click the 'RNDIS', search "Update Divers" and select "Let me pick from a list of available drivers on my computer", then select "Network adapters" from the device list.

RNDIS Dial-up02.png

RNDIS Dial-up03.png

  • Select "Microsoft" in the manufacturer list of the Network adapters window, and then select "Remote NDIS Compatible Device" in the list on the right, which is the remote NDIS compatible device.

500PX

Click 'Next' and wait for the installation to finish, the RNDIS Kitl device will be installed successfully. And then you can see that the PC can access the Internet via DTU.

RNDIS Dial-Up on Raspberry Pi

Please refer to Raspberry Pi networked via RNDIS

Disable DTU dial-up Internet access

Open the corresponding AT serial port and send the AT command to close the USB dial-up Internet access:

 at+Cusbpidswitch=9001,1,1

The DTU will restart automatically, and the dial-up Internet access function will be turned off after restarting.