File: protocol_rfc2217.py

package info (click to toggle)
pyserial 3.5-2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 920 kB
  • sloc: python: 8,014; makefile: 109; sh: 32
file content (12 lines) | stat: -rw-r--r-- 317 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#! python
#
# This is a thin wrapper to load the rfc2217 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 __future__ import absolute_import

from serial.rfc2217 import Serial  # noqa