about summary refs log tree commit diff
path: root/docs/api/html/settings-serial.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api/html/settings-serial.html')
-rw-r--r--docs/api/html/settings-serial.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/api/html/settings-serial.html b/docs/api/html/settings-serial.html
index 20ddfb5b..9112980b 100644
--- a/docs/api/html/settings-serial.html
+++ b/docs/api/html/settings-serial.html
@@ -29,7 +29,7 @@
 <div class="refnamediv"><table width="100%"><tr>
 <td valign="top">
 <h2>serial</h2>
-<p>serial — Serial Link Settings</p>
+<p>serial —  Serial Link Settings</p>
 </td>
 <td class="gallery_image" valign="top" align="right"></td>
 </tr></table></div>
@@ -57,31 +57,31 @@
 <td><pre class="screen">baud</pre></td>
 <td><pre class="screen">uint32</pre></td>
 <td><pre class="screen">57600</pre></td>
-<td>Speed to use for communication over the serial port.  Note that this value usually has no effect for mobile broadband modems as they generally ignore speed settings and use the highest available speed.</td>
+<td> </td>
 </tr>
 <tr>
 <td><pre class="screen">bits</pre></td>
 <td><pre class="screen">uint32</pre></td>
 <td><pre class="screen">8</pre></td>
-<td>Byte-width of the serial communication. The 8 in "8n1" for example.</td>
+<td> </td>
 </tr>
 <tr>
 <td><pre class="screen">parity</pre></td>
 <td><pre class="screen">byte</pre></td>
 <td><pre class="screen"></pre></td>
-<td>The connection parity: 69 (ASCII 'E') for even parity, 111 (ASCII 'o') for odd, 110 (ASCII 'n') for none.</td>
+<td> </td>
 </tr>
 <tr>
 <td><pre class="screen">send-delay</pre></td>
 <td><pre class="screen">uint64</pre></td>
 <td><pre class="screen">0</pre></td>
-<td>Time to delay between each byte sent to the modem, in microseconds.</td>
+<td> </td>
 </tr>
 <tr>
 <td><pre class="screen">stopbits</pre></td>
 <td><pre class="screen">uint32</pre></td>
 <td><pre class="screen">1</pre></td>
-<td>Number of stop bits for communication on the serial port.  Either 1 or 2. The 1 in "8n1" for example.</td>
+<td> </td>
 </tr>
 </tbody>
 </table></div>