0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

line monitor > UI部分(v0.3) > 更新停止機能 / non-ASCII変換機能 / 秒.ミリ秒表示機能

Last updated at Posted at 2015-11-21

line monitor
http://qiita.com/7of9/items/028556c5a819a6a8de96

環境
実装 Unity 5.1.3-f1 on MacOS X 10.8.5
動作 304SH

プログラム

v0.3 @ github

以下の機能を追加した。

  • Updトグルボタン : 更新のON/OFF
  • Ctrlトグルボタン : non-ASCII文字のASCII文字への変換 (e.g. )
    • 今のところ、<CR>, <LF>のみ変換
  • Timトグルボタン : 受信時の秒.ミリ秒の付加

動作結果

304SHでの実行結果

ファイル名
  • UDP送信側はCentOSから2秒おきにdate情報を送信している
  • 53.248などの数字はその時の時刻が53秒,248ミリ秒を表す
    • ただし、RS-232Cの受信時刻ではなく、UDPの受信時刻
  • Ctrlをオンにした時は\n<LF>に変換している
  • Updをオフにした間 (01.326から07.369)は受信テキストを廃棄
  • Timをオンにした時には行頭に53.248などの数値がつく

今後

モニタ情報のログをどこで取ろうか検討中

  • RPi2側のUSBメモリ
  • RPi2側のmicroSD
  • android側のmicroSD
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?