protocol_rfc2217.py 277 B

12345678910
  1. #! python
  2. #
  3. # This is a thin wrapper to load the rfc2271 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 serial.rfc2217 import Serial # noqa