Skip to content

Momijinn/IM920MHz_Module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IM920MHz_Module

interplan社の920MHz帯モジュール(IM920MHz)のライブラリ

Description

interplan社の920MHz帯モジュール(IM920MHz)をPythonで簡単に使いやすくしたモジュールプログラム

Requirement

  • 動作確認したpython

    python2.7 & 3.5

  • install module

    $ pip install pyserial

Demo

$ python sample.py
52C3

Usage

  • windowsのみcomポートを確認しなくてもIM920へ接続します

    これに伴い,パソコンにIM920が2台以上接続しているcomポートが小さい数字の方へ接続されます

  • 使用できるコマンド

    • Im920.Srid() :ペアリング

    • Im920.Erid():ペアリングデバイスの削除

    • Im920.Send():文字列送信

    • Im920.Reception():文字列の受信

    • Im920.Repeater():中継機化

    • Im920.Rdid():固有IDの表示

    • Im920.Sbrt():ボーレートの設定

Install

  • IM920.pyをインポート
    import IM920

Licence

This software is released under the MIT License, see LICENSE.

Author

Twitter

Blog

About

interplan社の920MHz帯モジュール(IM920MHz)のライブラリ

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages