RG500Q : USB net

Hi Quectel Expert,

How to enable USB net using QuecOpen SDK?
Can you help for this query?

Thanks in advance…

Hi @Darshan_Quectel

Frist, you need to install the USB driver, and use AT+QCFG=“USBNET” to set the network card type.
AT+QCFG=“USBNET”,0 – RMNET
AT+QCFG=“USBNET”,1 — ECM
AT+QCFG=“USBNET”,2 — MBIM
AT+QCFG=“USBNET”,3 — RNDIS
For windows host, RMNET is included in Quectel_LTE&5G_Windows_USB_Driver package. If you want use ECM and RNDIS, This requires a dedicated Windows usb driver.
you can find the usb driver for ECM,MBIM,RNDIS,NDIS in the following link.
Driver

For Linux host, ECM and RNDIS not need to modify the linux usb driver, it can be automatic identification under Ubuntu. You find more in
Quectel_LTE&5G_Windows_USB_Driver_Installation_Guide_V2.1.pdf (870.9 KB)

Br,
Puck

1 Like