SimpleOBDII
OBDII Application written as a Visual Studio MAUI solution targeting Windows and Android
Install / Use
/learn @MOtterbine/SimpleOBDIIREADME
<h1 >Simple OBDII</h1>
<h3 >A Visual Studio Solution</h3>
<div style="margin:0em">
<p>This <b>Visual Studio MAUI solution targets Windows and Android platforms.</b></p>
<p>The app is an end-to-end solution that communicates with a vehicle's on-board diagnostic (OBD) system using any of the widely available <b>ELM327</b>-based wired USB, Bluetooth or Network (WiFi) OBDII adapters.</p>
<h3 style="padding:0;margin:0;">Purpose</h3>
<p>The code provided here is intended to serve as a basic starting point for a multi-platform design using Microsoft's MAUI framework, which has replaced Xamarin</p>
<h3 style="padding:0;margin:0;">Functions</h3>
<ul>
<li><b>DTCs</b> - Read and reset generic automotive data trouble codes.</li>
<li><b>User PIDs</b> - Customized ECU data queries for viewing live data.</li>
<li><b>Configuration</b> - Hardware Configuration, metric vs imperial, protocol selection etc.</li>
<li><b>UI/UX</b> - Provide some UI options intended for users to modify or expand upon</li>
</ul>
</div>
<div style="align:center;display:block">
<img src='https://www.otterbinesolutions.com/downloads/home.png' style="text-align:center;width:250px;margin:1em" />
<img src='https://www.otterbinesolutions.com/downloads/thumb.png' style="width:250px;margin:1em" />
<img src='https://www.otterbinesolutions.com/downloads/graph.png' style="width:250px;margin:1em" />
</div>
