[SWIWIN] How to Get Telemetry Values from Jet Engine ECU

I own a SWIWIN jet engine, and it’s accompanying ECU V3. The ECU V3 has a telemetry output of 3 pins: TX RX and GND. I also have all the protocol documentation that is required to parse the information coming from the ECU V3. I can somehow attach all the documents to this thread if necessary.

My configuration at the moment is:
Flight controller: Cube Orange
Autpilot: Arduplane
Engine: SWIWIN Jet Engine w/ ECU v3
Telemetry modem: Brand unspecified as I’m trying out different ones, on TELEM1, Mavlink.

My initial thought was that I’d hook up the telemetry output of the ECU v3 to the Cube’s Serial2 port, make a Lua Script that parses the information coming in (with the help of the protocol documentation provided by Swiwin), and somehow send it over TELEM1/Serial1.

Can someone please tell me if this is a viable approach? I can make a pull request if I am successful if this will be useful for other people as well. If it is the wrong approach, I would love some advice.

Thanks!

ECU protocol - ZK V1.2 (EN) (1).pdf (233.3 KB)

I attached the “ZK” protocol document if anyone wants to check it out.