The Following User Says Thank You to m750 For This Useful Post: | ||
|
2012-02-17
, 20:09
|
Posts: 36 |
Thanked: 19 times |
Joined on Feb 2011
|
#62
|
|
2012-02-17
, 20:38
|
Posts: 36 |
Thanked: 19 times |
Joined on Feb 2011
|
#63
|
|
2012-02-18
, 07:43
|
|
Posts: 249 |
Thanked: 345 times |
Joined on Aug 2010
@ Italy
|
#64
|
ATZ ATE0 AT SP 0 0100
|
2012-02-18
, 10:20
|
Posts: 36 |
Thanked: 19 times |
Joined on Feb 2011
|
#65
|
self.send_command("ate0") # echo off time.sleep(0.2) print self.get_result() wx.PostEvent(self._notify_window, DebugEvent([2,"ate0 response:" + self.get_result()])) self.send_command("at sp 0") # init II time.sleep(0.2) print self.get_result() wx.PostEvent(self._notify_window, DebugEvent([2,"at sp 0 response:" + self.get_result()])) self.send_command("0100") time.sleep(0.2) ready = self.get_result() print ready time.sleep(1.2) wx.PostEvent(self._notify_window, DebugEvent([2,"0100 response1:" + ready]))
|
2012-02-18
, 11:16
|
Posts: 36 |
Thanked: 19 times |
Joined on Feb 2011
|
#66
|
Nokia-N900:~# /opt/pyobd/pyobd_start Searching for BT dev... -Found device: CHX (00:11:12:19:11:33) Found BT SPP dev /dev/rfcomm0 Send: atz ELM327 v1.4 self.state: 1 Send: ate0 ate0 Send: at sp0 Send: 0100 SEARCHING... Send: atz ELM327 v1.4 self.state: 1 Send: ate0 ate0 Send: at sp0 Send: 0100 SEARCHING...
|
2012-02-18
, 11:23
|
Posts: 36 |
Thanked: 19 times |
Joined on Feb 2011
|
#67
|
self.send_command("ate0") # echo off time.sleep(0.2) print self.get_result() wx.PostEvent(self._notify_window, DebugEvent([2,"ate0 response:" + self.get_result()])) self.send_command("at sp0") # init II time.sleep(0.5) #print self.get_result() #wx.PostEvent(self._notify_window, DebugEvent([2,"ate0 response:" + self.get_result()])) self.send_command("0100") time.sleep(0.2) ready = self.get_result() print ready time.sleep(1.2) wx.PostEvent(self._notify_window, DebugEvent([2,"0100 response1:" + ready])) time.sleep(0.2) ready = self.get_result() print ready time.sleep(1.2) wx.PostEvent(self._notify_window, DebugEvent([2,"0100 response1:" + ready]))
|
2012-02-18
, 12:03
|
|
Posts: 249 |
Thanked: 345 times |
Joined on Aug 2010
@ Italy
|
#68
|
|
2012-02-18
, 12:28
|
Posts: 36 |
Thanked: 19 times |
Joined on Feb 2011
|
#69
|
Searching for BT dev... -Found device: CHX (00:11:12:19:11:33) Found BT SPP dev /dev/rfcomm0 Send: atz ELM327 v1.4 self.state: 1 Send: ate0 ate0 Send: at sp 0 OK
Send: atz ELM327 v1.4 self.state: 1 Send: ate0 ate0 Send: at sp0 OK
self.send_command("at sp0") # init II time.sleep(0.5) #print self.get_result() #wx.PostEvent(self._notify_window, DebugEvent([2,"ate0 response:" + self.get_result()]))
Send: atz ELM327 v1.4 self.state: 1 Send: ate0 ate0 Send: at sp0 Send: 0100 SEARCHING...
self.send_command("0100") time.sleep(0.2) ready = self.get_result() print ready time.sleep(1.2) wx.PostEvent(self._notify_window, DebugEvent([2,"0100 response1:" + ready])) time.sleep(0.2) ready = self.get_result() print ready time.sleep(1.2) wx.PostEvent(self._notify_window, DebugEvent([2,"0100 response1:" + ready]))
Send: atz ELM327 v1.4 self.state: 1 Send: ate0 ate0 Send: at sp0 Send: 0100 SEARCHING... UNABLE TO CONNECT Send: atz ELM327 v1.4 self.state: 1 Send: ate0 ate0 Send: at sp0 Send: 0100 SEARCHING... 41 00 98 3B 00 11 Now: 41 00 98 3B 00 11 sensor: 0 Send: 0100 data: 41 00 98 3B 00 11 CODE: 4100983B0011 obd_sensors.hex_to_bistring(str): 983B0011 Sensor: Supported PIDs 1 sensor: 32 Send: 0120
The Following 3 Users Say Thank You to vanous For This Useful Post: | ||
|
2012-02-18
, 12:33
|
|
Posts: 249 |
Thanked: 345 times |
Joined on Aug 2010
@ Italy
|
#70
|
The Following User Says Thank You to m750 For This Useful Post: | ||
Please, try to download this file
Uncompress it. (>pyobd_io.py)
The put it in
/home/opt/pyobd/
replacing the existing file.
Let me know if that resolve your problem.
maxcpu : change cpu's clock with a TAP!
savecpu : overheating control for overclocked n900.
shaketowake2 : Enable/Disable wake up/rest by shaking.
tilt2control : control mediaplayer by tilting your n900.
gpstracker-c : easy handle your gpstracker tk102.
pyOBD for maemo (OBD-II cars diagnostic)