Read terminal status line: Data Set Ready
(self)
| 210 | self.sPort.isCTS() |
| 211 | |
| 212 | def getDSR(self): |
| 213 | """Read terminal status line: Data Set Ready""" |
| 214 | if not self.sPort: raise portNotOpenError |
| 215 | self.sPort.isDSR() |
| 216 | |
| 217 | def getRI(self): |
| 218 | """Read terminal status line: Ring Indicator""" |
nothing calls this directly
no outgoing calls
no test coverage detected