summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* bugfix when dialog is used to change settingscliechti2014-08-031-1/+1
* update wxSerialConfigDialog.py to use serial.tools.list_portscliechti2014-08-011-19/+18
* include url handlerscliechti2013-11-201-6/+9
* include url handlerscliechti2013-11-201-5/+8
* - miniterm now asks for the port if none is given (instead of opening '0')cliechti2012-04-122-2/+2
* - add a "search path" for (URL) protocol handlers so that user can add its owncliechti2011-03-181-1/+1
* update examples, docscliechti2011-03-042-7/+8
* - add tools as subpackage so that python -m serial.tools.XXX can be used.cliechti2011-03-041-584/+0
* output pySerial version inhelp textcliechti2010-01-021-30/+36
* 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
* fix change in loggingcliechti2009-08-171-1/+1
* - 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-102-2/+2
* move test scripts to separate test directorycliechti2009-08-105-613/+0
* fix format stringcliechti2009-08-101-1/+1
* remove gethostbyaddr calls again as they really slow down connectingcliechti2009-08-102-13/+3
* - 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
* set TCP_NODELAY option to get more responsive connection (though it may waste...cliechti2009-08-071-0/+1
* fixes for Python <= 2.5cliechti2009-08-071-1/+0
* - ensure working copy is tested, not library from systemcliechti2009-08-072-4/+12
* - real "No timeout" implementationcliechti2009-08-071-4/+4
* 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
* increase data length as some of the data can be buffered by the systemcliechti2009-08-071-1/+1
* speed up test by sending larger chunkscliechti2009-08-061-10/+17
* special device names require \\.\ prefixcliechti2009-08-061-6/+8
* fix the fixcliechti2009-08-061-3/+12
* - fix error introduced by last patchcliechti2009-08-061-5/+8
* ignore error for status lines in info displaycliechti2009-08-051-6/+11
* tweak info outputcliechti2009-08-051-5/+5
* include modem status lines in info displaycliechti2009-08-051-0/+6
* documentation updatescliechti2009-08-051-1/+1
* - move to_bytes from rfc2217 module to corecliechti2009-08-052-4/+29
* - rename RFC2217 server helper classcliechti2009-08-051-6/+5
* rename function -> serial_for_urlcliechti2009-08-055-10/+10
* fix wrong command line argument checkcliechti2009-08-051-1/+1
* add --rfc2217 option to run a server with these extensionscliechti2009-08-041-8/+55
* leading zeroscliechti2009-08-031-4/+5
* show error details (helpful for failing RFC2217 connections)cliechti2009-08-031-2/+2
* increase delay for RTS/DTR tests to handle slower RFC2217 serverscliechti2009-08-031-4/+4
* add support for connecting to RFC2217 ports (just use the URL)cliechti2009-08-031-1/+1
* - fix an issue w/ test setupcliechti2009-08-022-2/+4
* udpate tests so that they also work with RFC2217 backendcliechti2009-08-024-22/+33
* interestingly, Windows managed to be 1.2ms early in the timeout. but that's O...cliechti2009-07-301-1/+2
* add a notice when run with old Pythoncliechti2009-07-291-0/+10