Page 1 of 1

Honda Wakeup Sequence

Posted: Sun Jan 02, 2022 5:37 am
by itsrealfast
Hi guys,

I wanted to see if anyone had experience with making an ADX file for the older Honda Motorcycle?

The ecu wake up sequence is Kline must go 70ms low then 120ms high and then send FE 04 FF FF.

In the sequence above I cannot get the 70ms low

I've seen some members use a clever way to send wake up sequence by adding a Baud offset

Thanks

Re: Honda Wakeup Sequence

Posted: Fri Jan 07, 2022 6:34 pm
by j_ds_au
Well, if a baud trick is what's required ...

Suppose the UART is an FTDI USB device, then its minimum baud rate is 183 bps. The longest 'space' (I assume that's what 'low' refers to) condition, as a character, is 1 start bit + 8 data bits + 1 parity bit = 10 bits. So at 183 baud, 10 bits is 54.64 ms ... is that close enough to 70ms?

Otherwise, you need to initiate a 'break' condition, wait 70ms, then end the 'break' condition.

How you achieve either of these via an ADX file is beyond my knowledge.

Joe.