View Single Post
Old 29-11-2019, 08:16 PM   #207
JasonACT
Away on leave
 
Join Date: Apr 2019
Location: ACT
Posts: 1,732
Tech Writer: Recognition for the technical writers of AFF - Issue reason: Outstanding work on the FG ICC issues. Technical Contributor: For members who share their technical expertise. - Issue reason: The insane amount of work he has put into the Falcon FG ICC is unbelievable. He has shared everything he has done and made a great deal of it available to us all. He has definitely helped a great deal of us with no personal gains to himself. 
Default Re: FORD technical service bulletin : ICC touch screen display

I'm still hoping to be able to boot from the SD card slot at some stage - if that's possible then I won't need to pull off the flash chip to dump it. I have no doubt that I could do that, but I don't have the tools to put it back (much like the bluetooth chip) because they are BGA devices and require better tools than I own. It's quite possible to re-flash it too with edits, if SD boot can be enabled. The whole i.MX31 chip is meant to stop you doing that with lots of security features, but that's when it's configured for internal boot mode, which I don't think these screens are. The two different configurations for 8 bit & 16 bit flash (SAT NAV) give it away that's it's external boot - which has no security enabled.

I'm doubting I have the 2 serial lines guessed correctly now too. I would say the Bluetooth chip (while it has heaps of flash memory) doesn't store anything Ford related. I can see the Ford details are being passed on line 2 and are read back from line 1 much later. This would make sense, because if the chip is broken (I think it is, but I couldn't see before how the logic analyser proves that) then it becomes unresponsive before sending its "break" signal back to the CPU. I still don't understand why my forced grounding of the line didn't make the CPU attempt another handshake though.

It's funny, when I search the Internet now for answers, this thread comes up pretty often - so I should document as much as I know too.

The Bluetooth chips are CSR BlueCore5 (or BlueCore 5) and they are running the BCSP protocol. This surrounds packet data with known byte values. Packets start and end with 0xC0. 0xC0 is replaced with 0xDB 0xDC. That makes 0xDB a special character too (along with 0xC0) so it's replaced with 0xDB 0xDD. Any other combination of 0xDB 0xXX is an error.

Then there's 4 bytes of flag data after the fist 0xC0. Two bytes of CRC before the last 0xC0. (This is depending on the flags, but this screen does it that way.)

Searching for BCSP "Link Establishment Protocol" will find you a pdf with the special codes in my last post (I found them in the Linux source code, but the document describes what's happening). Once the transfer of those codes is complete in the order required, the device opens up and allows lots more things to be sent. Before then, those 4 codes are the only ones that can be used.

I'm also doubting that connector (cn8) is a diag port - it is more likely a port that would allow an alternate Bluetooth module to be used. These are pretty popular devices and it would seem more logical to desolder the existing chip and solder in a replacement CSR Bluetooth 2.1 device on that port... That would be my choice, except I don't use Bluetooth in the car, only configured my phone once years ago - an LG P970 which, if you look closely at the serial dump is being sent from the chip (I assume that's the sort of information the chip will store). So if I can convince myself it's the Bluetooth that's broken, I'll remove the CSR chip at some stage and code up a microcontroller to produce the serial responses needed to see if it will then boot.

Here's a better formatted version of the serial comms (with the BCSP stuff removed, and no interleaving by only outputting data on the end 0xC0 byte).

Broken device:

Ready
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
1..DA DC ED ED .................................................. ....
2..DA DC ED ED .................................................. ....
1..DA DC ED ED .................................................. ....
2..AC AF EF EE .................................................. ....
1..AD EF AC ED .................................................. ....
2..DA DC ED ED .................................................. ....
1..AC AF EF EE .................................................. ....
2..AD EF AC ED .................................................. ....
1..DE AD D0 D0 .................................................. ....
1..AD EF AC ED .................................................. ....
2..DE AD D0 D0 .................................................. ....
*
*
*
*


Working device:


Ready
*
*
*
*
*
*
*
*
*
*
*
*
*
*
1..DA DC ED ED .................................................. ....
2..DA DC ED ED .................................................. ....
1..DA DC ED ED .................................................. ....
2..AC AF EF EE .................................................. ....
1..AD EF AC ED .................................................. ....
2..DA DC ED ED .................................................. ....
1..AC AF EF EE .................................................. ....
2..AD EF AC ED .................................................. ....
1..DE AD D0 D0 .................................................. ....
1..AD EF AC ED .................................................. ....
2..DE AD D0 D0 .................................................. ....
*
*
*
*
*
*
*
2..DA DC ED ED .................................................. ....
1..DA DC ED ED .................................................. ....
2..AC AF EF EE .................................................. ....
1..AD EF AC ED .................................................. ....
1..AD EF AC ED .................................................. ....
2..DA DC ED ED .................................................. ....
1..AC AF EF EE .................................................. ....
2..AD EF AC ED .................................................. ....
1..DE AD D0 D0 .................................................. ....
1..AD EF AC ED .................................................. ....
2..DE AD D0 D0 .................................................. ....
2..03 00 01 02 00 00 ................................................
2..03 00 01 02 00 00 ................................................
1..05 00 01 02 00 02 02 00 00 00 ....................................
2..03 00 01 02 64 01 ....................................d...........
2..03 00 01 02 00 00 ................................................
1..05 00 01 02 64 03 02 00 01 00 ........................d...........
1..2D 00 01 02 5C 05 52 00 00 00 42 00 43 00 53 00 ..-...\.R...B.C.S.
1..4D 00 5F 00 44 00 45 00 56 00 5F 00 52 00 5F 00 ..M._.D.E.V._.R._.
1..32 00 5F 00 34 00 5F 00 30 00 5F 00 31 00 30 00 ..2._.4._.0._.1.0.
1..30 00 35 00 32 00 38 00 00 00 00 00 00 00 00 00 ..0.5.2.8.........
1..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..00 00 00 00 00 00 00 00 00 00 ....................................
1..2D 00 01 02 5C 05 52 00 01 00 5F 00 30 00 30 00 ..-...\.R..._.0.0.
1..30 00 30 00 5F 00 30 00 30 00 31 00 46 00 43 00 ..0.0._.0.0.1.F.C.
1..53 00 50 00 5F 00 52 00 45 00 4C 00 5F 00 43 00 ..S.P._.R.E.L._.C.
1..56 00 43 00 00 00 00 00 00 00 00 00 00 00 00 00 ..V.C.............
1..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..00 00 00 00 00 00 00 00 00 00 ....................................
2..03 00 01 02 57 01 ....................................W...........
2..03 00 01 02 02 00 ................................................
2..03 00 01 02 00 10 ................................................
1..05 00 01 02 57 03 02 00 00 00 ........................W...........
2..03 00 01 02 55 01 ....................................U...........
2..03 00 01 02 02 00 ................................................
2..03 00 01 02 00 B8 ................................................
1..05 00 01 02 55 03 02 00 00 00 ........................U...........
2..00 00 09 00 00 00 06 30 00 00 5D 02 00 00 00 00 .........0..].....
2..00 00 .................................................. ..........
1..01 00 09 00 00 00 06 30 00 00 5D 02 01 00 00 00 .........0..].....
1..00 00 .................................................. ..........
2..00 00 09 00 01 00 03 70 00 00 5D 02 01 00 00 00 .........p..].....
2..00 00 .................................................. ..........
1..01 00 09 00 01 00 03 70 00 00 5D 02 01 00 00 00 .........p..].....
1..00 00 .................................................. ..........
2..00 00 09 00 02 00 06 30 00 00 63 02 00 00 00 00 .........0..c.....
2..00 00 .................................................. ..........
1..01 00 09 00 02 00 06 30 00 00 63 02 04 00 00 00 .........0..c.....
1..00 00 .................................................. ..........
2..00 00 10 00 03 00 03 70 00 00 63 02 04 00 00 00 .........p..c.....
2..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..01 00 10 00 03 00 03 70 00 00 63 02 04 00 00 00 .........p..c.....
1..34 32 36 34 32 38 00 00 00 00 00 00 00 00 00 00 ..426428..........
2..00 00 09 00 04 00 06 30 00 00 63 02 00 00 00 00 .........0..c.....
2..00 00 .................................................. ..........
1..01 00 09 00 04 00 06 30 00 00 63 02 04 00 00 00 .........0..c.....
1..00 00 .................................................. ..........
2..00 00 10 00 05 00 03 70 00 00 63 02 04 00 00 00 .........p..c.....
2..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..01 00 10 00 05 00 03 70 00 00 63 02 04 00 00 00 .........p..c.....
1..34 32 36 34 32 38 00 00 00 00 00 00 00 00 00 00 ..426428..........
2..00 00 09 00 06 00 06 30 00 00 64 02 00 00 00 00 .........0..d.....
2..00 00 .................................................. ..........
1..01 00 09 00 06 00 06 30 00 00 64 02 04 00 00 00 .........0..d.....
1..00 00 .................................................. ..........
2..00 00 10 00 07 00 03 70 00 00 64 02 04 00 00 00 .........p..d.....
2..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..01 00 10 00 07 00 03 70 00 00 64 02 04 00 00 00 .........p..d.....
1..32 32 32 37 36 35 00 00 00 00 00 00 00 00 00 00 ..222765..........
2..00 00 09 00 08 00 06 30 00 00 64 02 00 00 00 00 .........0..d.....
2..00 00 .................................................. ..........
1..01 00 09 00 08 00 06 30 00 00 64 02 04 00 00 00 .........0..d.....
1..00 00 .................................................. ..........
2..00 00 10 00 09 00 03 70 00 00 64 02 04 00 00 00 .........p..d.....
2..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..01 00 10 00 09 00 03 70 00 00 64 02 04 00 00 00 .........p..d.....
1..32 32 32 37 36 35 00 00 00 00 00 00 00 00 00 00 ..222765..........
2..00 00 09 00 0A 00 06 30 00 00 65 02 00 00 00 00 .........0..e.....
2..00 00 .................................................. ..........
1..01 00 09 00 0A 00 06 30 00 00 65 02 04 00 00 00 .........0..e.....
1..00 00 .................................................. ..........
2..00 00 10 00 0B 00 03 70 00 00 65 02 04 00 00 00 .........p..e.....
2..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..01 00 10 00 0B 00 03 70 00 00 65 02 04 00 00 00 .........p..e.....
1..34 32 36 34 32 38 00 00 00 00 00 00 00 00 00 00 ..426428..........
2..00 00 09 00 0C 00 06 30 00 00 65 02 00 00 00 00 .........0..e.....
2..00 00 .................................................. ..........
1..01 00 09 00 0C 00 06 30 00 00 65 02 04 00 00 00 .........0..e.....
1..00 00 .................................................. ..........
2..00 00 10 00 0D 00 03 70 00 00 65 02 04 00 00 00 .........p..e.....
2..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..01 00 10 00 0D 00 03 70 00 00 65 02 04 00 00 00 .........p..e.....
1..34 32 36 34 32 38 00 00 00 00 00 00 00 00 00 00 ..426428..........
2..00 00 09 00 0E 00 06 30 00 00 66 02 00 00 00 00 .........0..f.....
2..00 00 .................................................. ..........
1..01 00 09 00 0E 00 06 30 00 00 66 02 04 00 00 00 .........0..f.....
1..00 00 .................................................. ..........
2..00 00 10 00 0F 00 03 70 00 00 66 02 04 00 00 00 .........p..f.....
2..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..01 00 10 00 0F 00 03 70 00 00 66 02 04 00 00 00 .........p..f.....
1..34 32 36 34 32 38 00 00 00 00 00 00 00 00 00 00 ..426428..........
2..00 00 09 00 10 00 06 30 00 00 66 02 00 00 00 00 .........0..f.....
2..00 00 .................................................. ..........
1..01 00 09 00 10 00 06 30 00 00 66 02 04 00 00 00 .........0..f.....
1..00 00 .................................................. ..........
2..00 00 10 00 11 00 03 70 00 00 66 02 04 00 00 00 .........p..f.....
2..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..01 00 10 00 11 00 03 70 00 00 66 02 04 00 00 00 .........p..f.....
1..34 32 36 34 32 38 00 00 00 00 00 00 00 00 00 00 ..426428..........
2..00 00 09 00 12 00 06 30 00 00 67 02 00 00 00 00 .........0..g.....
2..00 00 .................................................. ..........
1..01 00 09 00 12 00 06 30 00 00 67 02 04 00 00 00 .........0..g.....
1..00 00 .................................................. ..........
2..00 00 10 00 13 00 03 70 00 00 67 02 04 00 00 00 .........p..g.....
2..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..01 00 10 00 13 00 03 70 00 00 67 02 04 00 00 00 .........p..g.....
1..30 32 31 34 39 30 00 00 00 00 00 00 00 00 00 00 ..021490..........
2..00 00 09 00 14 00 06 30 00 00 67 02 00 00 00 00 .........0..g.....
2..00 00 .................................................. ..........
1..01 00 09 00 14 00 06 30 00 00 67 02 04 00 00 00 .........0..g.....
1..00 00 .................................................. ..........
2..00 00 10 00 15 00 03 70 00 00 67 02 04 00 00 00 .........p..g.....
2..12 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
2..03 00 01 02 59 01 ....................................Y...........
1..01 00 10 00 15 00 03 70 00 00 67 02 04 00 00 00 .........p..g.....
1..30 32 31 34 39 30 00 00 00 00 00 00 00 00 00 00 ..021490..........
2..03 00 01 02 02 00 ................................................
2..03 00 01 02 01 00 ................................................
1..29 00 01 02 59 03 4A 00 00 00 01 00 4C 00 47 00 ..)...Y.J.....L.G.
1..2D 00 50 00 39 00 37 00 30 00 00 00 00 00 00 00 ..-.P.9.7.0.......
1..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..00 00 00 00 00 00 00 00 00 00 00 00 01 00 0F 00 ..................
1..38 00 ............................................8..... ..........
2..03 00 01 02 64 01 ....................................d...........
2..03 00 01 02 00 00 ................................................
1..05 00 01 02 64 03 02 00 01 00 ........................d...........
1..2D 00 01 02 5C 05 52 00 00 00 42 00 43 00 53 00 ..-...\.R...B.C.S.
1..4D 00 5F 00 44 00 45 00 56 00 5F 00 52 00 5F 00 ..M._.D.E.V._.R._.
1..32 00 5F 00 34 00 5F 00 30 00 5F 00 31 00 30 00 ..2._.4._.0._.1.0.
1..30 00 35 00 32 00 38 00 00 00 00 00 00 00 00 00 ..0.5.2.8.........
1..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..00 00 00 00 00 00 00 00 00 00 ....................................
1..2D 00 01 02 5C 05 52 00 01 00 5F 00 30 00 30 00 ..-...\.R..._.0.0.
1..30 00 30 00 5F 00 30 00 30 00 31 00 46 00 43 00 ..0.0._.0.0.1.F.C.
1..53 00 50 00 5F 00 52 00 45 00 4C 00 5F 00 43 00 ..S.P._.R.E.L._.C.
1..56 00 43 00 00 00 00 00 00 00 00 00 00 00 00 00 ..V.C.............
1..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..00 00 00 00 00 00 00 00 00 00 ....................................
2..03 00 01 02 69 01 ....................................i...........
2..03 00 01 02 68 00 ....................................h...........
2..36 00 01 02 1F 00 46 00 6F 00 72 00 64 00 20 00 ..6.....F.o.r.d. .
2..46 00 61 00 6C 00 63 00 6F 00 6E 00 20 00 42 00 ..F.a.l.c.o.n. .B.
2..6C 00 75 00 65 00 74 00 6F 00 6F 00 74 00 68 00 ..l.u.e.t.o.o.t.h.
2..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
2..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
2..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
2..00 00 00 00 00 00 00 00 00 00 00 00 ..............................
1..05 00 01 02 69 03 02 00 00 00 ........................i...........
2..03 00 01 02 59 01 ....................................Y...........
2..03 00 01 02 02 00 ................................................
2..03 00 01 02 02 00 ................................................
2..00 00 09 00 16 00 06 30 00 00 63 02 00 00 00 00 .........0..c.....
2..00 00 .................................................. ..........
1..01 00 09 00 16 00 06 30 00 00 63 02 04 00 00 00 .........0..c.....
1..00 00 .................................................. ..........
2..00 00 10 00 17 00 03 70 00 00 63 02 04 00 00 00 .........p..c.....
2..12 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..29 00 01 02 59 03 4A 00 17 00 02 00 00 00 00 00 ..)...Y.J.........
1..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..00 00 .................................................. ..........
1..01 00 10 00 17 00 03 70 00 00 63 02 04 00 00 00 .........p..c.....
1..34 32 36 34 32 38 00 00 00 00 00 00 00 00 00 00 ..426428..........
2..00 00 09 00 18 00 06 30 00 00 64 02 00 00 00 00 .........0..d.....
2..00 00 .................................................. ..........
1..01 00 09 00 18 00 06 30 00 00 64 02 04 00 00 00 .........0..d.....
1..00 00 .................................................. ..........
2..00 00 10 00 19 00 03 70 00 00 64 02 04 00 00 00 .........p..d.....
2..12 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..01 00 10 00 19 00 03 70 00 00 64 02 04 00 00 00 .........p..d.....
1..32 32 32 37 36 35 00 00 00 00 00 00 00 00 00 00 ..222765..........
2..00 00 09 00 1A 00 06 30 00 00 65 02 00 00 00 00 .........0..e.....
2..00 00 .................................................. ..........
1..01 00 09 00 1A 00 06 30 00 00 65 02 04 00 00 00 .........0..e.....
1..00 00 .................................................. ..........
2..00 00 10 00 1B 00 03 70 00 00 65 02 04 00 00 00 .........p..e.....
2..12 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..01 00 10 00 1B 00 03 70 00 00 65 02 04 00 00 00 .........p..e.....
1..34 32 36 34 32 38 00 00 00 00 00 00 00 00 00 00 ..426428..........
2..00 00 09 00 1C 00 06 30 00 00 66 02 00 00 00 00 .........0..f.....
2..00 00 .................................................. ..........
1..01 00 09 00 1C 00 06 30 00 00 66 02 04 00 00 00 .........0..f.....
1..00 00 .................................................. ..........
2..00 00 10 00 1D 00 03 70 00 00 66 02 04 00 00 00 .........p..f.....
2..12 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..01 00 10 00 1D 00 03 70 00 00 66 02 04 00 00 00 .........p..f.....
1..34 32 36 34 32 38 00 00 00 00 00 00 00 00 00 00 ..426428..........
2..00 00 09 00 1E 00 06 30 00 00 67 02 00 00 00 00 .........0..g.....
2..00 00 .................................................. ..........
1..01 00 09 00 1E 00 06 30 00 00 67 02 04 00 00 00 .........0..g.....
1..00 00 .................................................. ..........
2..00 00 10 00 1F 00 03 70 00 00 67 02 04 00 00 00 .........p..g.....
2..12 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..01 00 10 00 1F 00 03 70 00 00 67 02 04 00 00 00 .........p..g.....
1..30 32 31 34 39 30 00 00 00 00 00 00 00 00 00 00 ..021490..........
2..03 00 01 02 59 01 ....................................Y...........
2..03 00 01 02 02 00 ................................................
2..03 00 01 02 03 00 ................................................
1..29 00 01 02 59 03 4A 00 17 00 03 00 00 00 00 00 ..)...Y.J.........
1..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..00 00 .................................................. ..........
2..03 00 01 02 59 01 ....................................Y...........
2..03 00 01 02 02 00 ................................................
2..03 00 01 02 04 00 ................................................
1..29 00 01 02 59 03 4A 00 17 00 04 00 00 00 00 00 ..)...Y.J.........
1..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..00 00 .................................................. ..........
2..03 00 01 02 59 01 ....................................Y...........
2..03 00 01 02 02 00 ................................................
2..03 00 01 02 05 00 ................................................
1..29 00 01 02 59 03 4A 00 17 00 05 00 00 00 00 00 ..)...Y.J.........
1..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..00 00 .................................................. ..........
2..03 00 01 02 59 01 ....................................Y...........
2..03 00 01 02 02 00 ................................................
2..03 00 01 02 06 00 ................................................
1..29 00 01 02 59 03 4A 00 17 00 06 00 00 00 00 00 ..)...Y.J.........
1..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..00 00 .................................................. ..........
2..03 00 01 02 59 01 ....................................Y...........
2..03 00 01 02 02 00 ................................................
2..03 00 01 02 07 00 ................................................
1..29 00 01 02 59 03 4A 00 17 00 07 00 00 00 00 00 ..)...Y.J.........
1..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..00 00 .................................................. ..........
2..03 00 01 02 59 01 ....................................Y...........
2..03 00 01 02 02 00 ................................................
2..03 00 01 02 08 00 ................................................
1..29 00 01 02 59 03 4A 00 17 00 08 00 00 00 00 00 ..)...Y.J.........
1..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ..................
1..00 00 .................................................. ..........
2..03 00 01 02 6A 01 ....................................j...........
2..03 00 01 02 00 00 ................................................
1..39 00 01 02 6A 03 6A 00 00 00 15 00 46 00 6F 00 ..9...j.j.....F.o.
1..72 00 64 00 20 00 46 00 61 00 6C 00 63 00 6F 00 ..r.d. .F.a.l.c.o.
1..6E 00 20 00 42 00 6C 00 75 00 65 00 74 00 6F 00 ..n. .B.l.u.e.t.o.
1..6F 00 74 00 68 00 00 00 00 00 00 00 00 00 00 00 ..o.t.h...........
1..00 00 00 00 00 00 00 00 00 00 00 00 04 00 38 00 ................8.
1..38 00 38 00 38 00 00 00 00 00 00 00 00 00 00 00 ..8.8.8...........
1..00 00 00 00 00 00 00 00 00 00 00 00 00 00 24 00 ................$.
1..08 04 .................................................. ..........
2..03 00 01 02 01 00 ................................................
2..03 00 01 02 00 00 ................................................
1..05 00 01 02 01 02 02 00 00 00 ....................................
1..04 00 01 02 01 04 00 00 ..........................................
*
*
*
*
*


Looks like it's gone to sleep Possibly like many readers here.

Last edited by JasonACT; 29-11-2019 at 08:45 PM. Reason: BCSP & P970
JasonACT is offline   Reply With Quote
2 users like this post: