summaryrefslogtreecommitdiff
path: root/pyserial/serial/serialjava.py
Commit message (Expand)AuthorAgeFilesLines
* - create tag for 2.5-rc1release0_2cliechti2009-07-301-260/+0
* - improve compatibility with io library (also accept bytearray for write)cliechti2009-07-281-2/+2
* - read/write now work with bytes when available on older Pythons that is equa...cliechti2009-07-271-25/+32
* fix a bugcliechti2009-07-251-1/+1
* - add more methods for file-like compatibilitycliechti2009-07-251-4/+17
* remove print and replace with stdio writescliechti2009-07-231-2/+2
* 1.5 stop bit supportcliechti2009-02-161-6/+6
* - The Jython backend tries javax.comm and gnu.io (Seo Sanghyeon)cliechti2008-06-221-30/+54
* [patch 1924805] add a setBreak function (proposed files attached)cliechti2008-06-211-1/+6
* consistency with other platformscliechti2007-11-081-6/+5
* - duration can be specified for sendBreakcliechti2006-02-051-3/+3
* Transition to the 2.0 series:cliechti2003-10-011-100/+115
* fix typocliechti2003-08-281-2/+2
* added non-blocking modecliechti2002-05-261-11/+12
* added uniform errorhandling when port opening fails, across platform modulescliechti2002-04-081-3/+6
* bugfixcliechti2002-03-051-2/+2
* added setBaudrate() to change the baudrate after the port is opencliechti2002-03-041-15/+20
* FileLike base class is now used for readline etc.cliechti2002-02-141-4/+5
* This commit was generated by cvs2svn to compensate for changes in r3,cliechti2002-02-121-0/+187