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

Module pyrobot.system.serial.serialposix

Classes
Serial Serial port class POSIX implementation.

Function Summary
  device(port)

Variable Summary
dict baudEnumToInt = {0: 0, 1: 50, 2: 75, 3: 110, 4: 134, 5: ...
dict baudIntToEnum = {0: 0, 2400: 11, 9600: 13, 460800: 4100,...
str plat = 'linux2'
int TIOCINQ = 21531                                                                 
int TIOCM_CAR = 64                                                                    
int TIOCM_CD = 64                                                                    
int TIOCM_CTS = 32                                                                    
int TIOCM_DSR = 256                                                                   
int TIOCM_DTR = 2                                                                     
str TIOCM_DTR_str = '\x02\x00\x00\x00'
int TIOCM_RI = 128                                                                   
int TIOCM_RNG = 128                                                                   
int TIOCM_RTS = 4                                                                     
str TIOCM_RTS_str = '\x04\x00\x00\x00'
str TIOCM_zero_str = '\x00\x00\x00\x00'
int TIOCMBIC = 21527                                                                 
int TIOCMBIS = 21526                                                                 
int TIOCMGET = 21525                                                                 
int TIOCMSET = 21528                                                                 

Variable Details

baudEnumToInt

Type:
dict
Value:
{0: 0,
 1: 50,
 2: 75,
 3: 110,
 4: 134,
 5: 150,
 6: 200,
 7: 300,
...                                                                    

baudIntToEnum

Type:
dict
Value:
{0: 0,
 50: 1,
 75: 2,
 110: 3,
 134: 4,
 150: 5,
 200: 6,
 300: 7,
...                                                                    

plat

Type:
str
Value:
'linux2'                                                               

TIOCINQ

Type:
int
Value:
21531                                                                 

TIOCM_CAR

Type:
int
Value:
64                                                                    

TIOCM_CD

Type:
int
Value:
64                                                                    

TIOCM_CTS

Type:
int
Value:
32                                                                    

TIOCM_DSR

Type:
int
Value:
256                                                                   

TIOCM_DTR

Type:
int
Value:
2                                                                     

TIOCM_DTR_str

Type:
str
Value:
'\x02\x00\x00\x00'                                                     

TIOCM_RI

Type:
int
Value:
128                                                                   

TIOCM_RNG

Type:
int
Value:
128                                                                   

TIOCM_RTS

Type:
int
Value:
4                                                                     

TIOCM_RTS_str

Type:
str
Value:
'\x04\x00\x00\x00'                                                     

TIOCM_zero_str

Type:
str
Value:
'\x00\x00\x00\x00'                                                     

TIOCMBIC

Type:
int
Value:
21527                                                                 

TIOCMBIS

Type:
int
Value:
21526                                                                 

TIOCMGET

Type:
int
Value:
21525                                                                 

TIOCMSET

Type:
int
Value:
21528                                                                 

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