summaryrefslogtreecommitdiff
path: root/serial/urlhandler
Commit message (Collapse)AuthorAgeFilesLines
* [Bug pyserial:157] Implement inWaiting in protocol_socketcliechti2014-08-041-4/+5
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@506 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* doc updatecliechti2014-08-032-26/+52
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@504 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* [FTR pyserial:37] Support fileno() function in the socket protocolcliechti2014-07-311-1/+5
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@496 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* Ensure working with bytes in write() calls. to_bytes() extended to handle ↵cliechti2013-10-162-2/+2
| | | | | | bytes and memoryview instaces git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@479 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* [Bug pyserial:117] no error on lost conn w/socket:// => return empty string ↵cliechti2013-10-111-4/+12
| | | | | | | | | 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:135] reading from socket with timeout=None causes TypeErrorcliechti2013-05-311-2/+5
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@460 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* [Bug pyserial:45] Error in socket_connection.pycliechti2013-05-311-1/+3
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@457 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-191-0/+45
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@416 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
* related to SF 3093882, raise an exception when open() is called twice, also ↵cliechti2011-03-192-0/+4
| | | | | | add unit test for this git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@392 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* implement URL handler as modules and import them at runtime. this allows to ↵cliechti2011-03-044-0/+530
create more handlers as plug-in for pySerial git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@383 f19166aa-fa4f-0410-85c2-fa1106f25c8a