Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed BufferedSerial
You are viewing an older revision! See the latest version
Homepage
serial_dummyはmbedのlocalに保管した data.txt のtext dataをUSB-serialから出力し続けるプログラムです。 text data を出力する装置の模擬として使用します。
data.txtの例は次のところにあります。 /media/uploads/suupen/data.txt
data.txt には出力する文字列のほかに、 1.USB-serial のbaudrate 9600[bps]の例
B9600
2.送信文字列の送信時間間隔 1000[ms]の例
T1000
を設定できます。 '>B','>T' のコマンドは、設定した次の行の文字列から有効になります。