Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't connect - Lancia Phedra 2.2 JTD (4HW) #10

Closed
kavol opened this issue Oct 15, 2015 · 17 comments
Closed

can't connect - Lancia Phedra 2.2 JTD (4HW) #10

kavol opened this issue Oct 15, 2015 · 17 comments

Comments

@kavol
Copy link

kavol commented Oct 15, 2015

Trying to connect to my car, the bluetooth connection is established, but it seems that the application cannot talk to the ECU. It just writes "Connecting" forever, and the main screen is empty, no OBD Vehicle Info shown, or anything else.

Trying with OBD Car Doctor, it says it uses protocol 5 - KWP fast.

(Sorry for pasting the log instead of attaching it, but I got "Attaching documents requires write permission to this repository. Try again with a PNG, GIF, or JPG.")

2015-10-08 14:01:43,367 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM DEMO thread started
2015-10-08 14:02:44,272 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Preferred protocol: Automatic
2015-10-08 17:02:15,675 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM DEMO thread finished
2015-10-15 08:01:13,340 - [DEBUG::CommService::com.fr3ts0n.ecu.gui.androbd.BtCommService] - connect to: 00:0D:18:00:00:01
2015-10-15 08:01:13,495 - [DEBUG::CommService::com.fr3ts0n.ecu.gui.androbd.CommService] - setState() NONE -> CONNECTING
2015-10-15 08:01:13,742 - [INFO::CommService::com.fr3ts0n.ecu.gui.androbd.BtCommService$BtConnectThread] - BEGIN mBtConnectThread SocketType:Insecure
2015-10-15 08:01:15,871 - [DEBUG::CommService::com.fr3ts0n.ecu.gui.androbd.BtCommService] - connected, Socket Type:Insecure
2015-10-15 08:01:15,876 - [DEBUG::CommService::com.fr3ts0n.ecu.gui.androbd.CommService] - setState() CONNECTING -> CONNECTED
2015-10-15 08:01:15,892 - [DEBUG::CommService::com.fr3ts0n.ecu.gui.androbd.BtCommService$BtWorkerThread] - create BtWorkerThread: Insecure
2015-10-15 08:01:15,905 - [INFO::CommService::com.fr3ts0n.ecu.gui.androbd.BtCommService$BtWorkerThread] - BEGIN mBtWorkerThread
2015-10-15 08:01:15,909 - [INFO::stream::com.fr3ts0n.prot.StreamHandler] - RX Thread started
2015-10-15 08:01:15,919 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATZ'
2015-10-15 08:01:15,924 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 5A : ATZ
2015-10-15 08:01:16,767 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'ELM327v1.5'
2015-10-15 08:01:16,773 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: null->Initializing
2015-10-15 08:01:16,778 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM learn timeout: 12 -> 12
2015-10-15 08:01:16,787 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM Timeout: 1000 -> 200
2015-10-15 08:01:16,790 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:01:16,798 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATE0'
2015-10-15 08:01:16,804 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 45 30 : ATE0
2015-10-15 08:01:16,848 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'ATE0'
2015-10-15 08:01:16,858 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:01:16,860 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATE0)
2015-10-15 08:01:16,870 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:01:16,871 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATL0'
2015-10-15 08:01:16,877 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 4C 30 : ATL0
2015-10-15 08:01:16,916 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:01:16,919 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATL0)
2015-10-15 08:01:16,921 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:01:16,923 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATS0'
2015-10-15 08:01:16,925 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 30 : ATS0
2015-10-15 08:01:16,951 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:01:16,953 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATS0)
2015-10-15 08:01:16,954 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:01:16,955 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATST32'
2015-10-15 08:01:16,958 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 54 33 32 : ATST32
2015-10-15 08:01:16,990 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:01:16,991 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATST32)
2015-10-15 08:01:16,993 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:01:16,994 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATSP0'
2015-10-15 08:01:16,997 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 50 30 : ATSP0
2015-10-15 08:01:17,023 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:01:17,024 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATSP0)
2015-10-15 08:01:17,025 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:01:17,026 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Initializing->Initialized
2015-10-15 08:01:30,330 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - OBD Service: 0->9
2015-10-15 08:01:30,337 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0900'
2015-10-15 08:01:30,339 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 39 30 30 : 0900
2015-10-15 08:01:30,389 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'SEARCHING...'
2015-10-15 08:01:30,390 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Initialized->Connecting
2015-10-15 08:01:30,393 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'SEARCHING...' (0900)
2015-10-15 08:01:35,862 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'UNABLETOCONNECT'
2015-10-15 08:01:35,864 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'UNABLETOCONNECT' (0900)
2015-10-15 08:01:35,865 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:01:35,866 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Connecting->Disconnected
2015-10-15 08:01:35,869 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATSP0'
2015-10-15 08:01:35,879 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 50 30 : ATSP0
2015-10-15 08:01:35,917 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:01:35,918 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATSP0)
2015-10-15 08:01:35,921 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:01:35,922 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0900'
2015-10-15 08:01:35,932 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 39 30 30 : 0900
2015-10-15 08:01:35,987 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'SEARCHING...'
2015-10-15 08:01:35,989 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Disconnected->Connecting
2015-10-15 08:01:35,993 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'SEARCHING...' (0900)
2015-10-15 08:01:41,441 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'UNABLETOCONNECT'
2015-10-15 08:01:41,443 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'UNABLETOCONNECT' (0900)
2015-10-15 08:01:41,445 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:01:41,446 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Connecting->Disconnected
2015-10-15 08:01:41,457 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATSP0'
2015-10-15 08:01:41,460 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 50 30 : ATSP0
2015-10-15 08:01:41,495 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:01:41,496 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATSP0)
2015-10-15 08:01:41,505 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:01:41,507 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0900'
2015-10-15 08:01:41,510 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 39 30 30 : 0900
2015-10-15 08:01:41,553 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'SEARCHING...'
2015-10-15 08:01:41,554 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Disconnected->Connecting
2015-10-15 08:01:41,557 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'SEARCHING...' (0900)
2015-10-15 08:01:44,606 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM min timeout: 12 -> 12
2015-10-15 08:01:44,617 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Preferred protocol: Automatic
2015-10-15 08:01:44,654 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM min timeout: 12 -> 12
2015-10-15 08:01:44,661 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Preferred protocol: Automatic
2015-10-15 08:01:47,008 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'UNABLETOCONNECT'
2015-10-15 08:01:47,009 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'UNABLETOCONNECT' (0900)
2015-10-15 08:01:47,011 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:01:47,012 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Connecting->Disconnected
2015-10-15 08:01:47,014 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATSP0'
2015-10-15 08:01:47,016 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 50 30 : ATSP0
2015-10-15 08:01:47,045 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:01:47,050 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATSP0)
2015-10-15 08:01:47,053 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:01:47,054 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0900'
2015-10-15 08:01:47,055 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 39 30 30 : 0900
2015-10-15 08:01:47,101 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'SEARCHING...'
2015-10-15 08:01:47,103 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Disconnected->Connecting
2015-10-15 08:01:47,104 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'SEARCHING...' (0900)
2015-10-15 08:01:52,553 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'UNABLETOCONNECT'
2015-10-15 08:01:52,554 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'UNABLETOCONNECT' (0900)
2015-10-15 08:01:52,556 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:01:52,557 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Connecting->Disconnected
2015-10-15 08:01:52,559 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATSP0'
2015-10-15 08:01:52,562 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 50 30 : ATSP0
2015-10-15 08:01:52,590 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:01:52,596 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATSP0)
2015-10-15 08:01:52,599 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:01:52,600 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0900'
2015-10-15 08:01:52,603 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 39 30 30 : 0900
2015-10-15 08:01:52,645 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'SEARCHING...'
2015-10-15 08:01:52,646 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Disconnected->Connecting
2015-10-15 08:01:52,647 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'SEARCHING...' (0900)
2015-10-15 08:01:58,146 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'UNABLETOCONNECT'
2015-10-15 08:01:58,150 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'UNABLETOCONNECT' (0900)
2015-10-15 08:01:58,153 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:01:58,155 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Connecting->Disconnected
2015-10-15 08:01:58,160 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATSP0'
2015-10-15 08:01:58,162 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 50 30 : ATSP0
2015-10-15 08:01:58,199 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:01:58,200 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATSP0)
2015-10-15 08:01:58,202 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:01:58,205 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0900'
2015-10-15 08:01:58,269 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 39 30 30 : 0900
2015-10-15 08:01:58,311 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'SEARCHING...'
2015-10-15 08:01:58,314 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Disconnected->Connecting
2015-10-15 08:01:58,316 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'SEARCHING...' (0900)
2015-10-15 08:02:01,124 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM min timeout: 12 -> 12
2015-10-15 08:02:01,127 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Preferred protocol: Automatic
2015-10-15 08:02:03,777 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'UNABLETOCONNECT'
2015-10-15 08:02:03,780 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'UNABLETOCONNECT' (0900)
2015-10-15 08:02:03,790 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:02:03,798 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Connecting->Disconnected
2015-10-15 08:02:03,808 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATSP0'
2015-10-15 08:02:03,812 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 50 30 : ATSP0
2015-10-15 08:02:03,848 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:02:03,849 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATSP0)
2015-10-15 08:02:03,855 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:02:03,857 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0900'
2015-10-15 08:02:03,859 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 39 30 30 : 0900
2015-10-15 08:02:03,896 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'SEARCHING...'
2015-10-15 08:02:03,897 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Disconnected->Connecting
2015-10-15 08:02:03,899 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'SEARCHING...' (0900)
2015-10-15 08:02:07,129 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - OBD Service: 9->1
2015-10-15 08:02:07,140 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0100'
2015-10-15 08:02:07,144 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 31 30 30 : 0100
2015-10-15 08:02:07,237 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'STOPPED'
2015-10-15 08:02:07,241 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'STOPPED' (0100)
2015-10-15 08:02:07,254 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:02:07,259 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Connecting->Stopped
2015-10-15 08:02:24,097 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - OBD Service: 1->9
2015-10-15 08:02:24,099 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0900'
2015-10-15 08:02:24,102 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 39 30 30 : 0900
2015-10-15 08:02:24,155 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'SEARCHING...'
2015-10-15 08:02:24,163 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Stopped->Connecting
2015-10-15 08:02:24,166 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'SEARCHING...' (0900)
2015-10-15 08:02:29,610 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'UNABLETOCONNECT'
2015-10-15 08:02:29,614 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'UNABLETOCONNECT' (0900)
2015-10-15 08:02:29,618 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:02:29,622 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Connecting->Disconnected
2015-10-15 08:02:29,629 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATSP0'
2015-10-15 08:02:29,631 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 50 30 : ATSP0
2015-10-15 08:02:29,673 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:02:29,675 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATSP0)
2015-10-15 08:02:29,681 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:02:29,683 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0900'
2015-10-15 08:02:29,686 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 39 30 30 : 0900
2015-10-15 08:02:29,731 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'SEARCHING...'
2015-10-15 08:02:29,733 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Disconnected->Connecting
2015-10-15 08:02:29,735 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'SEARCHING...' (0900)
2015-10-15 08:02:35,215 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'UNABLETOCONNECT'
2015-10-15 08:02:35,224 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'UNABLETOCONNECT' (0900)
2015-10-15 08:02:35,227 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:02:35,229 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Connecting->Disconnected
2015-10-15 08:02:35,230 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATSP0'
2015-10-15 08:02:35,233 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 50 30 : ATSP0
2015-10-15 08:02:35,268 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:02:35,269 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATSP0)
2015-10-15 08:02:35,275 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:02:35,278 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0900'
2015-10-15 08:02:35,279 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 39 30 30 : 0900
2015-10-15 08:02:35,327 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'SEARCHING...'
2015-10-15 08:02:35,329 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Disconnected->Connecting
2015-10-15 08:02:35,333 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'SEARCHING...' (0900)
2015-10-15 08:02:40,785 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'UNABLETOCONNECT'
2015-10-15 08:02:40,787 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'UNABLETOCONNECT' (0900)
2015-10-15 08:02:40,789 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:02:40,790 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Connecting->Disconnected
2015-10-15 08:02:40,792 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATSP0'
2015-10-15 08:02:40,795 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 50 30 : ATSP0
2015-10-15 08:02:40,836 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:02:40,837 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATSP0)
2015-10-15 08:02:40,839 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:02:40,840 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0900'
2015-10-15 08:02:40,843 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 39 30 30 : 0900
2015-10-15 08:02:40,881 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'SEARCHING...'
2015-10-15 08:02:40,882 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Disconnected->Connecting
2015-10-15 08:02:40,884 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'SEARCHING...' (0900)
2015-10-15 08:02:46,369 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'UNABLETOCONNECT'
2015-10-15 08:02:46,372 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'UNABLETOCONNECT' (0900)
2015-10-15 08:02:46,379 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:02:46,380 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Connecting->Disconnected
2015-10-15 08:02:46,383 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATSP0'
2015-10-15 08:02:46,385 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 50 30 : ATSP0
2015-10-15 08:02:46,420 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:02:46,421 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATSP0)
2015-10-15 08:02:46,423 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:02:46,424 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0900'
2015-10-15 08:02:46,426 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 39 30 30 : 0900
2015-10-15 08:02:46,470 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'SEARCHING...'
2015-10-15 08:02:46,471 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Disconnected->Connecting
2015-10-15 08:02:46,480 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'SEARCHING...' (0900)
2015-10-15 08:02:51,921 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'UNABLETOCONNECT'
2015-10-15 08:02:51,924 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'UNABLETOCONNECT' (0900)
2015-10-15 08:02:51,928 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:02:51,930 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Connecting->Disconnected
2015-10-15 08:02:51,936 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATSP0'
2015-10-15 08:02:51,942 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 50 30 : ATSP0
2015-10-15 08:02:51,978 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:02:51,979 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATSP0)
2015-10-15 08:02:51,980 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:02:51,981 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0900'
2015-10-15 08:02:51,983 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 39 30 30 : 0900
2015-10-15 08:02:52,029 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'SEARCHING...'
2015-10-15 08:02:52,030 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Disconnected->Connecting
2015-10-15 08:02:52,032 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'SEARCHING...' (0900)
2015-10-15 08:02:57,481 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'UNABLETOCONNECT'
2015-10-15 08:02:57,484 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'UNABLETOCONNECT' (0900)
2015-10-15 08:02:57,488 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:02:57,490 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Connecting->Disconnected
2015-10-15 08:02:57,495 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATSP0'
2015-10-15 08:02:57,501 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 50 30 : ATSP0
2015-10-15 08:02:57,554 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:02:57,556 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATSP0)
2015-10-15 08:02:57,557 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:02:57,561 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0900'
2015-10-15 08:02:57,564 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 39 30 30 : 0900
2015-10-15 08:02:57,611 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'SEARCHING...'
2015-10-15 08:02:57,612 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Disconnected->Connecting
2015-10-15 08:02:57,614 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'SEARCHING...' (0900)
2015-10-15 08:03:03,079 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'UNABLETOCONNECT'
2015-10-15 08:03:03,081 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'UNABLETOCONNECT' (0900)
2015-10-15 08:03:03,082 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:03:03,084 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Connecting->Disconnected
2015-10-15 08:03:03,086 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATSP0'
2015-10-15 08:03:03,094 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 50 30 : ATSP0
2015-10-15 08:03:03,130 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:03:03,131 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATSP0)
2015-10-15 08:03:03,133 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:03:03,134 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0900'
2015-10-15 08:03:03,137 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 39 30 30 : 0900
2015-10-15 08:03:03,177 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'SEARCHING...'
2015-10-15 08:03:03,178 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Disconnected->Connecting
2015-10-15 08:03:03,180 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'SEARCHING...' (0900)
2015-10-15 08:03:08,650 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'UNABLETOCONNECT'
2015-10-15 08:03:08,653 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'UNABLETOCONNECT' (0900)
2015-10-15 08:03:08,655 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:03:08,656 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Connecting->Disconnected
2015-10-15 08:03:08,669 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATSP0'
2015-10-15 08:03:08,671 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 50 30 : ATSP0
2015-10-15 08:03:08,706 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:03:08,707 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATSP0)
2015-10-15 08:03:08,709 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:03:08,710 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0900'
2015-10-15 08:03:08,713 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 39 30 30 : 0900
2015-10-15 08:03:08,752 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'SEARCHING...'
2015-10-15 08:03:08,753 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Disconnected->Connecting
2015-10-15 08:03:08,755 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'SEARCHING...' (0900)
2015-10-15 08:03:14,236 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'UNABLETOCONNECT'
2015-10-15 08:03:14,237 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'UNABLETOCONNECT' (0900)
2015-10-15 08:03:14,238 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:03:14,241 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Connecting->Disconnected
2015-10-15 08:03:14,246 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATSP0'
2015-10-15 08:03:14,249 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 50 30 : ATSP0
2015-10-15 08:03:14,284 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:03:14,285 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATSP0)
2015-10-15 08:03:14,287 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:03:14,288 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0900'
2015-10-15 08:03:14,294 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 39 30 30 : 0900
2015-10-15 08:03:14,338 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'SEARCHING...'
2015-10-15 08:03:14,343 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Disconnected->Connecting
2015-10-15 08:03:14,346 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'SEARCHING...' (0900)
2015-10-15 08:03:19,806 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'UNABLETOCONNECT'
2015-10-15 08:03:19,809 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'UNABLETOCONNECT' (0900)
2015-10-15 08:03:19,814 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:03:19,815 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Connecting->Disconnected
2015-10-15 08:03:19,817 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATSP0'
2015-10-15 08:03:19,825 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 50 30 : ATSP0
2015-10-15 08:03:19,860 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:03:19,861 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATSP0)
2015-10-15 08:03:19,863 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:03:19,864 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0900'
2015-10-15 08:03:19,866 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 39 30 30 : 0900
2015-10-15 08:03:19,906 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'SEARCHING...'
2015-10-15 08:03:19,908 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Disconnected->Connecting
2015-10-15 08:03:19,910 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'SEARCHING...' (0900)
2015-10-15 08:03:25,377 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'UNABLETOCONNECT'
2015-10-15 08:03:25,380 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'UNABLETOCONNECT' (0900)
2015-10-15 08:03:25,384 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:03:25,386 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Connecting->Disconnected
2015-10-15 08:03:25,388 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATSP0'
2015-10-15 08:03:25,390 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 50 30 : ATSP0
2015-10-15 08:03:25,424 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:03:25,425 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATSP0)
2015-10-15 08:03:25,427 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:03:25,428 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0900'
2015-10-15 08:03:25,435 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 39 30 30 : 0900
2015-10-15 08:03:25,477 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'SEARCHING...'
2015-10-15 08:03:25,478 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Disconnected->Connecting
2015-10-15 08:03:25,481 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'SEARCHING...' (0900)
2015-10-15 08:03:30,949 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'UNABLETOCONNECT'
2015-10-15 08:03:30,953 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'UNABLETOCONNECT' (0900)
2015-10-15 08:03:30,958 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:03:30,960 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Connecting->Disconnected
2015-10-15 08:03:30,962 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATSP0'
2015-10-15 08:03:30,964 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 50 30 : ATSP0
2015-10-15 08:03:30,998 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:03:30,999 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATSP0)
2015-10-15 08:03:31,001 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:03:31,002 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0900'
2015-10-15 08:03:31,004 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 39 30 30 : 0900
2015-10-15 08:03:31,045 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'SEARCHING...'
2015-10-15 08:03:31,046 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Disconnected->Connecting
2015-10-15 08:03:31,048 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'SEARCHING...' (0900)
2015-10-15 08:03:36,525 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'UNABLETOCONNECT'
2015-10-15 08:03:36,528 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'UNABLETOCONNECT' (0900)
2015-10-15 08:03:36,533 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:03:36,534 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Connecting->Disconnected
2015-10-15 08:03:36,537 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATSP0'
2015-10-15 08:03:36,539 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 50 30 : ATSP0
2015-10-15 08:03:36,573 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:03:36,574 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATSP0)
2015-10-15 08:03:36,575 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:03:36,576 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0900'
2015-10-15 08:03:36,582 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 39 30 30 : 0900
2015-10-15 08:03:36,627 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'SEARCHING...'
2015-10-15 08:03:36,643 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Disconnected->Connecting
2015-10-15 08:03:36,655 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'SEARCHING...' (0900)
2015-10-15 08:03:42,069 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'UNABLETOCONNECT'
2015-10-15 08:03:42,075 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'UNABLETOCONNECT' (0900)
2015-10-15 08:03:42,079 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:03:42,080 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Connecting->Disconnected
2015-10-15 08:03:42,082 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATSP0'
2015-10-15 08:03:42,084 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 50 30 : ATSP0
2015-10-15 08:03:42,113 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:03:42,114 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATSP0)
2015-10-15 08:03:42,115 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:03:42,116 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0900'
2015-10-15 08:03:42,118 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 39 30 30 : 0900
2015-10-15 08:03:42,160 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'SEARCHING...'
2015-10-15 08:03:42,161 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Disconnected->Connecting
2015-10-15 08:03:42,163 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'SEARCHING...' (0900)
2015-10-15 08:03:47,609 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'UNABLETOCONNECT'
2015-10-15 08:03:47,610 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'UNABLETOCONNECT' (0900)
2015-10-15 08:03:47,612 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:03:47,613 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Connecting->Disconnected
2015-10-15 08:03:47,615 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATSP0'
2015-10-15 08:03:47,621 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 50 30 : ATSP0
2015-10-15 08:03:47,670 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:03:47,672 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATSP0)
2015-10-15 08:03:47,674 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:03:47,676 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0900'
2015-10-15 08:03:47,678 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 39 30 30 : 0900
2015-10-15 08:03:47,723 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'SEARCHING...'
2015-10-15 08:03:47,725 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Disconnected->Connecting
2015-10-15 08:03:47,728 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'SEARCHING...' (0900)
2015-10-15 08:03:53,206 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'UNABLETOCONNECT'
2015-10-15 08:03:53,207 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'UNABLETOCONNECT' (0900)
2015-10-15 08:03:53,213 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:03:53,214 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Connecting->Disconnected
2015-10-15 08:03:53,217 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATSP0'
2015-10-15 08:03:53,219 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 50 30 : ATSP0
2015-10-15 08:03:53,253 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:03:53,255 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATSP0)
2015-10-15 08:03:53,256 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:03:53,257 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0900'
2015-10-15 08:03:53,265 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 39 30 30 : 0900
2015-10-15 08:03:53,313 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'SEARCHING...'
2015-10-15 08:03:53,314 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Disconnected->Connecting
2015-10-15 08:03:53,321 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'SEARCHING...' (0900)
2015-10-15 08:03:58,775 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'UNABLETOCONNECT'
2015-10-15 08:03:58,781 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'UNABLETOCONNECT' (0900)
2015-10-15 08:03:58,787 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:03:58,788 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Connecting->Disconnected
2015-10-15 08:03:58,791 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATSP0'
2015-10-15 08:03:58,793 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 50 30 : ATSP0
2015-10-15 08:03:58,828 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:03:58,829 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATSP0)
2015-10-15 08:03:58,831 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:03:58,832 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0900'
2015-10-15 08:03:58,837 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 39 30 30 : 0900
2015-10-15 08:03:58,895 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'SEARCHING...'
2015-10-15 08:03:58,907 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Disconnected->Connecting
2015-10-15 08:03:58,929 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'SEARCHING...' (0900)
2015-10-15 08:04:04,356 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'UNABLETOCONNECT'
2015-10-15 08:04:04,366 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'UNABLETOCONNECT' (0900)
2015-10-15 08:04:04,368 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:04:04,369 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Connecting->Disconnected
2015-10-15 08:04:04,371 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATSP0'
2015-10-15 08:04:04,374 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 50 30 : ATSP0
2015-10-15 08:04:04,415 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:04:04,416 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATSP0)
2015-10-15 08:04:04,418 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:04:04,419 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0900'
2015-10-15 08:04:04,421 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 39 30 30 : 0900
2015-10-15 08:04:04,465 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'SEARCHING...'
2015-10-15 08:04:04,466 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Disconnected->Connecting
2015-10-15 08:04:04,468 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'SEARCHING...' (0900)
2015-10-15 08:04:10,634 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'UNABLETOCONNECT'
2015-10-15 08:04:10,639 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'UNABLETOCONNECT' (0900)
2015-10-15 08:04:10,644 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:04:10,646 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Connecting->Disconnected
2015-10-15 08:04:10,653 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATSP0'
2015-10-15 08:04:10,656 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 50 30 : ATSP0
2015-10-15 08:04:10,691 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:04:10,692 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATSP0)
2015-10-15 08:04:10,694 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:04:10,695 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0900'
2015-10-15 08:04:10,697 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 39 30 30 : 0900
2015-10-15 08:04:10,744 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'SEARCHING...'
2015-10-15 08:04:10,746 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Disconnected->Connecting
2015-10-15 08:04:10,758 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'SEARCHING...' (0900)
2015-10-15 08:04:16,215 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'UNABLETOCONNECT'
2015-10-15 08:04:16,219 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'UNABLETOCONNECT' (0900)
2015-10-15 08:04:16,230 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:04:16,231 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Connecting->Disconnected
2015-10-15 08:04:16,234 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATSP0'
2015-10-15 08:04:16,236 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 50 30 : ATSP0
2015-10-15 08:04:16,270 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:04:16,271 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATSP0)
2015-10-15 08:04:16,273 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:04:16,274 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0900'
2015-10-15 08:04:16,276 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 39 30 30 : 0900
2015-10-15 08:04:16,333 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'SEARCHING...'
2015-10-15 08:04:16,334 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Disconnected->Connecting
2015-10-15 08:04:16,337 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'SEARCHING...' (0900)
2015-10-15 08:04:21,799 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'UNABLETOCONNECT'
2015-10-15 08:04:21,801 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'UNABLETOCONNECT' (0900)
2015-10-15 08:04:21,805 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:04:21,807 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Connecting->Disconnected
2015-10-15 08:04:21,809 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATSP0'
2015-10-15 08:04:21,812 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 50 30 : ATSP0
2015-10-15 08:04:21,846 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:04:21,847 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATSP0)
2015-10-15 08:04:21,849 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:04:21,854 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0900'
2015-10-15 08:04:21,857 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 39 30 30 : 0900
2015-10-15 08:04:21,910 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'SEARCHING...'
2015-10-15 08:04:21,919 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Disconnected->Connecting
2015-10-15 08:04:21,929 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'SEARCHING...' (0900)
2015-10-15 08:04:27,381 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'UNABLETOCONNECT'
2015-10-15 08:04:27,383 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'UNABLETOCONNECT' (0900)
2015-10-15 08:04:27,384 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:04:27,385 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Connecting->Disconnected
2015-10-15 08:04:27,387 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATSP0'
2015-10-15 08:04:27,390 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 50 30 : ATSP0
2015-10-15 08:04:27,424 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:04:27,425 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATSP0)
2015-10-15 08:04:27,427 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:04:27,428 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0900'
2015-10-15 08:04:27,430 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 39 30 30 : 0900
2015-10-15 08:04:27,474 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'SEARCHING...'
2015-10-15 08:04:27,475 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Disconnected->Connecting
2015-10-15 08:04:27,476 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'SEARCHING...' (0900)
2015-10-15 08:04:32,932 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'UNABLETOCONNECT'
2015-10-15 08:04:32,934 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'UNABLETOCONNECT' (0900)
2015-10-15 08:04:32,937 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:04:32,938 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Connecting->Disconnected
2015-10-15 08:04:32,940 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATSP0'
2015-10-15 08:04:32,942 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 50 30 : ATSP0
2015-10-15 08:04:32,991 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:04:32,992 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATSP0)
2015-10-15 08:04:32,993 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:04:32,994 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0900'
2015-10-15 08:04:32,996 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 39 30 30 : 0900
2015-10-15 08:04:33,036 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'SEARCHING...'
2015-10-15 08:04:33,037 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Disconnected->Connecting
2015-10-15 08:04:33,038 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'SEARCHING...' (0900)
2015-10-15 08:04:38,520 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'UNABLETOCONNECT'
2015-10-15 08:04:38,521 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'UNABLETOCONNECT' (0900)
2015-10-15 08:04:38,523 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:04:38,524 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Connecting->Disconnected
2015-10-15 08:04:38,525 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATSP0'
2015-10-15 08:04:38,527 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 50 30 : ATSP0
2015-10-15 08:04:38,562 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:04:38,563 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATSP0)
2015-10-15 08:04:38,565 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:04:38,566 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0900'
2015-10-15 08:04:38,568 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 39 30 30 : 0900
2015-10-15 08:04:38,612 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'SEARCHING...'
2015-10-15 08:04:38,613 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Disconnected->Connecting
2015-10-15 08:04:38,614 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'SEARCHING...' (0900)
2015-10-15 08:04:44,100 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'UNABLETOCONNECT'
2015-10-15 08:04:44,101 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'UNABLETOCONNECT' (0900)
2015-10-15 08:04:44,102 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:04:44,103 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Connecting->Disconnected
2015-10-15 08:04:44,105 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATSP0'
2015-10-15 08:04:44,107 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 50 30 : ATSP0
2015-10-15 08:04:44,141 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:04:44,142 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATSP0)
2015-10-15 08:04:44,144 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:04:44,145 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0900'
2015-10-15 08:04:44,147 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 39 30 30 : 0900
2015-10-15 08:04:44,189 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'SEARCHING...'
2015-10-15 08:04:44,190 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Disconnected->Connecting
2015-10-15 08:04:44,192 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'SEARCHING...' (0900)
2015-10-15 08:04:49,672 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'UNABLETOCONNECT'
2015-10-15 08:04:49,673 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'UNABLETOCONNECT' (0900)
2015-10-15 08:04:49,674 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:04:49,675 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Connecting->Disconnected
2015-10-15 08:04:49,677 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATSP0'
2015-10-15 08:04:49,847 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 50 30 : ATSP0
2015-10-15 08:04:49,881 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:04:49,882 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATSP0)
2015-10-15 08:04:49,896 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:04:49,897 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0900'
2015-10-15 08:04:49,899 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 39 30 30 : 0900
2015-10-15 08:04:49,941 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'SEARCHING...'
2015-10-15 08:04:49,942 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Disconnected->Connecting
2015-10-15 08:04:49,943 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'SEARCHING...' (0900)
2015-10-15 08:04:55,402 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'UNABLETOCONNECT'
2015-10-15 08:04:55,404 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'UNABLETOCONNECT' (0900)
2015-10-15 08:04:55,405 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:04:55,406 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Connecting->Disconnected
2015-10-15 08:04:55,408 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATSP0'
2015-10-15 08:04:55,410 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 50 30 : ATSP0
2015-10-15 08:04:55,444 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:04:55,445 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATSP0)
2015-10-15 08:04:55,447 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:04:55,448 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0900'
2015-10-15 08:04:55,450 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 39 30 30 : 0900
2015-10-15 08:04:55,492 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'SEARCHING...'
2015-10-15 08:04:55,493 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Disconnected->Connecting
2015-10-15 08:04:55,495 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'SEARCHING...' (0900)
2015-10-15 08:05:00,969 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'UNABLETOCONNECT'
2015-10-15 08:05:00,971 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'UNABLETOCONNECT' (0900)
2015-10-15 08:05:00,972 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:05:00,973 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Connecting->Disconnected
2015-10-15 08:05:00,975 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATSP0'
2015-10-15 08:05:00,977 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 50 30 : ATSP0
2015-10-15 08:05:01,018 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:05:01,019 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATSP0)
2015-10-15 08:05:01,021 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:05:01,022 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0900'
2015-10-15 08:05:01,024 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 39 30 30 : 0900
2015-10-15 08:05:01,062 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'SEARCHING...'
2015-10-15 08:05:01,063 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Disconnected->Connecting
2015-10-15 08:05:01,064 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'SEARCHING...' (0900)
2015-10-15 08:05:06,532 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'UNABLETOCONNECT'
2015-10-15 08:05:06,533 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'UNABLETOCONNECT' (0900)
2015-10-15 08:05:06,535 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:05:06,536 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Connecting->Disconnected
2015-10-15 08:05:06,538 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATSP0'
2015-10-15 08:05:06,540 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 50 30 : ATSP0
2015-10-15 08:05:06,574 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:05:06,575 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATSP0)
2015-10-15 08:05:06,577 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:05:06,578 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0900'
2015-10-15 08:05:06,580 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 39 30 30 : 0900
2015-10-15 08:05:06,618 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'SEARCHING...'
2015-10-15 08:05:06,619 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Disconnected->Connecting
2015-10-15 08:05:06,620 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'SEARCHING...' (0900)
2015-10-15 08:05:12,088 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'UNABLETOCONNECT'
2015-10-15 08:05:12,093 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'UNABLETOCONNECT' (0900)
2015-10-15 08:05:12,100 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:05:12,104 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Connecting->Disconnected
2015-10-15 08:05:12,110 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATSP0'
2015-10-15 08:05:12,112 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 53 50 30 : ATSP0
2015-10-15 08:05:12,146 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:05:12,147 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATSP0)
2015-10-15 08:05:12,149 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:05:12,150 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'0900'
2015-10-15 08:05:12,152 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:30 39 30 30 : 0900
2015-10-15 08:05:17,688 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'SEARCHING..UNABLETOCONNECT'
2015-10-15 08:05:17,690 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - Status change: Disconnected->Connecting
2015-10-15 08:05:17,691 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'SEARCHING..UNABLETOCONNECT' (0900)
2015-10-15 08:05:17,693 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'>'
2015-10-15 08:05:38,434 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - OBD Service: 9->0
2015-10-15 08:06:04,429 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:'ATLP'
2015-10-15 08:06:04,443 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.prot.TelegramSender] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 TX:41 54 4C 50 : ATLP
2015-10-15 08:06:04,519 - [DEBUG::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - com.fr3ts0n.ecu.prot.ElmProt@41e4f3b0 RX:'OK'
2015-10-15 08:06:04,521 - [INFO::com.fr3ts0n.prot::com.fr3ts0n.ecu.prot.ElmProt] - ELM rx:'OK' (ATLP)
2015-10-15 08:06:04,523 - [DEBUG::CommService::com.fr3ts0n.ecu.gui.androbd.BtCommService] - stop
2015-10-15 08:06:04,529 - [DEBUG::CommService::com.fr3ts0n.ecu.gui.androbd.CommService] - setState() CONNECTED -> OFFLINE
2015-10-15 08:06:04,533 - [WARN::stream::com.fr3ts0n.prot.StreamHandler] - RX error
java.io.IOException: bt socket closed, read return: -1
at android.bluetooth.BluetoothSocket.read(BluetoothSocket.java:491)
at android.bluetooth.BluetoothInputStream.read(BluetoothInputStream.java:60)
at com.fr3ts0n.prot.StreamHandler.run(StreamHandler.java:115)
at com.fr3ts0n.ecu.gui.androbd.BtCommService$BtWorkerThread.run(BtCommService.java:345)
2015-10-15 08:06:04,574 - [INFO::stream::com.fr3ts0n.prot.StreamHandler] - RX Thread stopped
2015-10-15 08:06:04,576 - [DEBUG::CommService::com.fr3ts0n.ecu.gui.androbd.BtCommService] - stop
2015-10-15 08:06:04,608 - [DEBUG::CommService::com.fr3ts0n.ecu.gui.androbd.CommService] - setState() OFFLINE -> OFFLINE
2015-10-15 08:06:04,697 - [DEBUG::CommService::com.fr3ts0n.ecu.gui.androbd.CommService] - setState() OFFLINE -> OFFLINE

@fr3ts0n
Copy link
Owner

fr3ts0n commented Oct 15, 2015

Sorry to ask the stupid question, but:
Was the ignition key on?

The command/response sequence shows exactly the behaviour as if the key is off, or the adapter does not have a physical connection to the communication pins.

@kavol
Copy link
Author

kavol commented Oct 15, 2015

Yes; not only the key was on but also the engine was running (the car behaves differently, so just in case ...)

@fr3ts0n
Copy link
Owner

fr3ts0n commented Oct 15, 2015

1st attempt could be to set the preferred protocol to "ISO 14230-4 KWP (fast Init)"
(Settings -> OBD Settings -> Preferred Protocol). Then re-start and re-connect again..

If that doesn't work we will have to find out, which command in the sequence prevents your car from answering:
Please try to send following sequence to your adapter via a bluetooth terminal?
(Each line at a time and wait for the Prompt '>' again)
ATZ (Reset Adapter)
ATE0 (Echo OFF)
ATL0 (Line feeds OFF)
ATS0 (Spaces OFF)
ATST32 (Set response timeout to 200ms)
ATSP0 (Set Protocol to automatic detection)
0900 (get supported OBD service 9 PIDs)

Does it still refuse connection?
If it still does, try the same sequence without the ATST32 line.

Thx

@fr3ts0n
Copy link
Owner

fr3ts0n commented Oct 20, 2015

Any results?

@kavol
Copy link
Author

kavol commented Oct 20, 2015

setting the protocol doesn't help

trying Bluetooth Terminal (the version available from F-Droid repo), I'm getting disconnected after 6-7 seconds ... and I mean disconnected from the adapter, not ECU

how to debug that, is there any easy tool to sniff BT traffic so that we can see what happens and compare to an application that actually works?

my whole testing session today looked like:
[start the car]

  1. try to set the protocol in AndrOBD, did not help, same behaviour
  2. run OBD Car Doctor to verify that the adapter is working ... okay, I can display e.g. RPM
  3. run bluetooth terminal, choose the device, write ATZ, send, write ATE0, send ... send ...send? - why I can't click that? - ah, disconnected ... choose the device again, connected, try to write ATZ ... whoops, disconnected again?
  4. run OBD Car Doctor again ... okay, I can display e.g. Battery Voltage
  5. run bluetootth terminal again, choose the device, count ... about six seconnds and the connection is gone again ... try again, count ... connection lost again ... reconnect, write ATZ, reconnect, write ATE0, reconnect, write ATL0 etc. ... doesn't seem to lead anywhere, give up

@kavol
Copy link
Author

kavol commented Oct 23, 2015

cool, I've found that Android itself allows to log BT traffic so here are the captures:

http://uloz.to/xNGXioow/androbd-btsnoop-hci-log
http://uloz.to/xPnNjttc/obdcardoctor-btsnoop-hci-log

(still getting errors trying to attach files to the issue)

looks like there are some differences in the initialization sequence, then AndrOBD gets error while OBD Car Doctor receives data ...

I haven't figured what's wrong with BT Terminal though; maybe I'll try to set line end to \r like both OBD programs use and then try the capture again, when I get bored over the weekend :-)

@fr3ts0n
Copy link
Owner

fr3ts0n commented Oct 24, 2015

Thanks for the captures.
I have found nothing exciting happening in the obdcardoctor log.
It only sets some protocol headers, which should not really be necessary for OBD access.

  • Did you have to configure this in the app settings?

I still doubt if the KWP protocol can handle my setting of the timing parameters.
Therefore I have made a setting to disable the adaptive timing handling in the ELM protocol driver.
-> V1.3.2 (should be availabe on F-Droid soon ...)

There is also a new development setting: "Disable ELM command" which can be used to identify ELM commands which cause problems on specific adapters.

@kavol
Copy link
Author

kavol commented Nov 2, 2015

No, I haven't configured anything special in OBD Car Doctor, only the protocol not to wait for detection each time.

The new setting did not help. Unfortunately, I've misread that at the first try, and when I've realized the mistake and retried, I haven't retrieved the packet capture :-( However, the application behavior is the same, when trying to display vehicle info, it just disconnects over and over.

I've also tried to capture communication of EOBD Facile, which somehow works too:
http://uloz.to/xhVA8DtR/eobdfacile-btsnoop-hci-log

@fr3ts0n
Copy link
Owner

fr3ts0n commented Nov 7, 2015

With V1.3.5 I have changed the default bluetooth connection to a plain SPP instead of encrypted.

  • You can give it a try...

Encrypted SPP can still be configured in settings.

You may also want to add some custom initialisation commands (except selecting protocol 5 as your default) Settings -> OBD Settings -> Custom ELM init

ATSH8010F1
ATWM8010F00105
ATSW10

@kavol
Copy link
Author

kavol commented Nov 29, 2015

Sorry for slow response. Priorities, priorities ...

Now we're getting somewhere - after using the custom sequence, it at least says that it is searching for ECU before disconnecting.

New logs here:
http://uloz.to/xSpodEu4/androbd-zip

First I've tried new version 1.3.7 with the old settings. It did disconnect immediately.
Then I've added the init sequence in the settings and restarted the app. After that it got to the "Searching for ECU" (or "Connecting to"? - don't remember) step.
At last I've run the OBD Car Doctor (displaying temperature reading) to verify the link works and the adapter is not stuck.

