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:55:35 +0200
committerMichael Biebl <biebl@debian.org>2023-08-09 21:55:35 +0200
commit05e4a733f2141995181a551854d5df929f084adf (patch)
tree83bb937740a6667525ba0df046748ecaa829c269 /docs/api/html/settings-serial.html
parent14b0f3a9dc9ea90d60a3b057350fd4d637dc021a (diff)
New upstream version 1.44.0 upstream/1.44.0
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>