summaryrefslogtreecommitdiffstats
path: root/scripts/serial/urlhandler/protocol_rfc2217.py
blob: 981ba45fea0035f71de8d37efd2bc99db26db801 (plain)
1
2
3
4
5
6
7
8
9
10
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