kotlin-obd-api
kotlin-obd-api copied to clipboard
:blue_car: A Kotlin OBD-II API for reading engine data
Hello, My vehicle follow the CAN protocol ISO 15765-4 (according to what is detected by a commercial obd app that successfully read my VIN) When reading the VIN code by...
I want to use this library in my pet project for ios/android obd app. I have adopted it to [Kotlin Multiplatform](https://kotlinlang.org/docs/multiplatform.html) - Updated to [Kotlin 2.0](https://kotlinlang.org/docs/whatsnew20.html) - Updated [kotlinx.coroutines](https://github.com/Kotlin/kotlinx.coroutines) to...
In order to make this API work for me, I had to remove the space on line 15 of ObdCommand.kt. Is there some AT command initiation sequence that you use...
Hi, thank you for your dedication. I tried to create my app with your library and it’s working perfect. I can get a lot of instrument data. But when i...