From c333f062ddcba9b35330647bf6cbd0a07f2d786e Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Thu, 11 May 2017 14:55:55 +0200 Subject: New upstream version 1.8.0 --- docs/api/html/settings-serial.html | 101 +++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 docs/api/html/settings-serial.html (limited to 'docs/api/html/settings-serial.html') diff --git a/docs/api/html/settings-serial.html b/docs/api/html/settings-serial.html new file mode 100644 index 00000000..a60aa61b --- /dev/null +++ b/docs/api/html/settings-serial.html @@ -0,0 +1,101 @@ + + + + +serial: NetworkManager Reference Manual + + + + + + + + + + + + + + + + +
+
+
+ + +
+

serial

+

serial — Serial Link Settings

+
+
+

+ Properties +

+
+

Table 73. 

+
++++++ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Key NameValue TypeDefault ValueValue Description
baud
uint32
57600
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.
bits
uint32
8
Byte-width of the serial communication. The 8 in "8n1" for example.
name
string
serial
The setting's name, which uniquely identifies the setting within the connection. Each setting type has a name unique to that type, for example "ppp" or "wireless" or "wired".
parity
byte
The connection parity: 69 (ASCII 'E') for even parity, 111 (ASCII 'o') for odd, 110 (ASCII 'n') for none.
send-delay
uint64
0
Time to delay between each byte sent to the modem, in microseconds.
stopbits
uint32
1
Number of stop bits for communication on the serial port. Either 1 or 2. The 1 in "8n1" for example.
+
+


+
+
+ + + \ No newline at end of file -- cgit 1.3.0-6-gf8a5