プロライトLEDサインの時計を設定するためのこれらの指示がありますが、応答させることができません。このようにテキストを送信します
echo "<ID06><PC> Test message <E><EOT>" > /dev/prolite
時計を設定する手順は次のとおりです
5) SETTING INTERNAL TIME CLOCK
This is a special command to sync. or set the relative/real time clock of the display unit(s)
and it is the only GLOBAL command in this set of protocol. The format as shown below:
<TCCYYMMDDWhhmmssPH><E><EOT>
<, T, > ASCII "<", "T" & ">"
CC Century (19 = 19th century)
YY Year (00 - 99)
MM Month (01 - 12)
DD Day (01 - 31)
W Day of week (0 – Sunday; 6 - Saturday)
hh Hour (24 hour entry ONLY if displaying in 24 hour mode)
mm Minute (00 - 59)
ss Second (00 - 59)
P “0” = AM , “1” = PM (ignored in 24 hour mode)
H "0" =12 hr; "1" =24 hr display mode
これが私が試したものです。ASCIIが何を意味するのか本当にわからないので、文字Tを使用しました。私はそれが私が台無しにしているところだとかなり確信しています。
echo "<T20120805003080010><E><EOT>" > /dev/prolite
これは時計を午後3時8分に設定するためのものですが、標識が応答しません
<E> signals end of text and <EOT> signals end of transmission.
誰かが私が間違っていることを教えてもらえますか、または私が時計を設定する方法の例を教えてもらえますか?ありがとう