Public Member Functions | |
def | __init__ |
def | readline |
def | readlines |
Public Attributes | |
buf |
Definition at line 16 of file enhancedserial.py.
def enhancedserial.EnhancedSerial.__init__ | ( | self, | |
args, | |||
kwargs | |||
) |
Definition at line 17 of file enhancedserial.py.
def enhancedserial.EnhancedSerial.readline | ( | self, | |
maxsize = None , |
|||
timeout = 1 , |
|||
eol = '\n' |
|||
) |
maxsize is ignored, timeout in seconds is the max time that is way for a complete line
Definition at line 25 of file enhancedserial.py.
def enhancedserial.EnhancedSerial.readlines | ( | self, | |
sizehint = None , |
|||
timeout = 1 , |
|||
eol = '\n' |
|||
) |
read all lines that are available. abort after timout when no more data arrives.
Definition at line 40 of file enhancedserial.py.
Definition at line 17 of file enhancedserial.py.