summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* [Bug pyserial:45] Error in socket_connection.pycliechti2013-05-312-1/+4
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@457 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* [Bug pyserial:146] flush() does nothing in windows (despite docs)cliechti2013-05-312-0/+10
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@456 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* improve python 3 compatibility [Bug 3518380]cliechti2012-08-162-1/+6
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@455 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix [Bug 3540332], base class of port not open exception changed to ↵cliechti2012-08-163-3/+7
| | | | | | SerialException git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@454 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix [Bug 3550043]cliechti2012-08-162-1/+3
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@453 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - miniterm now asks for the port if none is given (instead of opening '0')cliechti2012-04-123-11/+14
| | | | | | - update py2exe scripts (ensure own module is taken not the one in site-packages) git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@452 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* ignore case in description and hwid toocliechti2012-03-291-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@451 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* show port list on CTRL+T + Pcliechti2012-02-211-1/+13
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@450 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* allow to override command line default parameters by putting them into globalscliechti2012-02-201-4/+9
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@449 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
* update for BSD: list_ports and device functioncliechti2011-12-293-8/+8
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@447 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
* allow setRTS, setDTR before opening on Win32 (to set initial state), doc updatecliechti2011-12-292-10/+23
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@445 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* rename flowControl to setXON to be similar to the win32 implementation and ↵cliechti2011-12-283-9/+47
| | | | | | 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-283-5/+26
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@443 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* add setBufferSize function (platform specific)cliechti2011-12-281-0/+8
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@442 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix for [Bug 3444941] ctypes.WinError() unicode errorcliechti2011-12-282-5/+8
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@441 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix SF 3462364, "base" not definedcliechti2011-12-282-2/+8
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@440 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
* preparations after releasecliechti2011-11-022-1/+5
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@438 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* Release 2.6cliechti2011-11-021-1/+2
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@436 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix for bug 3414327cliechti2011-11-021-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@435 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 more command line options to list_portscliechti2011-08-251-14/+53
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@432 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix syntax errorcliechti2011-08-251-1/+0
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@431 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* apply patch from cjgohlke, add is_64bit detection functioncliechti2011-08-252-13/+23
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@430 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix HDEVINFO typecliechti2011-08-221-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@429 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* doc updatecliechti2011-08-221-0/+2
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@428 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* improve 2to3 check, add 3.2 to compatibility listcliechti2011-08-221-7/+8
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@427 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* ensure that a string is returned, also on Py 3.xcliechti2011-08-221-3/+9
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@426 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* compatibility hacks for Py 2.x/3.x supportcliechti2011-08-221-8/+16
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@425 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* compatibility hack for Python 2.x/3.x supportcliechti2011-08-221-2/+5
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@424 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* use absolute imports so that 2to3 workscliechti2011-08-228-13/+13
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@423 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* get version by regexp as import can not work w/ py 3k before 2to3 was runcliechti2011-08-221-2/+11
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@422 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* make search case insensitivecliechti2011-08-211-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@421 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix types that are not yet available in Python older 2.xcliechti2011-08-211-9/+14
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@420 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix CHAR type (bug introduces in last change to this file)cliechti2011-08-201-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@419 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix exception type not found and only grep through list if it starts with ↵cliechti2011-08-191-2/+2
| | | | | | hwgrep:// otherwise exhibit native port behavior git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@418 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* doc and __main__ updatecliechti2011-08-191-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@417 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* new protocol "hwgrep://<regexp>"cliechti2011-08-192-0/+47
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@416 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* also redirect stderr when calling lsusbcliechti2011-08-191-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@415 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* extract detailed hardware info on Linuxcliechti2011-08-191-1/+107
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@414 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix usage of types to gain 64 bit Windows compatibilitycliechti2011-08-185-19/+35
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@413 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* data was not binary if Python < V3.0cliechti2011-08-181-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@412 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix for patial reads with loop://, ensure bytes type is usedcliechti2011-08-181-2/+5
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@411 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* raise ImportError (instead of plain Exception) if platform is not supportedcliechti2011-08-181-5/+7
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@410 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix race condition in testcliechti2011-08-151-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@409 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - add serial.tools.list_ports, implement platform detection code and a main ↵cliechti2011-08-055-6/+170
| | | | | | | | | 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
* implement patch 3147043cliechti2011-08-052-1/+3
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@407 f19166aa-fa4f-0410-85c2-fa1106f25c8a