Update README.md

pull/3/head
OpenARDF 2020-06-08 13:53:19 -04:00 zatwierdzone przez GitHub
rodzic 19f6f24bbd
commit 87cfc69714
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 14 dodań i 16 usunięć

Wyświetl plik

@ -8,22 +8,20 @@
<h3>Serial Commands</h3>
<p>The controller serial interface operates at 57600 baud that can be accessed using any serial TTY interface program such as PuTTY or Arduino's own Serial Monitor tool. It provides a command prompt > indicating that it is ready to receive recognized the following commands.<p>
<pre>
<p> <b>CAL</b> [num] <= *Sets the clock calibration for precise timing</i><br>
<p> CAL <i>Displays the clock calibration setting</i><br>
<p> DIP <i>*Sets the competition format, overriding the DIP switch settings<br>
<p> FAC <i>Sets saved EEPROM values to their original defaults</i><br>
<p> GO <i>Starts operation from zero seconds, equivalent to pressing the synch button</i><br>
<p> ID [string] <i>* Sets the callsign that gets sent</i><br>
<p> LED [on|off] <i>*Turns on/off LED pin</i><br>
<p> RST <i>Resets the processor</i><br>
<p> SPD ID [num] <i>* Sets the ID code speed in WPM<br>
<p> STA [on|off] <i>* Turns on/off the starting tones function</i><br>
<p> SYN [on|off] <i>* Turns on/off synchronization using sync button or "GO" command</i>><br>
<p> TEM <i>Displays the processor's temperature in C</i><br>
<p> VER <i>Displays the software version number</i><br>
<p/>
</pre>
<pre><p> <b>CAL</b> [num] <= *Sets the clock calibration for precise timing</i><br>
<p> <b>> CAL</b> <i>Displays the clock calibration setting</i><br>
<p> <b>DIP</b> <i>*Sets the competition format, overriding the DIP switch settings<br>
<p> <b>FAC</b> <i>Sets saved EEPROM values to their original defaults</i><br>
<p> <b>GO</b> <i>Starts operation from zero seconds, equivalent to pressing the synch button</i><br>
<p> <b>ID</b> [string] <i>* Sets the callsign that gets sent</i><br>
<p> <b>LED</b> [on|off] <i>*Turns on/off LED pin</i><br>
<p> <b>RST</b> <i>Resets the processor</i><br>
<p> <b>SPD</b> ID [num] <i>* Sets the ID code speed in WPM<br>
<p> <b>STA</b> [on|off] <i>* Turns on/off the starting tones function</i><br>
<p> <b>SYN</b> [on|off] <i>* Turns on/off synchronization using sync button or "GO" command</i>><br>
<p> <b>TEM</b> <i>Displays the processor's temperature in C</i><br>
<p> <b>VER</b> <i>Displays the software version number</i><br>
<p/></pre>
<p>* These values get stored to EEPROM and are retained between power cycles. </p>