diff options
Diffstat (limited to 'lib/python2.7/site-packages/serial/urlhandler/protocol_rfc2217.py')
-rw-r--r-- | lib/python2.7/site-packages/serial/urlhandler/protocol_rfc2217.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/python2.7/site-packages/serial/urlhandler/protocol_rfc2217.py b/lib/python2.7/site-packages/serial/urlhandler/protocol_rfc2217.py new file mode 100644 index 0000000..981ba45 --- /dev/null +++ b/lib/python2.7/site-packages/serial/urlhandler/protocol_rfc2217.py @@ -0,0 +1,11 @@ +#! python +# +# Python Serial Port Extension for Win32, Linux, BSD, Jython +# see ../__init__.py +# +# This is a thin wrapper to load the rfc2271 implementation. +# +# (C) 2011 Chris Liechti <cliechti@gmx.net> +# this is distributed under a free software license, see license.txt + +from serial.rfc2217 import Serial |