【问题标题】:GSM Modem Mapping in linuxLinux中的GSM调制解调器映射
【发布时间】:2013-05-15 06:26:56
【问题描述】:

我的任务是找出哪个 GSM 调制解调器连接到哪个串行端口,并在 python 中编写一个程序来执行以下工作。

现在由于多个 sim 卡可以连接到给定的调制解调器,我的任务是找到每个调制解调器中的 sim 卡的详细信息。

我使用 minicom 将 AT 命令传递给调制解调器。

【问题讨论】:

    标签: linux serial-port gsm modem at-command


    【解决方案1】:

    要识别串口上连接的调制解调器类型,可以使用 AT 命令

    ATI         Request Identification Information
    AT+GMI      Request Manufacturer Identification
    AT+GMM      Request Model Identification
    AT+GMR      Request Revision Identification
    AT+GOI      Request Global Object Identification
    AT+GSN      Request Product Serial Number Identification
    AT+CGMI     Request Manufacturer Identification
    AT+CGMM     Request Model Identification
    AT+CGMR     Request Revision Identification
    AT+CGSN     Request Product Serial Number Identification
    AT+CIMI     Request international mobile subscriber identity
    

    关于determining which of dualsim,没有标准化的方法。

    如果您真的很喜欢冒险并且不怕进入 SIM 的不直观且没有什么容易理解的文档领域(使用 AT+CSIM/AT+CRSM),您可能会在一些 EF 中找到一些有用的信息(但我或多或少地提到这个选项只是为了完整性......)。

    【讨论】:

    • 我的设备在线时遇到问题,如何检查设备在哪个串口上在线?那么,如何使用 AT 指令确定自己的号码呢?
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 2015-11-28
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2011-09-29
    • 1970-01-01
    相关资源
    最近更新 更多