I have a suspicion that the bluetooth log contains only the communication of the OBD Car Doctor and not AndrOBD, but I don't understand BT communication enough to be sure ... but if it is so, I don't know how did it happen and how to capture the right thing - I didn't play with android settings since I've turned the logging on, I'm just deleting the old captures from time to time, but I always make sure to restart the phone after that to avoid stale file descriptors ...

@fr3ts0n
Copy link
Owner

fr3ts0n commented Nov 30, 2015

Good to hear that the bluetooth connection now stays stable ...

You are right, the hci log only contains the OBD car doctor communication, but the AndrOBD log helps for comparison.
I have compared the hci log with the AndrOBD an found the following differences:

  • you seem to have selected protocol 4 (KWP 5-baud init) as your default protocol (in AndrOBD)
    • OBD car doctor uses protocol 5 as the default (KWP with fast init)
    • => Please change your preferred protocol to 5 (KWP-fast init)
  • OBD car doctor uses following initialisation commands
    • => you can enter these as custom initialisation commands (replacing the previous ones):

ATIB10
ATIIA10
ATSH8110FC

That should do the job ...

@kavol
Copy link
Author

kavol commented Dec 9, 2015

re protocol 4/5 - oops, stupid me, you're right, fat fingers ...

now it connects, but it doesn't receive data; new logs:

