summaryrefslogtreecommitdiff
path: root/pyserial/examples/port_publisher.py
Commit message (Expand)AuthorAgeFilesLines
* tag 2.5-rc2release2_5_rc2cliechti2010-01-021-485/+0
* - improve cleanup on exit in case of errorscliechti2009-09-101-15/+17
* fix change in loggingcliechti2009-08-171-1/+1
* fix format stringcliechti2009-08-101-1/+1
* remove gethostbyaddr calls again as they really slow down connectingcliechti2009-08-101-8/+2
* - sotre/restore port settings on connect/disconnectcliechti2009-08-101-1/+16
* set TCP_NODELAY option to get more responsive connection (though it may waste...cliechti2009-08-071-0/+1
* documentation updatescliechti2009-08-051-1/+1
* - move to_bytes from rfc2217 module to corecliechti2009-08-051-3/+25
* one more examplecliechti2009-07-231-0/+451