summary refs log tree commit diff
path: root/docs/api/html/settings-serial.html
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2023-08-09 21:56:59 +0200
committerMichael Biebl <biebl@debian.org>2023-08-09 21:56:59 +0200
commitb1206f287e4fae1f9a7e29ec0dc11b54d726a7f8 (patch)
treecc1d62cd21f10b2375c76484b5e2187f1e75f010 /docs/api/html/settings-serial.html
parenta6d4d07b23485507f30ddb1ce99f5c82428714c8 (diff)
parent05e4a733f2141995181a551854d5df929f084adf (diff)
Update upstream source from tag 'upstream/1.44.0'
Update to upstream version '1.44.0'
with Debian dir e69e19b54914190e7696747b3e0508f95977f387
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 70dfcbc3..e8397851 100644
--- a/docs/api/html/settings-serial.html
+++ b/docs/api/html/settings-serial.html
@@ -38,7 +38,7 @@
             Properties
         </h2>
 <div class="table">
-<a name="id-1.3.3.32.2.2.1"></a><p class="title"><b>Table 78. </b></p>
+<a name="id-1.3.3.32.2.2.1"></a><p class="title"><b>Table 66. </b></p>
 <div class="table-contents"><table class="table" border="1">
 <colgroup>
 <col>
@@ -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> </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>
 </tr>
 <tr>
 <td><pre class="screen">bits</pre></td>
 <td><pre class="screen">uint32</pre></td>
 <td><pre class="screen">8</pre></td>
-<td> </td>
+<td>Byte-width of the serial communication. The 8 in "8n1" for example.</td>
 </tr>
 <tr>
 <td><pre class="screen">parity</pre></td>
 <td><pre class="screen">byte</pre></td>
 <td><pre class="screen"></pre></td>
-<td> </td>
+<td>The connection parity: 69 (ASCII 'E') for even parity, 111 (ASCII 'o') for odd, 110 (ASCII 'n') for none.</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> </td>
+<td>Time to delay between each byte sent to the modem, in microseconds.</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> </td>
+<td>Number of stop bits for communication on the serial port.  Either 1 or 2. The 1 in "8n1" for example.</td>
 </tr>
 </tbody>
 </table></div>