summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* doc updateHEADmastercliechti2014-08-041-7/+8
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@508 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* [Bug pyserial:156] PosixSerial.open raises OSError rather than ↵cliechti2014-08-042-1/+3
| | | | | | SerialException when port open fails git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@507 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* [Bug pyserial:157] Implement inWaiting in protocol_socketcliechti2014-08-042-4/+6
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@506 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* [Bug pyserial:159] write() in serialcli.py not working with IronPython 2.7.4cliechti2014-08-042-11/+27
| | | | | | | doc changes git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@505 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* doc updatecliechti2014-08-039-105/+193
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@504 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* swap "except" for Python 3.x compatibility in read()cliechti2014-08-031-4/+6
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@503 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* bugfix when dialog is used to change settingscliechti2014-08-031-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@502 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* update wxSerialConfigDialog.py to use serial.tools.list_portscliechti2014-08-012-19/+19
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@501 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* Java: fix 2 bugs (stop bits if/else and non-integer timeouts) (Torsten Roemer)cliechti2014-08-012-4/+7
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@500 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* [Bug pyserial:163] serial.tools.list_ports.grep() fails if it encounters ↵cliechti2014-08-012-18/+25
| | | | | | None type git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@499 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* [Patch pyserial:32] Module list_ports for linux should include the product ↵cliechti2014-07-312-0/+7
| | | | | | information as description. git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@498 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* [Patch pyserial:31] Mark/space parity on Linuxcliechti2014-07-312-0/+8
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@497 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* [FTR pyserial:37] Support fileno() function in the socket protocolcliechti2014-07-312-1/+6
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@496 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* [Bug pyserial:166] RFC2217 connections always failcliechti2014-07-312-1/+7
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@495 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* include url handlerscliechti2013-11-201-6/+9
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@494 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* include url handlerscliechti2013-11-201-5/+8
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@493 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* 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
* fix file listingcliechti2013-10-171-2/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@491 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* prepare releasecliechti2013-10-171-2/+2
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@489 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* code cleanupcliechti2013-10-171-23/+0
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@488 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* make HW ID strings for USB devices similar to the one on other platformscliechti2013-10-171-8/+35
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@487 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix list ports (broken by last commit here)cliechti2013-10-171-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@486 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* doc update, do not include bytes but str in list_ports_windowscliechti2013-10-173-19/+57
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@485 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* set version to 2.7cliechti2013-10-171-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@484 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* flush after open, seems to make a difference for some USB-serial driverscliechti2013-10-171-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@483 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* doc updatescliechti2013-10-174-6/+6
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@482 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
* do not allow negative baudrates, improve Python 3 compatibility of testscliechti2013-10-164-19/+24
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@480 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* Ensure working with bytes in write() calls. to_bytes() extended to handle ↵cliechti2013-10-168-13/+36
| | | | | | bytes and memoryview instaces git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@479 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* modified enumeration algo so that it picks up CDC devices toocliechti2013-10-141-64/+55
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@478 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix if friendly name is not availablecliechti2013-10-141-7/+9
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@477 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix syntaxcliechti2013-10-131-1/+5
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@476 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fixes for python 3 compatibilitycliechti2013-10-131-6/+13
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@475 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* improve --help message of miniterm. fix console setup on posix, so that the ↵cliechti2013-10-132-55/+86
| | | | | | 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
* [Bug pyserial:151] Serial.write() without a timeout uses 100% CPU on POSIXcliechti2013-10-122-0/+6
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@473 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* OSX: [Patch pyserial:27] Scan by VendorID/Product ID for USB Serial devicescliechti2013-10-125-126/+376
| | | | | | | also refactor list_ports_posix and take out the linux implementation into a separate file git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@472 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* [Patch pyserial:30] [PATCH 1/1] serial.Serial() should not raise IOError.cliechti2013-10-112-10/+11
| | | | | | | also catch errors when getting struct git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@471 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* [Patch pyserial:29] PosixSerial.read() should "ignore" errno.EINTRcliechti2013-10-112-17/+28
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@470 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* [Patch pyserial:28] Accept any speed on Linuxcliechti2013-10-112-12/+12
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@469 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* [Bug pyserial:117] no error on lost conn w/socket:// => return empty string ↵cliechti2013-10-112-4/+13
| | | | | | | | | to signal EOF also fix reception of multiple bytes (extend vs append) git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@468 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* [Bug pyserial:125] Undefined 'base' on list_ports_posix.py, function usb_lsusbcliechti2013-10-112-2/+4
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@467 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* [Bug pyserial:130] setup.py should not append py3k to package namecliechti2013-10-112-3/+2
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@466 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* rename internal variablecliechti2013-10-111-3/+3
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@465 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* change error handling for errors while opening again (now similar to posix, ↵cliechti2013-10-111-28/+52
| | | | | | clean close after error) git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@464 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* [Bug pyserial:141] open: Pass errno from IOError to SerialExceptioncliechti2013-10-102-2/+3
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@463 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* [Bug pyserial:152] Cannot configure port, some setting was wrong. can leave ↵cliechti2013-10-102-1/+3
| | | | | | port handle open but port not accessible git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@462 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* rfc2217: zero polls value (baudrate, data size, stop bits, parity) (Erik Lundh)cliechti2013-07-312-40/+81
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@461 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* [Bug pyserial:135] reading from socket with timeout=None causes TypeErrorcliechti2013-05-312-2/+6
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@460 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* [Bug pyserial:137] Patch to add non-standard baudrates to Cygwincliechti2013-05-312-1/+14
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@459 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* [Bug pyserial:144] com0com ports ignored due to missing "friendly name"cliechti2013-05-312-4/+5
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@458 f19166aa-fa4f-0410-85c2-fa1106f25c8a