Vantron
| Embedded in your success, Embedded in your better life
World-leading provider of embedded/IoT products and solutions
VT-SBC-C3558R | User Manual 38
OK
AT+CSQ
//
check the signal strength
+CSQ:
31
,99
OK
AT+CREG?
//
check if the cellular module is registered in CS domain
+CREG: 0,
1
//
1 or 5 means registered
OK
AT+CGREG?
//
check if the cellular module is registered in PS domain
+CGREG: 0,
1
//
1 or 5 means registered
AT+GTRNDIS=1,1
//
enable the RNDIS adapter on the cellular module
OK
AT+GTRNDIS?
//
check the status of the RNDIS adapter on the module
+GTRNDIS:
1,1,"10.103.73.251,2409:8962:3a1:a9dc:d0fd:146d:4ac5:484f","223.87.253.100,240
9:8062:2000:2::1","223.87.253.253,2409:8062:2000:2::2"
//
RNDIS connection with
the host PC established
4.
Exit the AT command mode;
5.
Figure out the name of the RNDIS adapter/network interface (often after "USB
interface" or "Ethernet gadget");
# dmesg | grep usb
……..
[ 9.164534] cdc_ether 2-1:1.4
usb0
6.
Get up usb0;
# ifconfig usb0 up