Package pyrobot :: Package system :: Package serial :: Module serialutil
[frames | no frames]

Module pyrobot.system.serial.serialutil

Classes
FileLike An abstract file like class.
SerialBase Serial port base class.

Exceptions
SerialException Base class for serial port related exceptions.

Variable Summary
int EIGHTBITS = 8                                                                     
int FIVEBITS = 5                                                                     
str PARITY_EVEN = 'E'
dict PARITY_NAMES = {'E': 'Even', 'O': 'Odd', 'N': 'None'}
str PARITY_NONE = 'N'
str PARITY_ODD = 'O'
SerialException portNotOpenError = <pyrobot.system.serial.serialutil.Ser...
int SEVENBITS = 7                                                                     
int SIXBITS = 6                                                                     
int STOPBITS_ONE = 1                                                                     
int STOPBITS_TWO = 2                                                                     

Variable Details

EIGHTBITS

Type:
int
Value:
8                                                                     

FIVEBITS

Type:
int
Value:
5                                                                     

PARITY_EVEN

Type:
str
Value:
'E'                                                                    

PARITY_NAMES

Type:
dict
Value:
{'E': 'Even', 'O': 'Odd', 'N': 'None'}                                 

PARITY_NONE

Type:
str
Value:
'N'                                                                    

PARITY_ODD

Type:
str
Value:
'O'                                                                    

portNotOpenError

Type:
SerialException
Value:
<pyrobot.system.serial.serialutil.SerialException instance at 0xb5680e\
4c>                                                                    

SEVENBITS

Type:
int
Value:
7                                                                     

SIXBITS

Type:
int
Value:
6                                                                     

STOPBITS_ONE

Type:
int
Value:
1                                                                     

STOPBITS_TWO

Type:
int
Value:
2                                                                     

Generated by Epydoc 2.1 on Mon Jul 25 01:39:28 2005 http://epydoc.sf.net