Searched refs:RFC2217_REVERSE_STOPBIT_MAP (Results 1 – 1 of 1) sorted by relevance
212 RFC2217_REVERSE_STOPBIT_MAP = dict((v,k) for k,v in RFC2217_STOPBIT_MAP.items()) variable1167 self.serial.stopbits = RFC2217_REVERSE_STOPBIT_MAP[stopbits]