• mdm9x07 ATC AT+QCFG usbnet


    1     中文AT命令详解

    1.1.   AT+QCFG   扩展配置

     

    AT+ QCFG    扩展配置

    测试命令

    AT+QCFG=?

    响应

    ……

    +QCFG: "usbnet", (0-3)

    ……

    OK

    设置命令

    AT+QCFG="usbnet",<net>

    响应

    假如省略参数<net>,返回

    +QCFG: "usbnet",<net>

     

    OK

     

    假如不省略,返回

    OK

    ERROR

    Maximum Response Time参考

    300ms

    参考

     

    参数

    <net>        net端口协议

     

    0  RMNET接口

    1      ECM接口

    2      MBIM接口

    3      RNDIS接口

     

     

     

    备注

     

     以上配置将在重启后生效

    举例

    AT+QCFG="usbnet",1                   // 设置USB net口使用ECM标准协议
    
    OK

     

    2     Description of AT command

    2.1.   AT+QCFG   Extension Configuration

    AT+QCFG    Extension Configuration

    Test Command 

    AT+QCFG=?

    Response

    ……

    +QCFG: "usbnet", (0-3)

    ……

    OK

    Write Command

    AT+QCFG="usbnet",<net>

    Response

    If configuration parameters are omitted

    (+QCFG: "usbnet"), return current configuration:If <net> is absence

    +QCFG: "usbnet",<net>

     

    OK

     

    If configuration parameters are entered:If not absence

    OK

    ERROR

    Maximum Response TimeReference

    300ms

    Reference

     

     

     

     

     

     

     

     

     

    Parameter:

    <net>            The protocol of net port

    0  RMNET interface

    ECM interface

    MBIM interface

    3  RNIDS interface

     

    NMOTES

    1. The Configuration of “usbmodem” and “usbnet” will take effect after reboot.

    Example

    AT+QCFG="usbnet",1                   // Set USB net port to ECM

     

    OK

     

  • 相关阅读:
    ab并发负载压力测试
    在vmware里运行qcow2镜像
    nginx root alias
    速成制作rpm包
    oracle分区表按时间自动创建
    Some network Tools
    python中defaultdict用法详解
    CENTOS7 安装telnet
    H3C 交换机配置
    H3C
  • 原文地址:https://www.cnblogs.com/ricks/p/9481416.html
Copyright © 2020-2023  润新知