summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2009-08-06 02:18:21 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2009-08-06 02:18:21 +0000
commit5dd4ab21010dde1a347587ca66f05f384310ba51 (patch)
tree74821771b00e50dfc157ced3c7fcee04cc45d1f0 /documentation
parent2bd02c891a857b1af96c3baa1b84775c1c7cca13 (diff)
downloadpyserial-5dd4ab21010dde1a347587ca66f05f384310ba51.tar.gz
add loop:// connection type
git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@312 f19166aa-fa4f-0410-85c2-fa1106f25c8a
Diffstat (limited to 'documentation')
-rw-r--r--documentation/pyserial_api.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/documentation/pyserial_api.rst b/documentation/pyserial_api.rst
index aa2e176..fbe0e9d 100644
--- a/documentation/pyserial_api.rst
+++ b/documentation/pyserial_api.rst
@@ -702,6 +702,7 @@ accept the following types URL:
- ``rfc2217://<host>:<port>[/<option>[/<option>]]``
- ``socket://<host>:<port>[/<option>[/<option>]]``
+- ``loop://[<option>[/<option>]]``
(Future releases of pySerial might add more types).
@@ -734,6 +735,15 @@ accept the following types URL:
- ``debug``: Prints diagnostic messages (not useful for end users).
+``loop://``
+ The least useful type. It simulates a loop back connection.
+ ``RX<->TX`` ``RTS<->CTS`` ``DTR<->DSR``
+
+ Supported options in the URL are:
+
+ - ``debug``: Prints diagnostic messages (not useful for end users).
+
+
Examples::
rfc2217://localhost:7000