Difference between revisions of "Raspberry Pi networked via RNDIS"

From Waveshare Wiki
Jump to: navigation, search
(Created page with "1、Send the following commands through minicom and wait for the module to restart AT+CUSBPIDSWITCH=9011,1,1 800px 2、Run the ifconfig command...")
 
Line 2: Line 2:
 
  AT+CUSBPIDSWITCH=9011,1,1
 
  AT+CUSBPIDSWITCH=9011,1,1
  
[[File:SIM7600-RNDIS-1.jpg|800px]]
+
[[File:SIm7600-RNDIS-1.jpg|800px]]
  
 
2、Run the ifconfig command to see if a USB0 card is identified
 
2、Run the ifconfig command to see if a USB0 card is identified

Revision as of 09:27, 30 March 2020

1、Send the following commands through minicom and wait for the module to restart

AT+CUSBPIDSWITCH=9011,1,1

SIm7600-RNDIS-1.jpg

2、Run the ifconfig command to see if a USB0 card is identified

ifconfig

SIM7600-RNDIS-2.jpg

3、Get IP address

sudo dhclient -v usb0

SIM7600-RNDIS-3.jpg