Ejemplo n.º 1
0
 def SetRts(self, flag=True):
     """
     Sets RTS state.
     """
     EscapeCommFunction(self.hFile, SETRTS if flag else CLRRTS)
Ejemplo n.º 2
0
 def SetDtr(self, flag=True):
     """
     Sets DTR state.
     """
     EscapeCommFunction(self.hFile, SETDTR if flag else CLRDTR)