Interplan IM920 library, 920MHz module

Dependents:   IM920_sample IM920_SDlog IM920_sample IM920_sample3 ... more

IM920 ライブラリ

データモード、低速、長距離 の設定で通信するライブラリです。

920MHz無線モジュール

http://www.interplan.co.jp/images/contents/solution/im920.png IM920 (インタープラン製)

  • mbedとモジュールとは、シリアル(TX,RX)、BUSY、RESET端子を接続します。
  • モジュールはあらかじめ、コマンドでノード番号などを設定しておきます。

NECの920MHz近距離無線モジュールもおすすめ

Revision:
2:0b47f6b25cc4
Parent:
0:d3ab05ed8142
Child:
5:2fd9b1725283
--- a/IM920_msg.cpp	Fri Dec 26 15:51:37 2014 +0000
+++ b/IM920_msg.cpp	Mon Jan 05 03:47:08 2015 +0000
@@ -55,7 +55,7 @@
             sub ++;
             if (_state.data!= NULL) {
                 _state.data->queue(chr);
-                if (_state.func != NULL && _state.data->available() >= CFG_DATA_SIZE) {
+                if (_state.data->available() >= CFG_DATA_SIZE) {
                     _state.received = true;
                     WARN("buf full");
                 }