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:
3:db269462ad1c
Parent:
0:d3ab05ed8142
Child:
4:ba939555ed35
--- a/IM920_cmd.cpp	Mon Jan 05 03:47:08 2015 +0000
+++ b/IM920_cmd.cpp	Thu Jan 08 13:25:46 2015 +0000
@@ -47,6 +47,7 @@
 
     if (lockUart(timeout)) return -1;
 
+    if (len > 64) len = 64;
     clearFlags();
     putUart('T');
     putUart('X');