Changes between Version 1 and Version 2 of DevEnvLinux


Ignore:
Timestamp:
Feb 12, 2015, 2:38:24 PM (9 years ago)
Author:
ertl-liyixiao
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevEnvLinux

    v1 v2  
    66== 2. EV3RTの準備 ==
    77 * EV3RTのパッケージ(ev3rt-beta3-release.tar.xz)をダウロードして解凍
    8 
    9 
    108
    119{{{
     
    2018== 3. アプリケーションのビルド・実行 ==
    2119[wiki:SampleProgram こちら]を参照ください
     20
     21== 4. Bluetoothの接続 ==
     22 * System SettingsからBluetoothを選択
     23 * 「+」ボタンでデバイスを追加
     24 * 「Mindstorms EV3」(デフォルトのデバイス名)を選択して「Pin options」をクリック
     25 * 「Custom PIN」を選択してPINを入力(デフォルトは0000)
     26 * 「Continue」で接続、成功の場合は以下の画面が表示される
     27 * EV3のBluetoothのアドレスはこの画面に書いてある
     28 * Bluetoothの仮想シリアルポートを作成
     29
     30{{{
     31$ sudo rfcomm connect /dev/rfcomm0 00:18:2F:FD:94:2D(実際のアドレスに書き換える)
     32}}}
     33 * Bluetoothの仮想シリアルポートに接続
     34
     35
     36
     37{{{
     38$ sudo miniterm.py /dev/rfcomm0
     39}}}