While browsing through the disassembly of the preFL firmware (AG) i found something which may be a hidden service port for the device. I traced down the port this routines accessing and found out that they connect an RXD/TXD to the IPC connector at pins, not utilized by the car.
It's most likely that this is specially made for service functions for the manufacturer (Visteon). I'm not 100% what it all does, but there is a "switch-statement" which reacts on bytes read on that interface. One of the submenus which get's called then is the hidden "pointer placement service menu".
Other menus draws graphics, which i need to trace down to see what they contain. Uh, by the way, do we have a tool that can extract and image from a given location? That may help.
I report as i proceed with my findings...
Hidden serial service-port
-
- Pro
- Posts: 364
- Joined: 04 Aug 2019, 22:47
Re: Hunch for hidden serial com in Convers+
Can you be more specific on what you need?
Re: Hunch for hidden serial com in Convers+
Thanks for asking, i remebered your tool ConversHacker and this did the job.
I recently found that eSCI module in MAC usually implements LIN. I'll try to find the setup routine in the code to get closer to the protocol.
I recently found that eSCI module in MAC usually implements LIN. I'll try to find the setup routine in the code to get closer to the protocol.
Re: Hidden serial service-port
i did try looking at the serial ports all i could find was raw can data , i also tryed a UART to see if there was and boot seial data like there is on the mk5, i made up a unit so i can flip between the serial portsGo4IT wrote: ↑01 Nov 2021, 08:47 While browsing through the disassembly of the preFL firmware (AG) i found something which may be a hidden service port for the device. I traced down the port this routines accessing and found out that they connect an RXD/TXD to the IPC connector at pins, not utilized by the car.
more to do
You do not have the required permissions to view the files attached to this post.
Digimod
Re: Hidden serial service-port
Did you look at the signals with a DSO?