File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1515implementation. It should be possible to get that working though.
1616"""
1717import asyncio
18-
1918import serial
2019
2120
2221__version__ = '0.1'
2322
2423
2524class SerialTransport (asyncio .Transport ):
26- """An asyncio transport model of a serial_asyncio communication channel.
25+ """An asyncio transport model of a serial communication channel.
2726
2827 A transport class is an abstraction of a communication channel.
2928 This allows protocol implementations to be developed against the
Original file line number Diff line number Diff line change 11#!/usr/bin/env python
22#
3- # This file is part of pySerial-asyncio - Cross platform seria port support for Python
3+ # This file is part of pySerial-asyncio - Cross platform serial port support for Python
44# (C) 2016 Chris Liechti <cliechti@gmx.net>
55#
66# SPDX-License-Identifier: BSD-3-Clause
You can’t perform that action at this time.
0 commit comments