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

Method getDSR

src/ext/makerbot_pyserial/serialjava.py:212–215  ·  view source on GitHub ↗

Read terminal status line: Data Set Ready

(self)

Source from the content-addressed store, hash-verified

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"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected