Changes between Version 12 and Version 13 of DevEnvMac


Ignore:
Timestamp:
Feb 12, 2015, 3:18:32 PM (9 years ago)
Author:
ertl-yutaka
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevEnvMac

    v12 v13  
    3232cp cfg hrp2/cfg/cfg/
    3333}}}
    34  * ソースコードからインストールする場合は,[wiki:DevEnvMac_cfgbuild こちら]を参照してください.
    35  * アプリごとのMakefile(Makefile.app)を作成
     34   * ソースコードからインストールする場合は,[wiki:DevEnvMac_cfgbuild こちら]を参照してください.
    3635
    37 {{{
    38 $ cd workspace
    39 $ cp common/Makefile.app helloev3/Makefile.app
    40 }}}
    4136 * make
    4237
     
    4439$ make app=helloev3 (動的ロードモジュール版の場合は, make mod=helloev3)
    4540}}}
    46 == bluetooth接続 ==
    47  * EV3でアプリの実行を開始する
    48  * Mac内蔵のbluetoothを使用し,メニューバーのbluetoothアイコンから,「Bluetoothデバイスを設定」Mindsotrms EV3 を選択
    49  * ピンコードを入力(デフォルトは0000)し,下記コマンドによりシリアル送受信を開始
    50 
    51 {{{
    52 $ screen /dev/tty.MindstormsEV3-SerialPor 115200
    53 }}}
    54  * ※デバイス名は変わる可能性があります.