Inherited from serial.serialposix.PosixSerial :
close ,
drainOutput ,
fileno ,
flowControl ,
flush ,
flushInput ,
flushOutput ,
getCD ,
getCTS ,
getDSR ,
getRI ,
inWaiting ,
makeDeviceName ,
nonblocking ,
open ,
read ,
sendBreak ,
setBreak ,
setDTR ,
setRTS ,
write
Inherited from serial.serialposix.PosixSerial (private):
_reconfigurePort
Inherited from serial.serialutil.SerialBase :
__repr__ ,
applySettingsDict ,
getBaudrate ,
getByteSize ,
getDsrDtr ,
getInterCharTimeout ,
getParity ,
getPort ,
getRtsCts ,
getSettingsDict ,
getStopbits ,
getSupportedBaudrates ,
getSupportedByteSizes ,
getSupportedParities ,
getSupportedStopbits ,
getTimeout ,
getWriteTimeout ,
getXonXoff ,
isOpen ,
readable ,
readinto ,
seekable ,
setBaudrate ,
setByteSize ,
setDsrDtr ,
setInterCharTimeout ,
setParity ,
setPort ,
setRtsCts ,
setStopbits ,
setTimeout ,
setWriteTimeout ,
setXonXoff ,
writable
Inherited from _io._RawIOBase :
readall
Inherited from _io._IOBase :
__enter__ ,
__exit__ ,
__iter__ ,
__new__ ,
isatty ,
next ,
readline ,
readlines ,
seek ,
tell ,
truncate ,
writelines
Inherited from _io._IOBase (private):
_checkClosed ,
_checkReadable ,
_checkSeekable ,
_checkWritable
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|