at_channel.py | 40 at_prefix='', at_suffix='\r\n'): 57 @param at_suffix: AT commands sent out on this channel will be 58 terminated with |at_suffix|. Default '\r\n'. 70 self._at_suffix = at_suffix 114 def at_suffix(self): member in class:ATChannel 119 @at_suffix.setter 120 def at_suffix(self, value): member in class:ATChannel 267 command = self.at_prefix + command + self.at_suffix
|