ユーザ用ツール

サイト用ツール


mae3xx_ope:manage_kym11:start

差分

この文書の現在のバージョンと選択したバージョンの差分を表示します。

この比較画面にリンクする

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
mae3xx_ope:manage_kym11:start [2019/01/10 16:11]
admin [現在の日付情報の表示]
mae3xx_ope:manage_kym11:start [2021/11/22 10:47] (現在)
admin [使用方法 (コマンド)]
ライン 1: ライン 1:
-====== LTE モジュール (KYM11) の管理 ======+====== LTE モジュール (KYM11/KYM12) の管理 ======
  
-MA-E350/​KL(AD) には、京セラ製 LTE モジュール [[http://www.kddi.com/business/mobile/m2m-solution/​domestic-m2m/product/kym11/|KYM11]] を搭載しています。\\+MA-E350/​KL(AD) には、京セラ製 LTE モジュール [[https://biz.kddi.com/service/iot-lte/​product/​|KYM11/KYM12]] を搭載しています。\\
 AT コマンドが標準的な規格に準拠しておらず独自コマンド体系なため、モジュールの各種情報を取得するライブラリおよびそれを利用するコマンドを準備してあります。 AT コマンドが標準的な規格に準拠しておらず独自コマンド体系なため、モジュールの各種情報を取得するライブラリおよびそれを利用するコマンドを準備してあります。
  
ライン 21: ライン 21:
     get_telno: ​       get SIM telephone number ​              ​(AT$21?​)     get_telno: ​       get SIM telephone number ​              ​(AT$21?​)
     get_iccid: ​       get module ICCID                       ​(AT$19?​)     get_iccid: ​       get module ICCID                       ​(AT$19?​)
 +    get_imei: ​        get module IMEI                        (AT$10?)
     select_sim [0|1]: select SIM (0: internal / 1: external) (AT$18=m)     select_sim [0|1]: select SIM (0: internal / 1: external) (AT$18=m)
     OTA:              perform OTASP                          (AT@30)     OTA:              perform OTASP                          (AT@30)
     get_status: ​      get all status     get_status: ​      get all status
 user1@plum:​~$ user1@plum:​~$
 +</​code>​
 +
 +※ v4.4.8rc3 から
 +
 +<​code>​
 +usage: kym_util [command] [args..]
 +  command:
 +    get_datetime: ​    get date/time from KYM1x               ​(AT$31?​)
 +    get_pktstat: ​     get packet status ​                     (AT$36?)
 +    get_tempprotect: ​ get Temperature Protection status ​     (AT$39?)
 +    get_version: ​     get module version ​                    ​(AT+GMR)
 +    get_simstat: ​     get SIM registration status ​           (AT$20?)
 +    get_telno: ​       get SIM telephone number ​              ​(AT$21?​)
 +    get_iccid: ​       get SIM ICCID                          (AT$19?)
 +    get_imei: ​        get module IMEI                        (AT$10?)
 +    get_reason: ​      get disconnect reason ​                 (ATS86?) ※ 追加
 +    get_error_report:​ get error report from module ​          ​(AT$59) ​ ※ 追加
 +    select_sim [0|1]: select SIM (0: internal / 1: external) (AT$18=m)
 +    get_sim: ​         get selected SIM information ​          ​(AT$18?​) ※ 追加
 +    OTA:              perform OTASP                          (AT@30)
 +    firmup: ​          ​perform Firmware Update ​               (AT@40) ​ ※ 追加
 +    get_status: ​      get all status
 </​code>​ </​code>​
  
 \\ \\
  
 +|<60em 7em 20em 10em 15em>|
 ^  Command ​ ^  動作 ​ ^  発行する AT コマンド ​ ^  備考 ​ | ^  Command ​ ^  動作 ​ ^  発行する AT コマンド ​ ^  備考 ​ |
-|get\_datetime|現在の日付情報の表示| ​ AT$31? ​ | | +|get_datetime|現在の日付情報の表示| ​ AT$31? ​ | | 
-|get\_pktstat|パケットステータスの表示| ​ AT$36? ​ | | +|get_pktstat|パケットステータスの表示| ​ AT$36? ​ | | 
-|get\_tempprotect|温度プロテクション状態表示| ​ AT$39? ​ | | +|get_tempprotect|温度プロテクション状態表示| ​ AT$39? ​ | | 
-|get\_version|モジュールのファームウェアバージョンの表示| ​ AT+GMR ​ | | +|get_version|モジュールのファームウェアバージョンの表示| ​ AT+GMR ​ | | 
-|get\_simstat|顧客登録状態の表示| ​ AT$20? ​ | | +|get_simstat|顧客登録状態の表示| ​ AT$20? ​ | | 
-|get\_telno|電話番号の表示| ​ AT$21? ​ | | +|get_telno|電話番号の表示| ​ AT$21? ​ | | 
-|get\_iccid|ICCID 表示| ​ AT$19? ​ | | +|get_iccid|ICCID 表示| ​ AT$19? ​ | | 
-|select\_sim|SIM カード、組込 SIM 優先モード切替| ​ AT$18=[m] ​ | |+|select_sim|SIM カード、組込 SIM 優先モード切替| ​ AT$18=[m] ​ | |
 |OTA|OTASP 起動要求 (利用開始登録)| ​ AT@30  | | |OTA|OTASP 起動要求 (利用開始登録)| ​ AT@30  | |
  
ライン 66: ライン 90:
 </​code>​ </​code>​
  
 +|<33em 7em 22em>|
 ^  Result ​ ^  Information ​ | ^  Result ​ ^  Information ​ |
 |Detached (1)|LTE Detach 状態 (システムに在圏していない状態)| |Detached (1)|LTE Detach 状態 (システムに在圏していない状態)|
ライン 83: ライン 108:
 </​code>​ </​code>​
  
 +|<33em 7em 22em>|
 ^  Result ​ ^  Information ​ | ^  Result ​ ^  Information ​ |
 |Normal (0)|通常状態| |Normal (0)|通常状態|
ライン 109: ライン 135:
 </​code>​ </​code>​
  
 +|<38em 15em 22em>|
 ^  Result ​ ^  Information ​ | ^  Result ​ ^  Information ​ |
 |Not registered (0)|未登録 (灰ロム状態)| |Not registered (0)|未登録 (灰ロム状態)|
ライン 150: ライン 177:
 </​code>​ </​code>​
  
 +|<33em 7em 22em>|
 ^  Parameter ​ ^  Info  | ^  Parameter ​ ^  Info  |
 |  0  |組込 SIM 専用| |  0  |組込 SIM 専用|
mae3xx_ope/manage_kym11/start.1547104291.txt.gz · 最終更新: 2019/01/10 16:11 by admin