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

Method getCTS

src/ext/makerbot_pyserial/serialjava.py:207–210  ·  view source on GitHub ↗

Read terminal status line: Clear To Send

(self)

Source from the content-addressed store, hash-verified

205 self.sPort.setDTR(level)
206
207 def getCTS(self):
208 """Read terminal status line: Clear To Send"""
209 if not self.sPort: raise portNotOpenError
210 self.sPort.isCTS()
211
212 def getDSR(self):
213 """Read terminal status line: Data Set Ready"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected