|
__init__(self,
logtarget,
port,
baud=115200,
timeout=3,
hardwareflow=0,
softwareflow=0,
autolistfunc=None,
autolistargs=None,
configparameters=None) |
source code
|
|
|
|
|
|
|
_openport(self,
port,
baud,
timeout,
hardwareflow,
softwareflow,
description=None) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Boolean
|
|
Boolean
|
|
Boolean
|
|
|
|
|
|
|
|
|
sendatcommand(self,
atcommand,
ignoreerror=False,
retry=False) |
source code
|
|
|
|
|
|
|
readatresponse(self,
ignoreerror,
log=True)
Read until OK, ERROR or a timeout |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
readuntil(self,
char,
log=True,
logsuccess=True,
numfailures=0) |
source code
|
|
|
writethenreaduntil(self,
data,
logwrite,
char,
logreaduntil=True,
logreaduntilsuccess=True,
numfailures=1) |
source code
|
|