summaryrefslogtreecommitdiff
path: root/pyserial/examples/tcp_serial_redirect.py
Commit message (Collapse)AuthorAgeFilesLines
* remove pyparallel and move pyserial files to toplevelChris Liechti2015-08-031-326/+0
|
* simplify example again as a separate RFC 2217 server exists nowcliechti2009-08-101-30/+2
|
* - move to_bytes from rfc2217 module to corecliechti2009-08-051-1/+4
| | | | | | | - add data escape function in rfc2217.PortManager (also renamed class) - use escaping for outgoing data in example - multi port TCP/IP serial gateway extended with RFC 2217 support
* - rename RFC2217 server helper classcliechti2009-08-051-6/+5
| | | | - better names in example code
* add --rfc2217 option to run a server with these extensionscliechti2009-08-041-8/+55
|
* - fix typoscliechti2009-02-061-70/+199
| | | | | - improve code layout - rework newline conversion (95% complete) - reuse socket address and actually set parity (Elie De Brauwer)
* - use optparsecliechti2006-11-151-59/+85
| | | | - update command line interface
* [Bug 1451535], [Bug 1554183], [Bug 1513653], [Bug 1520357]cliechti2006-10-201-1/+1
|
* closes [Bug 1105687]cliechti2005-01-271-1/+1
|
* - bugfixescliechti2003-10-041-63/+94
| | | | - code cleanup
* added new examplecliechti2002-03-051-0/+119