summaryrefslogtreecommitdiff
path: root/README.txt
Commit message (Collapse)AuthorAgeFilesLines
* doc updatescliechti2013-10-171-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@482 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix [Bug 3540332], base class of port not open exception changed to ↵cliechti2012-08-161-1/+1
| | | | | | SerialException git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@454 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* fix usage of types to gain 64 bit Windows compatibilitycliechti2011-08-181-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@413 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - update list of changescliechti2010-01-021-1/+1
| | | | | | - prepare for 2.5-rc2 git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@356 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* shorten README.txt to avoid duplication.cliechti2009-07-301-264/+25
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@267 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* doc updatecliechti2009-02-071-71/+70
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@200 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* prepare release of 2.4cliechti2008-07-061-3/+5
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@194 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* converted to reStructuredTextcliechti2005-12-211-0/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@146 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* - add iterator interfacecliechti2005-12-201-112/+143
| | | | | | | - readme extended, partialy converted to reStructuredText git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@145 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* release 2.1cliechti2004-07-281-4/+17
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@122 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* added py2exe demo script and a note in the readmecliechti2004-06-291-0/+11
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@114 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* 2.0 releasecliechti2003-11-061-3/+15
| | | | | | | changed the setup.py version hack to the recomended code in the distutils docs git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@101 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* 2.0b2 releasecliechti2003-10-041-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@96 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* Transition to the 2.0 series:cliechti2003-10-011-11/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - New implementation only supports Python 2.2+, backwards compatibility should be maintained almost everywhere. The OS handles (like the hComPort or fd attribute) were prefixed with an underscore. The different names stay, as anyone that uses one of these has to write platform specific code anyway. - Common base class serialutil.SerialBase for all implementations. - PARITY_NONE, PARITY_EVEN, PARITY_ODD constants changed and all these constants moved to serialutil.py (still available as serial.PARITY_NONE etc. and they should be used that way) - Added serial.PARITY_NAMES (implemented in serialutil.PARITY_NAMES). This dictionary can be used to convert parity constants to meaningful strings. - Each Serial class and instance has a list of supported values: BAUDRATES, BYTESIZES, PARITIES, STOPBITS (i.e. serial.Serial.BAUDRATES or s = serial.Serial; s.BAUDRATES) these values can be used to fill in value sin GUI dialogs etc. - Creating a Serial() object without port spec returns an unconfigured, closed port. Useful if a GUI dialog should take a port and configure it. - New methods for serial.Serial instances: open(), isOpen() - A port can be opened and closed as many times as desired. - Instances of serial.Serial have baudrate, bytesize, timeout etc. attributes implemented as properties, all can be set while the port is opened. It will then be reconfigured. - Improved __doc__'s. - New test_advanced.py for the property setting/getting testing. - Small bugfix on posix with get* methods (return value should be true a boolean). - added a __repr__ that returns a meaningful string will all the serial setting, easy for debugging. - The serialposix module does not throw an exception on unsupported platforms, the message is still printed. The idea that it may still work even if the platform itself s not known, it simply tries to do the posix stuff anyway (It's likely that opening ports by number fails, but by name it should work). git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@91 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* updated USB comment (tnx Nathan Hurst)cliechti2003-08-281-9/+25
| | | | | | | | tips & tricks section link to Roger Binns page (comscan) git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@83 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* updates for 1.19cliechti2003-03-191-1/+1
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@74 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* usb comment update, tnanks to Pascal Oberndoerfercliechti2003-01-141-3/+8
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@70 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* note about usb adapterscliechti2003-01-131-3/+10
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@68 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* prepare for release 1.18cliechti2002-12-061-3/+4
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@65 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* added non-blocking modecliechti2002-05-261-9/+37
| | | | | | | | fixed win32 version: no data is lost when a timeout occours typos in the docs git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@32 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* updated docs for 1.1cliechti2002-02-141-13/+24
| | | | git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@8 f19166aa-fa4f-0410-85c2-fa1106f25c8a
* This commit was generated by cvs2svn to compensate for changes in r3,cliechti2002-02-121-0/+103
which included commits to RCS files with non-trunk default branches. git-svn-id: http://svn.code.sf.net/p/pyserial/code/trunk/pyserial@4 f19166aa-fa4f-0410-85c2-fa1106f25c8a