Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove pyparallel and move pyserial files to toplevel | Chris Liechti | 2015-08-03 | 15 | -2476/+0 |
| | |||||
* | bugfix when dialog is used to change settings | cliechti | 2014-08-03 | 1 | -1/+1 |
| | |||||
* | update wxSerialConfigDialog.py to use serial.tools.list_ports | cliechti | 2014-08-01 | 1 | -19/+18 |
| | |||||
* | include url handlers | cliechti | 2013-11-20 | 1 | -6/+9 |
| | |||||
* | include url handlers | cliechti | 2013-11-20 | 1 | -5/+8 |
| | |||||
* | - miniterm now asks for the port if none is given (instead of opening '0') | cliechti | 2012-04-12 | 2 | -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 own | cliechti | 2011-03-18 | 1 | -1/+1 |
| | | | | | | - add unit test for custom handler - doc update - increment version to 2.6-pre1 | ||||
* | update examples, docs | cliechti | 2011-03-04 | 2 | -7/+8 |
| | |||||
* | - add tools as subpackage so that python -m serial.tools.XXX can be used. | cliechti | 2011-03-04 | 1 | -584/+0 |
| | | | | - move miniterm from exaples | ||||
* | output pySerial version inhelp text | cliechti | 2010-01-02 | 1 | -30/+36 |
| | |||||
* | workaround when using miniterm on older installations of the library | cliechti | 2009-09-30 | 1 | -1/+6 |
| | |||||
* | - improve cleanup on exit in case of errors | cliechti | 2009-09-10 | 1 | -15/+17 |
| | | | - keep running in case of errors | ||||
* | fix change in logging | cliechti | 2009-08-17 | 1 | -1/+1 |
| | |||||
* | - rename internal attribute for logging | cliechti | 2009-08-12 | 1 | -1/+1 |
| | | | | - add missing log message | ||||
* | - update docs | cliechti | 2009-08-12 | 1 | -0/+1 |
| | | | | | - also use logging module for loop and socket - extend logging for loop | ||||
* | use logging module instead of writes to stderr | cliechti | 2009-08-11 | 1 | -12/+42 |
| | |||||
* | - more examples cleanup | cliechti | 2009-08-10 | 2 | -2/+2 |
| | | | | - extend docs on examples | ||||
* | move test scripts to separate test directory | cliechti | 2009-08-10 | 5 | -613/+0 |
| | |||||
* | fix format string | cliechti | 2009-08-10 | 1 | -1/+1 |
| | |||||
* | remove gethostbyaddr calls again as they really slow down connecting | cliechti | 2009-08-10 | 2 | -13/+3 |
| | |||||
* | - sotre/restore port settings on connect/disconnect | cliechti | 2009-08-10 | 2 | -10/+43 |
| | | | | | - better cleanup on exit - print host name that connects | ||||
* | simplify example again as a separate RFC 2217 server exists now | cliechti | 2009-08-10 | 1 | -30/+2 |
| | |||||
* | set TCP_NODELAY option to get more responsive connection (though it may ↵ | cliechti | 2009-08-07 | 1 | -0/+1 |
| | | | | waste bandwith depending on application) | ||||
* | fixes for Python <= 2.5 | cliechti | 2009-08-07 | 1 | -1/+0 |
| | |||||
* | - ensure working copy is tested, not library from system | cliechti | 2009-08-07 | 2 | -4/+12 |
| | | | | - suppress error when port by number does not work (so that loop:// succeeds the tests) | ||||
* | - real "No timeout" implementation | cliechti | 2009-08-07 | 1 | -4/+4 |
| | | | - remove some messages so that default message from unit test is shown | ||||
* | add a simplified single port RFC 2217 server | cliechti | 2009-08-07 | 2 | -0/+183 |
| | |||||
* | - script to run all the tests | cliechti | 2009-08-07 | 2 | -1/+43 |
| | | | - don't print warning if test module is not main module | ||||
* | improve output | cliechti | 2009-08-07 | 1 | -11/+29 |
| | |||||
* | increase data length as some of the data can be buffered by the system | cliechti | 2009-08-07 | 1 | -1/+1 |
| | |||||
* | speed up test by sending larger chunks | cliechti | 2009-08-06 | 1 | -10/+17 |
| | |||||
* | special device names require \\.\ prefix | cliechti | 2009-08-06 | 1 | -6/+8 |
| | |||||
* | fix the fix | cliechti | 2009-08-06 | 1 | -3/+12 |
| | |||||
* | - fix error introduced by last patch | cliechti | 2009-08-06 | 1 | -5/+8 |
| | | | - fix problem with devices that have no "friendly name" | ||||
* | ignore error for status lines in info display | cliechti | 2009-08-05 | 1 | -6/+11 |
| | |||||
* | tweak info output | cliechti | 2009-08-05 | 1 | -5/+5 |
| | |||||
* | include modem status lines in info display | cliechti | 2009-08-05 | 1 | -0/+6 |
| | |||||
* | documentation updates | cliechti | 2009-08-05 | 1 | -1/+1 |
| | | | | | - examples - RFC 2217 PortManager | ||||
* | - move to_bytes from rfc2217 module to core | cliechti | 2009-08-05 | 2 | -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 class | cliechti | 2009-08-05 | 1 | -6/+5 |
| | | | | - better names in example code | ||||
* | rename function -> serial_for_url | cliechti | 2009-08-05 | 5 | -10/+10 |
| | |||||
* | fix wrong command line argument check | cliechti | 2009-08-05 | 1 | -1/+1 |
| | |||||
* | add --rfc2217 option to run a server with these extensions | cliechti | 2009-08-04 | 1 | -8/+55 |
| | |||||
* | leading zeros | cliechti | 2009-08-03 | 1 | -4/+5 |
| | |||||
* | show error details (helpful for failing RFC2217 connections) | cliechti | 2009-08-03 | 1 | -2/+2 |
| | |||||
* | increase delay for RTS/DTR tests to handle slower RFC2217 servers | cliechti | 2009-08-03 | 1 | -4/+4 |
| | |||||
* | add support for connecting to RFC2217 ports (just use the URL) | cliechti | 2009-08-03 | 1 | -1/+1 |
| | |||||
* | - fix an issue w/ test setup | cliechti | 2009-08-02 | 2 | -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 backend | cliechti | 2009-08-02 | 4 | -22/+33 |
| | |||||
* | interestingly, Windows managed to be 1.2ms early in the timeout. but that's ↵ | cliechti | 2009-07-30 | 1 | -1/+2 |
| | | | | OK. slightly increasing "good" time window of test. |