diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-08-16 22:00:50 +0000 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-08-16 22:00:50 +0000 |
commit | bcd8170e936963a81df3115558bf4a16962dc70b (patch) | |
tree | ec97d565782f090c1aa4eb3802a8b15d2d2c6162 /serial/serial-api.txt | |
parent | 0f458da19471c933a4105cc450c48548b72edc8e (diff) |
serial: added Proxy.SetSerialParams
Diffstat (limited to 'serial/serial-api.txt')
-rw-r--r-- | serial/serial-api.txt | 11 |
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". |