当前位置:网站首页>Shift EC20 mode and switch
Shift EC20 mode and switch
2022-07-04 11:13:00 【juno】
Move away EC20 Support 4 Patterns .
0:rmnet Pattern
adopt QMI Sent by tool QMI command , Access to the public network IP. This mode can cooperate usb_ecm Drive or Qualcomm GobiNet Driver USES .
1:ecm Pattern
standard-passing CDC-ECM launch data call, Send standard ECM command , Get LAN ip. This mode matches cdc_ether Driver USES
2:mbim Pattern
Mobile Broadband Interface Model, Authentic mobile broadband interface model , Dedicated to 3G/4G/5G Modular , Only in win8 The above windows Upper use . Generally only WINDOWS Next use .
3:rndis Pattern
be based on USB Realization RNDIS It's actually TCP/IP over USB, Is in the USB Running on the device TCP/IP, Give Way USB The device looks like a network card to obtain a LAN ip. This is the easiest way , After inserting the mobile phone card into the module , The module will automatically dial up the Internet .
Switching method
Send through serial port AT command
echo -e "AT+QCFG=\"usbnet\",0\r\n" > /dev/ttyUSB2 # Set mode
echo -e "AT+CFUN=1,1\r\n" >/dev/ttyUSB2 # Restart the module
The switch can be completed by replacing the number with the number of the corresponding mode .
Use RNDIS Mode time , You can set up the connection using the following command APN
echo -e "AT+CGDCONT=1,\"IPV4V6\",\"3gnet\"\r\n" > /dev/ttyUSB2 # Set context
echo -e "AT+CGACT=1,1\r\n" > /dev/ttyUSB2 # Activation context
echo -e "AT+CFUN=1,1\r\n" >/dev/ttyUSB2
边栏推荐
- Serialization oriented - pickle library, JSON Library
- Heartbeat error attempted replay attack
- Lvs+kept realizes four layers of load and high availability
- OSI model notes
- Get the data of the top 100 headlines today with Tianxing data
- Configure SSH key to realize login free
- Postman advanced
- Simple understanding of string
- Canoe - the third simulation project - bus simulation - 3-1 project implementation
- Canoe: the fourth simulation project -- bug debugging experience
猜你喜欢

Fundamentals of software testing

Take advantage of the world's sleeping gap to improve and surpass yourself -- get up early

Article publishing experiment

Canoe - the third simulation project - bus simulation - 3-2 project implementation

Attributes and methods in math library

OSI seven layer reference model

JMeter common configuration components and parameterization

Personal thoughts on the development of game automation protocol testing tool

Application and Optimization Practice of redis in vivo push platform

Oracle11g | getting started with database. It's enough to read this 10000 word analysis
随机推荐
Discussion | has large AI become autonomous? Lecun, chief scientist of openai
Properties and methods of OS Library
20 kinds of hardware engineers must be aware of basic components | the latest update to 8.13
Post man JSON script version conversion
CAPL: on sysVar_ Update difference on sysvar
QQ group collection
Attributes and methods in math library
The most ideal automated testing model, how to achieve layering of automated testing
Personal thoughts on the development of game automation protocol testing tool
Four sorts: bubble, select, insert, count
Digital simulation beauty match preparation -matlab basic operation No. 6
Canoe - description of common database attributes
Elevator dispatching (pairing project) ④
Usage of case when then else end statement
Deepmind proposed a Zuan AI, which specially outputs network attack language
Using SA token to solve websocket handshake authentication
Swagger and OpenAPI
Common built-in modules
Serialization oriented - pickle library, JSON Library
re. Sub() usage