This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# | |
# Redirect data from a TCP/IP connection to a serial port and vice versa. | |
# | |
# (C) 2002-2016 Chris Liechti <cliechti@gmx.net> | |
# | |
# SPDX-License-Identifier: BSD-3-Clause | |
import sys | |
import socket |