summaryrefslogtreecommitdiff
path: root/pyserial/examples/test.py
Commit message (Expand)AuthorAgeFilesLines
* move test scripts to separate test directorycliechti2009-08-101-230/+0
* 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
* rename function -> serial_for_urlcliechti2009-08-051-5/+5
* leading zeroscliechti2009-08-031-4/+5
* increase delay for RTS/DTR tests to handle slower RFC2217 serverscliechti2009-08-031-4/+4
* udpate tests so that they also work with RFC2217 backendcliechti2009-08-021-13/+19
* interestingly, Windows managed to be 1.2ms early in the timeout. but that's O...cliechti2009-07-301-1/+2
* update tests so that they run with python 2.3, 2.4, ... to 3.xcliechti2009-07-281-22/+34
* add delay, in case of USB serial adapters in may be needed to for the success...cliechti2009-07-211-15/+29
* doc updatecliechti2009-02-071-2/+2
* - make it easy to use an other port: cmd line arg is optional port namecliechti2008-06-241-1/+3
* simplify, change one timing (stability)cliechti2008-06-221-13/+14
* - implement write timeouts + testscliechti2004-04-201-2/+24
* accept any baudrate and let the system decide if that is a valid value, added...cliechti2004-01-151-1/+1
* Transition to the 2.0 series:cliechti2003-10-011-10/+15
* improved testscliechti2002-06-111-25/+38
* added another implementation of readline (enhancedserial)cliechti2002-06-041-24/+86
* added unittests (with loopback HW)cliechti2002-06-041-0/+84