summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tag 2.5-rc2release2_5_rc2cliechti2010-01-0273-2479/+158
* - update list of changescliechti2010-01-024-12/+44
* - update select based read to handle disconnected devices -> excpetioncliechti2010-01-021-50/+57
* - allow that the port can be passed on command linecliechti2010-01-021-0/+5
* - datecliechti2010-01-022-1/+4
* output pySerial version inhelp textcliechti2010-01-021-30/+36
* applying rfc2217IACIAC-2.patch, fixing issues with IAC. Thanks to Grant Edwar...cliechti2009-12-251-6/+14
* revert to select based read for all platforms except Linuxcliechti2009-10-272-24/+50
* bugfix 2886763cliechti2009-10-262-1/+5
* add note about old releases' return value of write()cliechti2009-10-201-0/+3
* workaround when using miniterm on older installations of the librarycliechti2009-09-301-1/+6
* - improve cleanup on exit in case of errorscliechti2009-09-101-15/+17
* doc tweakscliechti2009-08-181-12/+22
* fix change in loggingcliechti2009-08-171-1/+1
* - move Linux specific constants to not break other platforms [Bug 2836297]cliechti2009-08-141-62/+54
* fix case with no options (again)cliechti2009-08-121-3/+3
* - rename internal attribute for loggingcliechti2009-08-124-171/+174
* - update docscliechti2009-08-125-14/+106
* - update docscliechti2009-08-124-5/+51
* use logging module instead of writes to stderrcliechti2009-08-112-40/+157
* little cleanupcliechti2009-08-111-49/+48
* minor doc updatescliechti2009-08-102-6/+5
* - more examples cleanupcliechti2009-08-104-32/+68
* move test scripts to separate test directorycliechti2009-08-106-8/+14
* - add timeout option for RFC 2217 clientcliechti2009-08-102-9/+23
* fix format stringcliechti2009-08-101-1/+1
* remove gethostbyaddr calls again as they really slow down connectingcliechti2009-08-102-13/+3
* doc change onlycliechti2009-08-101-2/+2
* update changescliechti2009-08-101-2/+4
* fix indentation errorcliechti2009-08-101-2/+2
* - sotre/restore port settings on connect/disconnectcliechti2009-08-102-10/+43
* simplify example again as a separate RFC 2217 server exists nowcliechti2009-08-101-30/+2
* add getSettingsDict and applySettingsDictcliechti2009-08-102-0/+41
* set TCP_NODELAY option to get more responsive connection (though it may waste...cliechti2009-08-072-0/+2
* fixes for Python <= 2.5cliechti2009-08-073-3/+7
* - ensure working copy is tested, not library from systemcliechti2009-08-072-4/+12
* - real "No timeout" implementationcliechti2009-08-072-6/+6
* add a simplified single port RFC 2217 servercliechti2009-08-072-0/+183
* - script to run all the testscliechti2009-08-072-1/+43
* improve outputcliechti2009-08-071-11/+29
* - read: improve error handling -> raise exception when device fails (e.g. unp...cliechti2009-08-071-4/+9
* improve write timeout (time applies to entire write, not to each internal loop)cliechti2009-08-071-9/+12
* increase data length as some of the data can be buffered by the systemcliechti2009-08-071-1/+1
* - fix error in write method (multipe bytes)cliechti2009-08-061-1/+8
* speed up test by sending larger chunkscliechti2009-08-061-10/+17
* add loop:// connection typecliechti2009-08-063-0/+225
* bugfixcliechti2009-08-061-6/+1
* - add simple socket connection implementationacliechti2009-08-064-16/+258
* special device names require \\.\ prefixcliechti2009-08-061-6/+8
* fix the fixcliechti2009-08-061-3/+12