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

Method getDSR

src/ext/makerbot_pyserial/serialcli.py:221–224  ·  view source on GitHub ↗

Read terminal status line: Data Set Ready

(self)

Source from the content-addressed store, hash-verified

219 return self._port_handle.CtsHolding
220
221 def getDSR(self):
222 """Read terminal status line: Data Set Ready"""
223 if not self._port_handle: raise portNotOpenError
224 return self._port_handle.DsrHolding
225
226 def getRI(self):
227 """Read terminal status line: Ring Indicator"""

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected