| Home | Trees | Index | Help |
|
|---|
| Package pyrobot :: Package system :: Package serial :: Module 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
|
FIVEBITS
|
PARITY_EVEN
|
PARITY_NAMES
|
PARITY_NONE
|
PARITY_ODD
|
portNotOpenError
|
SEVENBITS
|
SIXBITS
|
STOPBITS_ONE
|
STOPBITS_TWO
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Mon Jul 25 01:39:28 2005 | http://epydoc.sf.net |