# Linux_ec20_use **Repository Path**: lozenyin/linux_ec20_use ## Basic Information - **Project Name**: Linux_ec20_use - **Description**: 在Linux系统中使用ec20 4G模块 - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-06 - **Last Updated**: 2023-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于Linux下的EC20应用接口 ## 安装步骤 ```bash git clone https://gitee.com/lozenyin/linux-ec20-use.git ``` python语言 ```python from linux_ec20_use import mode_4g ec20 = mode_4g.LTE_MOD() ``` ## 文件目录说明 ```bash Linux-ec20-use/ ├── mode_4g.py # 库文件 ├── __pycache__ ├── README.md └── test_mode_4g.py # 使用示例 ``` ## 使用到的库 1. serial 2. binascii 3. signal 4. re