<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>RX8Club.com - Series I  Engine Tuning Forum</title>
		<link>https://www.rx8club.com/</link>
		<description>EMS (Flash Tuning, Interceptor, Piggy Back, Stand Alone)</description>
		<language>en</language>
		<lastBuildDate>Tue, 19 May 2026 09:42:58 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>https://www.rx8club.com/images/misc/rss.jpg</url>
			<title>RX8Club.com - Series I  Engine Tuning Forum</title>
			<link>https://www.rx8club.com/</link>
		</image>
		<item>
			<title><![CDATA[Open Source Stock ECU G-ROM FlexFuel ROM - User's Guide]]></title>
			<link>https://www.rx8club.com/series-i-engine-tuning-forum-63/open-source-stock-ecu-g-rom-flexfuel-rom-users-guide-276788/</link>
			<pubDate>Fri, 08 May 2026 19:01:55 GMT</pubDate>
			<description><![CDATA[Hello friends, I figured it was finally time to document some of this stuff in an easy to intake format that wasn't totally spread across 4 different platforms. 
 
The information in this thread will...]]></description>
			<content:encoded><![CDATA[<div>Hello friends, I figured it was finally time to document some of this stuff in an easy to intake format that wasn't totally spread across 4 different platforms.<br />
<br />
The information in this thread will describe how to use my FlexFuel patched factory software and explain what this software does on TOP of the already existing open source ECU information. Most of the terms and tools will be identical to the open source stuff I have posted before, so if you need some context or are just seeing this post first, I would HIGHLY encourage you to read through the existing thread on that here:<br />
<br />
<a href="https://www.rx8club.com/series-i-engine-tuning-forum-63/open-source-s1-rx-8-ecu-reverse-engineering-data-logging-tuning-users-guide-276137/" target="_blank">https://www.rx8club.com/series-i-eng...-guide-276137/</a><br />
<br />
<b>ROM Features</b><ul><li>0-100% Ethanol content fueling, no fuel re-mapping required if not desired</li>
<li>Immobilizer Removal</li>
<li>Additional engine timing scaled as a factor of ethanol content</li>
<li>Cranking fueling scaled as a factor of ethanol content (base calibrations available)</li>
<li>Extra parameter PIDs for more informative logging via OBD</li>
</ul><b>Supported ECUs</b><ul><li>04-07 USDM 6 Port 6 Speed ECUs</li>
</ul><b>ROM Bases</b><ul><li>60E0FB00<ul><li>N3Z2ET 2004 US 6 Port MT</li>
</ul></li>
<li>60E0FC00<ul><li>N3Z2EU 2004 US 6 Port MT</li>
</ul></li>
</ul><b><i>**NOTE: 4 Port and Automatic ECUs/Calibrations will never be supported without SIGNIFICANT effort</i></b><br />
<br />
First and foremost, I think it's appropriate to acknowledge a few gaps in knowledge I have as far as ECU support: I believe you can straight flash the G-ROM FlexFuel ROM on to any USDM S1 6 port ECU, but I have not investigated the use of any other ECU ID and do not totally understand the hardware differences. I am happy to work through issues with people to bridge this information gap! Super worse case, we can work with your base ROM and port the patch over.<br />
<br />
<b>Tools Required</b><ul><li>Any J2534 device that will work with the latest release of RX8Man software as specified in the Open Source ECU thread</li>
<li>RX8Man Software (<a href="https://github.com/Rx8Man/Rx8Man/releases/tag/1.20" target="_blank" rel="noopener noreferrer nofollow external">https://github.com/Rx8Man/Rx8Man/releases/tag/1.20</a>)</li>
<li>ROMraider ECU editor/logger (<a href="https://www.romraider.com/index.php/RomRaider/Download" target="_blank" rel="noopener noreferrer nofollow external">https://www.romraider.com/index.php/RomRaider/Download</a>)</li>
<li>Latest version of the G-ROM FlexFuel ECU defs from Github, same as the base open source defs (<a href="https://github.com/equinox311/RX8Defs" target="_blank" rel="noopener noreferrer nofollow external">https://github.com/equinox311/RX8Defs</a>)</li>
<li>Latest version of the G-ROM FlexFuel Logger defs from Github, same as the base open source defs (<a href="https://github.com/equinox311/RX8Defs" target="_blank" rel="noopener noreferrer nofollow external">https://github.com/equinox311/RX8Defs</a>)</li>
<li>Latest version of the G-ROM FlexFuel ROM Currently on v1.4 from the Current_Release folder on Github (<a href="https://github.com/equinox311/RX8_FlexFuel" target="_blank" rel="noopener noreferrer nofollow external">https://github.com/equinox311/RX8_FlexFuel</a>)</li>
</ul><b>Optional Tools for Advanced Users</b><ul><li>G-ROM Patcher - Utility for patching software modifications on top of an existing OEM ROM</li>
</ul><br />
<b>Additional Vehicle Requirements </b><ul><li>A FlexFuel sensor that outputs the ethanol content to CAN in the G-ROM FlexFuel format (I do build and sell these CAN adapters boards which can be found here: <a href="https://g-rom-electronics.myshopify.com/products/flexsense-gm-ethanol-sensor-converter" target="_blank" rel="noopener noreferrer nofollow external">https://g-rom-electronics.myshopify....nsor-converter</a>)</li>
<li>Stock fuel pump, fuel lines and injectors will be adequate for most installs</li>
</ul><b>Benefits of E85 on an RX8</b><ul><li>Mo powah! People (including myself using this ROM) have seen 20whp pickups, which is a 10% power increase</li>
</ul><b>Open Source</b> <b>Bits</b><br />
Software for this patch was written in a combination of ASM and C code, using a compiler made for the Rensas microcontroller on the ECU. The vast majority of effort goes into the linker, and what functions to use as a way to run the additional software.<br />
<br />
The source code and build environment for you to look over, as well as modify freely can be found here: <a href="https://github.com/equinox311/RX8_FlexFuel" target="_blank" rel="noopener noreferrer nofollow external">https://github.com/equinox311/RX8_FlexFuel</a><br />
<br />
I can dive into ways in which you can write your own software for the Mazda ECU if there is interest, but this isn't entirely the thread for it. I will go through the software and it's functionality for the FlexFuel related additions.<br />
<br />
Okay into the fun bits!!<br />
<br />
<b>Installing a FlexFuel Sensor</b><br />
This assumes the use of a GM/Continental ethanol sensor, and all information on install for a G-ROM Converter into the factory RX-8 CAN bus can be found here: <a href="https://gromelectronics.net/wp-content/uploads/2025/05/g-rom-flexsense-gm-ethanol-sensor-converter-user-manual-1.pdf" target="_blank" rel="noopener noreferrer nofollow external">https://gromelectronics.net/wp-conte...r-manual-1.pdf</a><br />
The sensor is required to send ethanol content over CAN to the ECM in the format as specified in that document.<br />
<br />
You can refer to many other guides for more information regarding the sensor install and wiring, but I do recommend that the sensor is installed in the fuel line that goes DIRECTLY to the fuel rail. This should not be a problem on a stock fuel system RX-8<br />
<br />
<b>G-ROM Flex Fuel Calibration Tables</b><br />
Download the latest released version of the ROM as shown above, and open it in ROMraider ECU editor (if you need to figure out how to do this, please refer to the base Open Source thread from above).<br />
<br />
When you open the ROM up, you should see a list of tables populated in ROMraider much like a factory RX-8 ROM, and the calibration ID in the header should show up as "G_ROM_FLEX".<br />
<br />
You should also notice the additional category of calibrations labeled "Flex Fuel"<br />
<br />

			<picture rel="Photoswipe" class="lazyload">
				<source media="(max-width: 580px)" srcset="https://cimg0.ibsrv.net/gimg/www.rx8club.com-vbulletin/230x435_1/image_ab548a01926a059175f864b444e1a2b4da9d59b4.png" data-srcset="https://cimg0.ibsrv.net/gimg/www.rx8club.com-vbulletin/230x435/image_ab548a01926a059175f864b444e1a2b4da9d59b4.png" />
				<source media="(max-width: 1000px)" srcset="https://cimg0.ibsrv.net/gimg/www.rx8club.com-vbulletin/396x750_1/image_ab548a01926a059175f864b444e1a2b4da9d59b4.png" data-srcset="https://cimg0.ibsrv.net/gimg/www.rx8club.com-vbulletin/396x750/image_ab548a01926a059175f864b444e1a2b4da9d59b4.png" />
				<source srcset="https://cimg0.ibsrv.net/gimg/www.rx8club.com-vbulletin/514x975_1/image_ab548a01926a059175f864b444e1a2b4da9d59b4.png" data-srcset="https://cimg0.ibsrv.net/gimg/www.rx8club.com-vbulletin/514x975/image_ab548a01926a059175f864b444e1a2b4da9d59b4.png" />
				<img src="https://cimg0.ibsrv.net/gimg/www.rx8club.com-vbulletin/520x987_1/image_ab548a01926a059175f864b444e1a2b4da9d59b4.png" alt="" class="post_inline_image" data-size="520x987" data-src="https://cimg0.ibsrv.net/gimg/www.rx8club.com-vbulletin/520x987/image_ab548a01926a059175f864b444e1a2b4da9d59b4.png" loading="lazy" />
			</picture><noscript>
							 <img src="https://cimg0.ibsrv.net/gimg/www.rx8club.com-vbulletin/520x987/image_ab548a01926a059175f864b444e1a2b4da9d59b4.png" alt="" />
							 </noscript><br />
<br />
<b>Table Definitions</b> <b>and Functions</b><br />
<br />
<i>Stoich Fuel Ratio Table</i><br />
<br />
This table sets the stoichometric ratio of air to fuel for a given ethanol content. This table is already setup to be accurate, and shouldn't ever need modification but it is present in the definitions in case someone wants to play. This value is what sets the base AFR for the software to properly inject fuel in all cases. There is no need for any additional closed loop or open loop fueling as this value is what sets the math up correct for the ECU to use the standard lambda tables. If there is desire to lean/enrich fueling targets based on ethanol content, please send me a message and this functionality can be added.<br />
<br />

			<picture rel="Photoswipe" class="lazyload">
				<source media="(max-width: 580px)" srcset="https://cimg0.ibsrv.net/gimg/www.rx8club.com-vbulletin/534x141_1/image_96705d66fecb3fcc7bf44996b1017499f5ece25b.png" data-srcset="https://cimg0.ibsrv.net/gimg/www.rx8club.com-vbulletin/534x141/image_96705d66fecb3fcc7bf44996b1017499f5ece25b.png" />
				<source media="(max-width: 1000px)" srcset="https://cimg0.ibsrv.net/gimg/www.rx8club.com-vbulletin/534x141_1/image_96705d66fecb3fcc7bf44996b1017499f5ece25b.png" data-srcset="https://cimg0.ibsrv.net/gimg/www.rx8club.com-vbulletin/534x141/image_96705d66fecb3fcc7bf44996b1017499f5ece25b.png" />
				<source srcset="https://cimg0.ibsrv.net/gimg/www.rx8club.com-vbulletin/534x141_1/image_96705d66fecb3fcc7bf44996b1017499f5ece25b.png" data-srcset="https://cimg0.ibsrv.net/gimg/www.rx8club.com-vbulletin/534x141/image_96705d66fecb3fcc7bf44996b1017499f5ece25b.png" />
				<img src="https://cimg0.ibsrv.net/gimg/www.rx8club.com-vbulletin/534x141_1/image_96705d66fecb3fcc7bf44996b1017499f5ece25b.png" alt="" class="post_inline_image" data-size="534x141" data-src="https://cimg0.ibsrv.net/gimg/www.rx8club.com-vbulletin/534x141/image_96705d66fecb3fcc7bf44996b1017499f5ece25b.png" loading="lazy" />
			</picture><noscript>
							 <img src="https://cimg0.ibsrv.net/gimg/www.rx8club.com-vbulletin/534x141/image_96705d66fecb3fcc7bf44996b1017499f5ece25b.png" alt="" />
							 </noscript><br />
<br />
<i>Ethanol Sensor CAN ID</i><br />
<br />
This is a raw integer value for the received CAN message ID for the software to receive ethanol content on. If you don't know what that sentence meant, it's very unlikely you will need to change this.<br />
<br />

			<picture rel="Photoswipe" class="lazyload">
				<source media="(max-width: 580px)" srcset="https://cimg3.ibsrv.net/gimg/www.rx8club.com-vbulletin/427x144_1/image_be592b2b9c38296a9de307780cc8fa4bf7661b15.png" data-srcset="https://cimg3.ibsrv.net/gimg/www.rx8club.com-vbulletin/427x144/image_be592b2b9c38296a9de307780cc8fa4bf7661b15.png" />
				<source media="(max-width: 1000px)" srcset="https://cimg3.ibsrv.net/gimg/www.rx8club.com-vbulletin/427x144_1/image_be592b2b9c38296a9de307780cc8fa4bf7661b15.png" data-srcset="https://cimg3.ibsrv.net/gimg/www.rx8club.com-vbulletin/427x144/image_be592b2b9c38296a9de307780cc8fa4bf7661b15.png" />
				<source srcset="https://cimg3.ibsrv.net/gimg/www.rx8club.com-vbulletin/427x144_1/image_be592b2b9c38296a9de307780cc8fa4bf7661b15.png" data-srcset="https://cimg3.ibsrv.net/gimg/www.rx8club.com-vbulletin/427x144/image_be592b2b9c38296a9de307780cc8fa4bf7661b15.png" />
				<img src="https://cimg3.ibsrv.net/gimg/www.rx8club.com-vbulletin/427x144_1/image_be592b2b9c38296a9de307780cc8fa4bf7661b15.png" alt="" class="post_inline_image" data-size="427x144" data-src="https://cimg3.ibsrv.net/gimg/www.rx8club.com-vbulletin/427x144/image_be592b2b9c38296a9de307780cc8fa4bf7661b15.png" loading="lazy" />
			</picture><noscript>
							 <img src="https://cimg3.ibsrv.net/gimg/www.rx8club.com-vbulletin/427x144/image_be592b2b9c38296a9de307780cc8fa4bf7661b15.png" alt="" />
							 </noscript><br />
<br />
<i>Ethanol Content Sample Thresholds (Engine Speed and Engine Load)</i><br />
<br />
These tables are thresholds for which, when the engine speed or engine load are greater than, the ethanol content as read in from the sensor will not update and not effect fueling. This is a method in which to filter out noisy data in high fuel flow situations, and is very similar to the Haltech strategy. Out of the box, they are set to values such that the feature is effectively turned off.<br />
<br />

			<picture rel="Photoswipe" class="lazyload">
				<source media="(max-width: 580px)" srcset="https://cimg6.ibsrv.net/gimg/www.rx8club.com-vbulletin/435x269_1/image_d4c8975e947b6d616e00db6d855b4d2256c91563.png" data-srcset="https://cimg6.ibsrv.net/gimg/www.rx8club.com-vbulletin/435x269/image_d4c8975e947b6d616e00db6d855b4d2256c91563.png" />
				<source media="(max-width: 1000px)" srcset="https://cimg6.ibsrv.net/gimg/www.rx8club.com-vbulletin/435x269_1/image_d4c8975e947b6d616e00db6d855b4d2256c91563.png" data-srcset="https://cimg6.ibsrv.net/gimg/www.rx8club.com-vbulletin/435x269/image_d4c8975e947b6d616e00db6d855b4d2256c91563.png" />
				<source srcset="https://cimg6.ibsrv.net/gimg/www.rx8club.com-vbulletin/435x269_1/image_d4c8975e947b6d616e00db6d855b4d2256c91563.png" data-srcset="https://cimg6.ibsrv.net/gimg/www.rx8club.com-vbulletin/435x269/image_d4c8975e947b6d616e00db6d855b4d2256c91563.png" />
				<img src="https://cimg6.ibsrv.net/gimg/www.rx8club.com-vbulletin/435x269_1/image_d4c8975e947b6d616e00db6d855b4d2256c91563.png" alt="" class="post_inline_image" data-size="435x269" data-src="https://cimg6.ibsrv.net/gimg/www.rx8club.com-vbulletin/435x269/image_d4c8975e947b6d616e00db6d855b4d2256c91563.png" loading="lazy" />
			</picture><noscript>
							 <img src="https://cimg6.ibsrv.net/gimg/www.rx8club.com-vbulletin/435x269/image_d4c8975e947b6d616e00db6d855b4d2256c91563.png" alt="" />
							 </noscript><br />
<br />
<i>Cranking Fuel Multiplier</i><br />
<br />
This table is a fueling multiplier meant to add additional cranking fuel during cold starts to help with flame propagation at lower temperatures. The value from this table is a multiplier to the OEM <i>Primary Fuel Injector Cranking Pulse Width </i>(see cranking pulse calculation below). Out of the box the multiplier is set to 1, such that factory cranking fueling will be used in all conditions. The table is based on current ethanol content and engine coolant temperature. The software will protect against a value of anything less than 1.0 being put into this table, but if someone really feels the need to lower is, please send me a message.<br />
<br />

			<picture rel="Photoswipe" class="lazyload">
				<source media="(max-width: 580px)" srcset="https://cimg5.ibsrv.net/gimg/www.rx8club.com-vbulletin/580x356_1/image_0882fde4b14245e1aa97d92bc5d3ca552c09a338.png" data-srcset="https://cimg5.ibsrv.net/gimg/www.rx8club.com-vbulletin/580x356/image_0882fde4b14245e1aa97d92bc5d3ca552c09a338.png" />
				<source media="(max-width: 1000px)" srcset="https://cimg5.ibsrv.net/gimg/www.rx8club.com-vbulletin/654x401_1/image_0882fde4b14245e1aa97d92bc5d3ca552c09a338.png" data-srcset="https://cimg5.ibsrv.net/gimg/www.rx8club.com-vbulletin/654x401/image_0882fde4b14245e1aa97d92bc5d3ca552c09a338.png" />
				<source srcset="https://cimg5.ibsrv.net/gimg/www.rx8club.com-vbulletin/654x401_1/image_0882fde4b14245e1aa97d92bc5d3ca552c09a338.png" data-srcset="https://cimg5.ibsrv.net/gimg/www.rx8club.com-vbulletin/654x401/image_0882fde4b14245e1aa97d92bc5d3ca552c09a338.png" />
				<img src="https://cimg5.ibsrv.net/gimg/www.rx8club.com-vbulletin/654x401_1/image_0882fde4b14245e1aa97d92bc5d3ca552c09a338.png" alt="" class="post_inline_image" data-size="654x401" data-src="https://cimg5.ibsrv.net/gimg/www.rx8club.com-vbulletin/654x401/image_0882fde4b14245e1aa97d92bc5d3ca552c09a338.png" loading="lazy" />
			</picture><noscript>
							 <img src="https://cimg5.ibsrv.net/gimg/www.rx8club.com-vbulletin/654x401/image_0882fde4b14245e1aa97d92bc5d3ca552c09a338.png" alt="" />
							 </noscript><br />
<br />
Flex Fuel related cranking fuel calculation is as such:<br />
<br />
<span style="color:#e74c3c">flex_fuel_injector_pulse_cranking = primary_fuel_injector_pulse_cranking * cranking_fuel_mult </span><br />
<br />
<i>Timing Ethanol Adder - Leading/Trailing</i><br />
<br />
These tables set the amount of additional timing added to the base timing calculation and are effected by the Timing Multiplier (See timing calculation below). These tables should be tuned such that the timing value set in the table, is the maximum added to the base timing at your maximum desired ethanol content. The tables exist for the leading and trailing sides. Out of the box they are set to 0.<br />
<br />

			<picture rel="Photoswipe" class="lazyload">
				<source media="(max-width: 580px)" srcset="https://cimg9.ibsrv.net/gimg/www.rx8club.com-vbulletin/449x435_1/image_f38bf4e0c6a97131cc351a6c97b801042a5b6621.png" data-srcset="https://cimg9.ibsrv.net/gimg/www.rx8club.com-vbulletin/449x435/image_f38bf4e0c6a97131cc351a6c97b801042a5b6621.png" />
				<source media="(max-width: 1000px)" srcset="https://cimg9.ibsrv.net/gimg/www.rx8club.com-vbulletin/773x750_1/image_f38bf4e0c6a97131cc351a6c97b801042a5b6621.png" data-srcset="https://cimg9.ibsrv.net/gimg/www.rx8club.com-vbulletin/773x750/image_f38bf4e0c6a97131cc351a6c97b801042a5b6621.png" />
				<source srcset="https://cimg9.ibsrv.net/gimg/www.rx8club.com-vbulletin/979x950_1/image_f38bf4e0c6a97131cc351a6c97b801042a5b6621.png" data-srcset="https://cimg9.ibsrv.net/gimg/www.rx8club.com-vbulletin/979x950/image_f38bf4e0c6a97131cc351a6c97b801042a5b6621.png" />
				<img src="https://cimg9.ibsrv.net/gimg/www.rx8club.com-vbulletin/979x950_1/image_f38bf4e0c6a97131cc351a6c97b801042a5b6621.png" alt="" class="post_inline_image" data-size="979x950" data-src="https://cimg9.ibsrv.net/gimg/www.rx8club.com-vbulletin/979x950/image_f38bf4e0c6a97131cc351a6c97b801042a5b6621.png" loading="lazy" />
			</picture><noscript>
							 <img src="https://cimg9.ibsrv.net/gimg/www.rx8club.com-vbulletin/979x950/image_f38bf4e0c6a97131cc351a6c97b801042a5b6621.png" alt="" />
							 </noscript><br />
<br />
<i>Timing Multiplier</i><br />
<br />
This table sets the timing adder multiplier based on the ethanol content percentage. This is to say that the amount of timing in the <i>Timing Ethanol Adder </i>tables is multiplied by this value to come up with the actual amount of timing added to the base timing from the factory software (See timing calculation below).<br />
<br />

			<picture rel="Photoswipe" class="lazyload">
				<source media="(max-width: 580px)" srcset="https://cimg0.ibsrv.net/gimg/www.rx8club.com-vbulletin/580x157_1/image_32177167dacb6c11134e23876ee0b8bed8b3d549.png" data-srcset="https://cimg0.ibsrv.net/gimg/www.rx8club.com-vbulletin/580x157/image_32177167dacb6c11134e23876ee0b8bed8b3d549.png" />
				<source media="(max-width: 1000px)" srcset="https://cimg0.ibsrv.net/gimg/www.rx8club.com-vbulletin/589x159_1/image_32177167dacb6c11134e23876ee0b8bed8b3d549.png" data-srcset="https://cimg0.ibsrv.net/gimg/www.rx8club.com-vbulletin/589x159/image_32177167dacb6c11134e23876ee0b8bed8b3d549.png" />
				<source srcset="https://cimg0.ibsrv.net/gimg/www.rx8club.com-vbulletin/589x159_1/image_32177167dacb6c11134e23876ee0b8bed8b3d549.png" data-srcset="https://cimg0.ibsrv.net/gimg/www.rx8club.com-vbulletin/589x159/image_32177167dacb6c11134e23876ee0b8bed8b3d549.png" />
				<img src="https://cimg0.ibsrv.net/gimg/www.rx8club.com-vbulletin/589x159_1/image_32177167dacb6c11134e23876ee0b8bed8b3d549.png" alt="" class="post_inline_image" data-size="589x159" data-src="https://cimg0.ibsrv.net/gimg/www.rx8club.com-vbulletin/589x159/image_32177167dacb6c11134e23876ee0b8bed8b3d549.png" loading="lazy" />
			</picture><noscript>
							 <img src="https://cimg0.ibsrv.net/gimg/www.rx8club.com-vbulletin/589x159/image_32177167dacb6c11134e23876ee0b8bed8b3d549.png" alt="" />
							 </noscript><br />
<br />
Flex Fuel related timing calculation is as such:<br />
<br />
<span style="color:#e74c3c">timing_adder_trailing = timing_ethanol_adder_trailing * timing_mult<br />
<br />
timing_adder_leading = timing_ethanol_adder_leading * timing_mult</span><br />
<br />
<b>Flashing the G-ROM FlexFuel ROM to your ECU</b><br />
<br />
Download the latest released version of the ROM as shown above from the Current_Release folder on github, make your calibration tweaks using RX8Man Software, and flash it as tuned and described in the open source information thread, and you're ready to go!<br />
<br />
<b>Logging and Debug</b><br />
To log parameters and confirm that you are up and running with software, you should use ROMraider logger and the most up to date logger definitions. For instructions on how to set this up, refer to the existing open source thread as the process is the same<b>. </b><br />
<br />
It is also worth noting that with a basic Versatuner/Mazdaedit/etc logging license, you SHOULD be able to use those programs to log basic parameters. I will not gaurentee this, and you cannot be using their software on the ECM. Programs like FORscan can still log parameters exactly as an OEM ECU would.<br />
<br />
With ROMraider logger open, if you connect to the ECM, you should see some metrics pop up on the left side that are additional to the stock ROM.<br />
<br />
<i>Flex Fuel Logging Parameters</i><br />
<br />
These should be self explanatory, but I will explain them simply:<ul><li>Ethanol Content - This is the current ethanol content as read by the flex fuel sensor over CAN</li>
<li>Flex Cranking Multiplier - This is the current cranking multiplier applied from the <i>Cranking Fuel Multiplier</i> table above</li>
<li>Flex Fuel Timing Muliplier - This is the timing multiplier as applied from the <i>Timing Multiplier </i>table above</li>
<li>Flex Leading Ignition Timing Adder - This is the current added timing to the base timing as calculated from the timing calculation above for the leading spark plug</li>
<li>Flex Trailing Ignition Timing Adder - This is the current added timing to the base timing as calculated from the timing calculation above for the trailing spark plug</li>
<li>Flex Sensor Fault Status - This is a validity bit which tells you if the ECM is reading the ethanol content CAN message correctly. A value of 0 denotes there is no problem, a value of 1 denotes the ECM has not received the ethanol content CAN message within it's expected transmit period (NOTE: The Ethanol Content should also default to 15% when this value is set to 1)</li>
</ul><br />

			<picture rel="Photoswipe" class="lazyload">
				<source media="(max-width: 580px)" srcset="https://cimg4.ibsrv.net/gimg/www.rx8club.com-vbulletin/580x76_1/image_891b81f74f6f524273bd4a6c01da3a78ca6e274f.png" data-srcset="https://cimg4.ibsrv.net/gimg/www.rx8club.com-vbulletin/580x76/image_891b81f74f6f524273bd4a6c01da3a78ca6e274f.png" />
				<source media="(max-width: 1000px)" srcset="https://cimg4.ibsrv.net/gimg/www.rx8club.com-vbulletin/1000x130_1/image_891b81f74f6f524273bd4a6c01da3a78ca6e274f.png" data-srcset="https://cimg4.ibsrv.net/gimg/www.rx8club.com-vbulletin/1000x130/image_891b81f74f6f524273bd4a6c01da3a78ca6e274f.png" />
				<source srcset="https://cimg4.ibsrv.net/gimg/www.rx8club.com-vbulletin/1300x169_1/image_891b81f74f6f524273bd4a6c01da3a78ca6e274f.png" data-srcset="https://cimg4.ibsrv.net/gimg/www.rx8club.com-vbulletin/1300x169/image_891b81f74f6f524273bd4a6c01da3a78ca6e274f.png" />
				<img src="https://cimg4.ibsrv.net/gimg/www.rx8club.com-vbulletin/1511x196_1/image_891b81f74f6f524273bd4a6c01da3a78ca6e274f.png" alt="" class="post_inline_image" data-size="1511x196" data-src="https://cimg4.ibsrv.net/gimg/www.rx8club.com-vbulletin/1511x196/image_891b81f74f6f524273bd4a6c01da3a78ca6e274f.png" loading="lazy" />
			</picture><noscript>
							 <img src="https://cimg4.ibsrv.net/gimg/www.rx8club.com-vbulletin/1511x196/image_891b81f74f6f524273bd4a6c01da3a78ca6e274f.png" alt="" />
							 </noscript><br />
<br />
<i>Additional Logging Parameters</i> (experimental and more to come)<ul><li>Air Fuel Ratio - This is the current air/fuel ratio in Lambda/AFR Gasoline/AFR Ethanol that the ECM is using for it's fueling</li>
<li>OL Fuel Final - This is the current request lambda/enrichment value that the open loop fueling software is requesting</li>
</ul>
			<picture rel="Photoswipe" class="lazyload">
				<source media="(max-width: 580px)" srcset="https://cimg8.ibsrv.net/gimg/www.rx8club.com-vbulletin/580x190_1/image_25e8bc26851580e60e36eb75ae73fa1ca8a4b0b9.png" data-srcset="https://cimg8.ibsrv.net/gimg/www.rx8club.com-vbulletin/580x190/image_25e8bc26851580e60e36eb75ae73fa1ca8a4b0b9.png" />
				<source media="(max-width: 1000px)" srcset="https://cimg8.ibsrv.net/gimg/www.rx8club.com-vbulletin/610x199_1/image_25e8bc26851580e60e36eb75ae73fa1ca8a4b0b9.png" data-srcset="https://cimg8.ibsrv.net/gimg/www.rx8club.com-vbulletin/610x199/image_25e8bc26851580e60e36eb75ae73fa1ca8a4b0b9.png" />
				<source srcset="https://cimg8.ibsrv.net/gimg/www.rx8club.com-vbulletin/610x199_1/image_25e8bc26851580e60e36eb75ae73fa1ca8a4b0b9.png" data-srcset="https://cimg8.ibsrv.net/gimg/www.rx8club.com-vbulletin/610x199/image_25e8bc26851580e60e36eb75ae73fa1ca8a4b0b9.png" />
				<img src="https://cimg8.ibsrv.net/gimg/www.rx8club.com-vbulletin/610x199_1/image_25e8bc26851580e60e36eb75ae73fa1ca8a4b0b9.png" alt="" class="post_inline_image" data-size="610x199" data-src="https://cimg8.ibsrv.net/gimg/www.rx8club.com-vbulletin/610x199/image_25e8bc26851580e60e36eb75ae73fa1ca8a4b0b9.png" loading="lazy" />
			</picture><noscript>
							 <img src="https://cimg8.ibsrv.net/gimg/www.rx8club.com-vbulletin/610x199/image_25e8bc26851580e60e36eb75ae73fa1ca8a4b0b9.png" alt="" />
							 </noscript><br />
 </div>

]]></content:encoded>
			<category domain="https://www.rx8club.com/series-i-engine-tuning-forum-63/">Series I  Engine Tuning Forum</category>
			<dc:creator>equinox92</dc:creator>
			<guid isPermaLink="true">https://www.rx8club.com/series-i-engine-tuning-forum-63/open-source-stock-ecu-g-rom-flexfuel-rom-users-guide-276788/</guid>
		</item>
		<item>
			<title>Tactrix Openport 2.0 Cable Replacement</title>
			<link>https://www.rx8club.com/series-i-engine-tuning-forum-63/tactrix-openport-2-0-cable-replacement-276782/</link>
			<pubDate>Mon, 04 May 2026 02:06:21 GMT</pubDate>
			<description><![CDATA[Hello All, 
 
I've recently purchased MazdaEdit and an OBDXPro VX cable since Tactrix Openport 2.0 cable is no longer available and it was mentioned on the MazdaEdit website to be a supported cable. ...]]></description>
			<content:encoded><![CDATA[<div>Hello All,<br />
<br />
I've recently purchased MazdaEdit and an OBDXPro VX cable since Tactrix Openport 2.0 cable is no longer available and it was mentioned on the MazdaEdit website to be a supported cable.  I ran into issues with downloading my OEM ECU file and reached out to both MazdaEdit and OBDXPro.  They both confirmed that the OBDXPro VX cable does not work with the RX-8.  OBDXPro said that they have found the communication line from the RX-8 to be noisy which causes communication issues.  They also said they are working on a product for this but are several months out from releasing anything.<br />
<br />
With all of that being said, does anyone know of any sort of replacement for the Tactrix Openport 2.0 cable? <br />
<br />
 </div>

]]></content:encoded>
			<category domain="https://www.rx8club.com/series-i-engine-tuning-forum-63/">Series I  Engine Tuning Forum</category>
			<dc:creator>spartans55</dc:creator>
			<guid isPermaLink="true">https://www.rx8club.com/series-i-engine-tuning-forum-63/tactrix-openport-2-0-cable-replacement-276782/</guid>
		</item>
	</channel>
</rss>
