amihaylo

Results 2 comments of amihaylo

I've tried it with a number of devices, same error persists. Any ideas what else the issue may be?

Perhaps I'm not doing it properly, but upon every reconnect I initialize with the following commands: new EchoOffCommand().run(this.mmSocket.getInputStream(), this.mmSocket.getOutputStream()); new LineFeedOffCommand().run(this.mmSocket.getInputStream(), this.mmSocket.getOutputStream()); new TimeoutCommand(125).run(this.mmSocket.getInputStream(), this.mmSocket.getOutputStream()); new SelectProtocolCommand(ObdProtocols.AUTO).run(this.mmSocket.getInputStream(), this.mmSocket.getOutputStream());