summaryrefslogtreecommitdiff
path: root/serial/serialcli.py
Commit message (Expand)AuthorAgeFilesLines
* [Bug pyserial:159] write() in serialcli.py not working with IronPython 2.7.4cliechti2014-08-041-11/+22
* doc updatescliechti2013-10-171-1/+1
* use absolute imports so that 2to3 workscliechti2011-08-221-1/+1
* related to SF 3093882, raise an exception when open() is called twice, also a...cliechti2011-03-191-0/+2
* - 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-22/+27
* - add more methods for file-like compatibilitycliechti2009-07-251-3/+18
* changes required for 2to3 support respectively Python 3.x compatibility of th...cliechti2009-07-251-2/+2
* remove print and replace with stdio writescliechti2009-07-231-6/+8
* 1.5 stop bit supportcliechti2009-02-161-6/+8
* doc updatecliechti2009-02-071-1/+1
* - small fixed to comply to the pyserial APIcliechti2008-06-241-2/+9
* fix write, so that it is "binary" and not applying any encodingscliechti2008-06-241-1/+16
* fix readcliechti2008-06-241-1/+1
* fix a bunch of bugscliechti2008-06-221-20/+30
* prototype of .NET/Mono backendcliechti2008-06-211-0/+215