protocol_rfc2217.py 317 B

123456789101112
  1. #! python
  2. #
  3. # This is a thin wrapper to load the rfc2217 implementation.
  4. #
  5. # This file is part of pySerial. https://github.com/pyserial/pyserial
  6. # (C) 2011 Chris Liechti <cliechti@gmx.net>
  7. #
  8. # SPDX-License-Identifier: BSD-3-Clause
  9. from __future__ import absolute_import
  10. from serial.rfc2217 import Serial # noqa