summaryrefslogtreecommitdiff
path: root/pyserial/examples/rfc2217_server.py
Commit message (Expand)AuthorAgeFilesLines
* tag 2.5-rc2release2_5_rc2cliechti2010-01-021-204/+0
* - rename internal attribute for loggingcliechti2009-08-121-1/+1
* - update docscliechti2009-08-121-0/+1
* use logging module instead of writes to stderrcliechti2009-08-111-12/+42
* - more examples cleanupcliechti2009-08-101-1/+1
* remove gethostbyaddr calls again as they really slow down connectingcliechti2009-08-101-5/+1
* - sotre/restore port settings on connect/disconnectcliechti2009-08-101-9/+27
* add a simplified single port RFC 2217 servercliechti2009-08-071-0/+159