2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-13 17:26:34 +00:00

cFHZ open/close

git-svn-id: https://svn.fhem.de/fhem/trunk@796 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2011-01-08 18:52:38 +00:00
parent 659a54ef74
commit 13ab36ff86

View File

@ -1003,7 +1003,9 @@ A line ending with \ will be concatenated with the next one, so long lines
stopHMS<br>
initfull<br>
raw<br>
open<br>
reopen<br>
close<br>
time<br>
</ul>
Notes:
@ -1044,6 +1046,10 @@ A line ending with \ will be concatenated with the next one, so long lines
<code>initfull</code> command sequence.</li>
<li><code>stopHMS</code> probably is the inverse of <code>initHMS</code>
(I don't have authoritative info on what exactly it does).</li>
<li><code>close</code> closes and frees the serial device port until you open
it again with <code>open</code>, e.g. useful if you need to temporarily
unload the ftdi_sio kernel module to use the <a href="http://www.ftdichip.com/Support/Documents/AppNotes/AN232B-01_BitBang.pdf" target="_blank">bit-bang mode</a>.</li>
</ul>
</ul>
<br>