http://uloz.to/xMiBcgAC/androbd-2015-12-03-zip

@kavol
Copy link
Author

kavol commented Dec 9, 2015

ok, I've found some more time today, so I've tried to change the init sequence to the previous one suggested, now that I know the protocol setting was wrong ... and it works, cool!

meanwhile, I've replaced MAF, so I've used that to check the new one reports correct values, screenshot attached to the new logs to show how the app works:

http://uloz.to/xeD2syQp/androbd-2015-12-09-zip

I haven't examined all the readings thoroughly, so maybe I have missed something, but ... what works seems to return correct values, what doesn't work is:

  • vehicle info doesn't show anything
  • throttle position stays at zero

so ... if you could, pretty please with sugar on top, implement some detection magic so that the parameters which make this work don't have to be entered manually, it would be awesome and this report could be closed then - many thanks for finding the solution!

@fr3ts0n
Copy link
Owner

fr3ts0n commented Dec 10, 2015

Ok, It seems we're getting there slowly, but steady.

vehicle info

In the AndrOBD log I have seen several responses like:

Service not (yet) supported: 63

after you selected service 9 (Vehicle information)

The log warning means that 1st byte of all the responses in mode 9 is 63 (0x3F) which can not be interpreted as a service response.
Please could you do the same test again with logging depth set to DEBUG? This will enable logging all data communication with the ELM adapter rather than just the control commands (in AndrOBD log).
(Unfortunately the btsnoop log just contains service 1 data requests, but no service 9, or any other)

