summaryrefslogtreecommitdiff
path: root/documentation
Commit message (Collapse)AuthorAgeFilesLines
* doc version updatedcliechti2013-10-171-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@492 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* updates (links, typos, changes in 2.7, dates)cliechti2013-10-176-49/+51
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@481 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* improve --help message of miniterm. fix console setup on posix, so that the ↵cliechti2013-10-131-15/+24
| | | | | | question for the port name is made before the echo is switched off. git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@474 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix install instructions (doc)cliechti2011-12-291-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@448 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* doc updatecliechti2011-12-291-1/+13
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@446 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* rename flowControl to setXON to be similar to the win32 implementation and ↵cliechti2011-12-281-1/+19
| | | | | | add flowControlOut, doc updates git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@444 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* implement outWaiting on Posix, doc updatescliechti2011-12-281-4/+14
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@443 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* doc updatecliechti2011-11-031-0/+15
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@439 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* doc updatescliechti2011-08-251-15/+17
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@434 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* doc update (serial.tools), links to standard library now go to docs.python.orgcliechti2011-08-253-29/+69
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@433 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - add serial.tools.list_ports, implement platform detection code and a main ↵cliechti2011-08-051-0/+23
| | | | | | | | | routine - add code from 2912349 (scan for mac) git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@408 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - notes about readline and eol paramatercliechti2011-08-052-6/+30
| | | | | | | - increment doc version git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@402 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* doc updatescliechti2011-03-212-8/+9
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@395 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* doc updatecliechti2011-03-192-32/+38
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@394 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* add FAQ entry about timing issue on open with certain devicescliechti2011-03-191-0/+12
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@393 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - add a "search path" for (URL) protocol handlers so that user can add its owncliechti2011-03-181-6/+28
| | | | | | | | | - add unit test for custom handler - doc update - increment version to 2.6-pre1 git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@388 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* update examples, docscliechti2011-03-042-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@385 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* document the new possibilities for URL handlers, mention py2execliechti2011-03-042-1/+28
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@384 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - cleanup (remove some duplication)cliechti2010-07-213-114/+89
| | | | | | | | - minor improvements - add readline test to examples git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@374 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - [x]readline[s] docs moved to FileLikecliechti2010-07-211-26/+53
| | | | | | | - mention to_bytes - minor updates git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@373 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - python3, pipcliechti2010-07-212-6/+18
| | | | | | - use False instead of 0 git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@369 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - documentation updatescliechti2010-05-211-1/+13
| | | | | | | - preparations for next release git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@362 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* update for releasecliechti2010-05-201-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@358 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - datecliechti2010-01-022-1/+4
| | | | | | - add note about 1.5 stop bits on posix git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@353 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* add note about old releases' return value of write()cliechti2009-10-201-0/+3
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@348 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* doc tweakscliechti2009-08-181-12/+22
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@345 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - update docscliechti2009-08-121-7/+15
| | | | | | | | - also use logging module for loop and socket - extend logging for loop git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@340 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - update docscliechti2009-08-123-4/+50
| | | | | | | - remove "critical" from log level choices in URL git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@339 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* minor doc updatescliechti2009-08-102-6/+5
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@336 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - more examples cleanupcliechti2009-08-101-26/+57
| | | | | | | - extend docs on examples git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@335 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* move test scripts to separate test directorycliechti2009-08-101-8/+14
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@334 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - add timeout option for RFC 2217 clientcliechti2009-08-101-4/+11
| | | | | | | - update docs git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@333 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix indentation errorcliechti2009-08-101-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@328 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* add getSettingsDict and applySettingsDictcliechti2009-08-101-0/+24
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@325 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* add loop:// connection typecliechti2009-08-061-0/+10
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@312 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - add simple socket connection implementationacliechti2009-08-061-13/+29
| | | | | | | - update docs git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@310 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - new option for client: poll_modem -> poll modem state instead of relying ↵cliechti2009-08-052-7/+18
| | | | | | | | | | on notifications - server now calculates all modem status bits - update documentation git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@301 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* documentation updatescliechti2009-08-052-22/+104
| | | | | | | | - examples - RFC 2217 PortManager git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@298 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* rename function -> serial_for_urlcliechti2009-08-051-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@295 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* update example description with RFC-2217 featurecliechti2009-08-041-2/+23
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@292 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* doc updates, describe URLs and the new optionscliechti2009-08-041-4/+31
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@289 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* doc tweakscliechti2009-08-031-6/+14
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@281 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* doc updates and typos fixedcliechti2009-08-032-7/+16
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@280 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* improve telnet option negotiationcliechti2009-08-021-1/+0
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@274 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* add docs for new module function toocliechti2009-08-021-0/+19
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@272 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* update docs with information about RFC2217 implementationcliechti2009-08-022-11/+59
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@271 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* ensure important links are easily found on the 1st pagecliechti2009-07-302-3/+17
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@266 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - move documentation so that distutils sees itcliechti2009-07-3010-0/+1524
- update CHANGES.txt - install miniterm.py as script - version 2.5-rc1 git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@263 f19166aa-fa4f-0410-85c2-fa1106f25c8a