DarthAffe / OBD.NET

C#-Library to read data from car through an ELM327-/STN1170-Adapter
GNU General Public License v2.0
178 stars 82 forks source link

Refactored implementation to support UWP and async #1

Closed romanlum closed 7 years ago

romanlum commented 7 years ago

I forked your repository and refactored the command processing using a queue, ported it to .NET Standard 1.4 and added a UWP Bluetooth implementation.

see https://github.com/romanlum/OBD.NET

If you like i can create a pull request.

DarthAffe commented 7 years ago

Hey, great work! I'd love to merge that in, there's only one problem right now: I'm using this myself on a device running a quite old version of mono and I'm not 100% sure, if async/await is already supported there. I'll test that in the next few days :)

DarthAffe commented 7 years ago

Hey, sorry for not getting back at this earlier. I just tested it and it works great (the only change was to build it for .NET 4.5 which wasn't an issue). It would be great to see a pull-request for this :)

DarthAffe commented 7 years ago

Awesome! Thanks again :)