MCPcopy Create free account
hub / github.com/AstroPrint/AstroBox / getCD

Method getCD

src/ext/makerbot_pyserial/serialjava.py:222–225  ·  view source on GitHub ↗

Read terminal status line: Carrier Detect

(self)

Source from the content-addressed store, hash-verified

220 self.sPort.isRI()
221
222 def getCD(self):
223 """Read terminal status line: Carrier Detect"""
224 if not self.sPort: raise portNotOpenError
225 self.sPort.isCD()
226
227
228# assemble Serial class with the platform specific implementation and the base

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected