summaryrefslogtreecommitdiffstats
path: root/serial/serial-api.txt
diff options
context:
space:
mode:
Diffstat (limited to 'serial/serial-api.txt')
-rw-r--r--serial/serial-api.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/serial/serial-api.txt b/serial/serial-api.txt
index b02786e7..70e8983f 100644
--- a/serial/serial-api.txt
+++ b/serial/serial-api.txt
@@ -118,5 +118,14 @@ Methods: string Enable() [experimental]
Unregister the service record and stop listenning.
- String GetInfo() [experimental]
+ string GetInfo() [experimental]
Returns the proxy properties
+
+ void SetSerialParams(string rate, byte databits,
+ byte stopbits, string parity) [experimental]
+
+ Change the TTY settings. Available rates: "50", "300",
+ "600", "1200", "1800", "2400", "4800", "9600", "19200",
+ "38400", "57600" and "115200". Available data bits: 5,
+ 6, 7 and 8. Available stop bits: 1 and 2. Available
+ parity: "even", "odd", "mark", "space" and "none".