Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(0) | Call(0) | Derive(0) | Import(0)
src/s/p/Spherebot-Host-GUI-HEAD/InkscapePortable/App/Inkscape/share/extensions/serial/serialwin32.py Spherebot-Host-GUI(Download)
comDCB.fParity = 1 # Enable Parity Check elif self._parity == PARITY_ODD: comDCB.Parity = win32.ODDPARITY comDCB.fParity = 1 # Enable Parity Check elif self._parity == PARITY_MARK:
src/c/h/chemshapes-HEAD/host/snippets for reference/pyRepRap/serial/serialwin32.py chemshapes(Download)
comDCB.fParity = 1 # Enable Parity Check elif self._parity == PARITY_ODD: comDCB.Parity = win32.ODDPARITY comDCB.fParity = 1 # Enable Parity Check elif self._parity == PARITY_MARK:
src/r/a/raspberrypi-experiments-HEAD/_Hardware_Connect/Serial_Arduino/Python/pyserial-2.5/serial/serialwin32.py raspberrypi-experiments(Download)
comDCB.fParity = 1 # Enable Parity Check elif self._parity == PARITY_ODD: comDCB.Parity = win32.ODDPARITY comDCB.fParity = 1 # Enable Parity Check elif self._parity == PARITY_MARK:
src/c/h/chemshapes-HEAD/host/reprap/serial/serialwin32.py chemshapes(Download)
comDCB.fParity = 1 # Enable Parity Check elif self._parity == PARITY_ODD: comDCB.Parity = win32.ODDPARITY comDCB.fParity = 1 # Enable Parity Check elif self._parity == PARITY_MARK:
src/s/e/serpint-HEAD/bin/pyserial/serialwin32.py serpint(Download)
comDCB.fParity = 1 # Enable Parity Check elif self._parity == PARITY_ODD: comDCB.Parity = win32.ODDPARITY comDCB.fParity = 1 # Enable Parity Check elif self._parity == PARITY_MARK: