summaryrefslogtreecommitdiff
path: root/pyserial/examples
Commit message (Collapse)AuthorAgeFilesLines
* remove pyparallel and move pyserial files to toplevelChris Liechti2015-08-0315-2476/+0
|
* 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
| | | - update py2exe scripts (ensure own module is taken not the one in site-packages)
* - add a "search path" for (URL) protocol handlers so that user can add its owncliechti2011-03-181-1/+1
| | | | | | - add unit test for custom handler - doc update - increment version to 2.6-pre1
* 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
| | | | - move miniterm from exaples
* 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
| | | - keep running in case of errors
* fix change in loggingcliechti2009-08-171-1/+1
|
* - rename internal attribute for loggingcliechti2009-08-121-1/+1
| | | | - add missing log message
* - update docscliechti2009-08-121-0/+1
| | | | | - also use logging module for loop and socket - extend logging for loop
* use logging module instead of writes to stderrcliechti2009-08-111-12/+42
|
* - more examples cleanupcliechti2009-08-102-2/+2
| | | | - extend docs on examples
* 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
| | | | | - better cleanup on exit - print host name that connects
* 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 ↵cliechti2009-08-071-0/+1
| | | | waste bandwith depending on application)
* fixes for Python <= 2.5cliechti2009-08-071-1/+0
|
* - ensure working copy is tested, not library from systemcliechti2009-08-072-4/+12
| | | | - suppress error when port by number does not work (so that loop:// succeeds the tests)
* - real "No timeout" implementationcliechti2009-08-071-4/+4
| | | - remove some messages so that default message from unit test is shown
* add a simplified single port RFC 2217 servercliechti2009-08-072-0/+183
|
* - script to run all the testscliechti2009-08-072-1/+43
| | | - don't print warning if test module is not main module
* 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
| | | - fix problem with devices that have no "friendly name"
* 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
| | | | | - examples - RFC 2217 PortManager
* - move to_bytes from rfc2217 module to corecliechti2009-08-052-4/+29
| | | | | | | - add data escape function in rfc2217.PortManager (also renamed class) - use escaping for outgoing data in example - multi port TCP/IP serial gateway extended with RFC 2217 support
* - rename RFC2217 server helper classcliechti2009-08-051-6/+5
| | | | - better names in example code
* 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
| | | | - disable one test that can't be tested that way (because of new test init code)
* 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 ↵cliechti2009-07-301-1/+2
| | | | OK. slightly increasing "good" time window of test.