summaryrefslogtreecommitdiff
path: root/serial/urlhandler/protocol_loop.py
Commit message (Collapse)AuthorAgeFilesLines
* doc updatecliechti2014-08-031-14/+28
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@504 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* Ensure working with bytes in write() calls. to_bytes() extended to handle ↵cliechti2013-10-161-1/+1
| | | | | | bytes and memoryview instaces git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@479 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
* 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-191-0/+2
| | | | | | 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-041-0/+260
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