throttle position

Your ECU really responded with 0000 to all throttle position requests ( 01 11 ) I could find in the btsnoop log!
There doesn't seem to be much I can do about that.

custom init commands

What I am wondering about is your custom init commands:

ATWM8010F00105

  • This sets the network wakeup (keep alive) message which is usually the header plus a command.
  • I would expect the header to be the same as in the ATSH command (ATSH8010F1)
  • The command is a data request 0105 (Engine coolant temperature)
    • I would rather expect a 3E (Tester present) here since that is the intended message to keep the communication going.

So my suggested wakeup message command would be:

ATWM8010F13E

@kavol
Copy link
Author

kavol commented Dec 16, 2015

so here's the log level debug:
http://uloz.to/xhH6ofoJ/androbd-2015-12-15-zip

  • sorry it's a bit messy, I didn't start the engine and it apparently interrupted the communication after a while and also I was switching functions wildly ... hope you'll find what you need

^ this is with "ATWM8010F13E" in the custom config

@fr3ts0n
Copy link
Owner

fr3ts0n commented Dec 17, 2015

Thank you for the log. Yes I have found what I needed.

Unfortunately your ECU does not support modes 09 (Vehicle info) and mode 0A (Read permanent DFCs) requests.
It responds with 7F0911 and 7F0A11, which means Service (0x09/0x0A) not supported

  • The next release will show a descriptive status message on negative protocol responses.

Other than that, it looks like you are up and running for all your ECU supports 👍
If you agree, I'll close this issue.

@fr3ts0n fr3ts0n closed this as completed Dec 27, 2015
@kavol
Copy link
Author

kavol commented Jan 7, 2016

yes, now it talks to my car, thanks a lot

however, there's another issue due to recent changes ... I'll open a new ticket for that

fr3ts0n added a commit that referenced this issue Jul 30, 2020
- Fix address detection with NRC response
- NRC22: cancel loop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants