wx.PostEvent(self._notify_window, DebugEvent([2,"atz response:" + self.ELMver]))
self.send_command("ate0") # echo off
wx.PostEvent(self._notify_window, DebugEvent([2,"ate0 response:" + self.get_result()]))
+ self.send_command("ATSP0") # select protocol automatically
+ wx.PostEvent(self._notify_window, DebugEvent([2,"ATSP0 response:" + self.get_result()]))
self.send_command("0100")
ready = self.get_result()
wx.PostEvent(self._notify_window, DebugEvent([2,"0100 response:" + ready]))