You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
277 B
10 lines
277 B
#! python
|
|
#
|
|
# This is a thin wrapper to load the rfc2271 implementation.
|
|
#
|
|
# This file is part of pySerial. https://github.com/pyserial/pyserial
|
|
# (C) 2011 Chris Liechti <cliechti@gmx.net>
|
|
#
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
from serial.rfc2217 import Serial # noqa
|
|
|