Read terminal status line: Carrier Detect
(self)
| 230 | return False #XXX an error would be better |
| 231 | |
| 232 | def getCD(self): |
| 233 | """Read terminal status line: Carrier Detect""" |
| 234 | if not self._port_handle: raise portNotOpenError |
| 235 | return self._port_handle.CDHolding |
| 236 | |
| 237 | # - - platform specific - - - - |
| 238 | # none |
nothing calls this directly
no outgoing calls
no test coverage detected