kotlin-obd-api icon indicating copy to clipboard operation
kotlin-obd-api copied to clipboard

:blue_car: A Kotlin OBD-II API for reading engine data

Results 14 kotlin-obd-api issues
Sort by recently updated
recently updated
newest added

I'm trying to use 1.2.0 here is the error I'm getting ``` Execution failed for task ':app:checkDebugDuplicateClasses'. > Could not resolve all files for configuration ':app:debugRuntimeClasspath'. > Could not find...

Hi Elton, i'm trying to use your library in my android project. my project is in java, but i created a kotlin class for your library. here is my kotlin...

bug

I get the same exception if I run the Speed or the EngineRpm commands. Do you have any idea what's causing this issue? I'm using version 1.1.1 of the library

how to make values of Vehicle Speed readable values Vehicle Speed="1091308888Km/h" !!

I think this is a great library, please add an example app

Can this library make ble support? I saw an ios obd library which is supports ble. Can we send obd command and get result without input and output streams.

Please could you put a sample app? Im trying to use the sample at the presentation page: val obdConnection = ObdDeviceConnection(socket.inputStream, socket.outputStream) val response = obdConnection.run(SpeedCommand()) But it looks like...

`FATAL EXCEPTION: DefaultDispatcher-worker-2 Process: com.example.kotlinobd, PID: 21452 java.lang.NumberFormatException: For input string: " " at java.lang.Integer.parseInt(Integer.java:733) at com.github.eltonvs.obd.command.control.BaseTroubleCodesCommand$parseTroubleCodesList$troubleCodesList$1.invoke(TroubleCodes.kt:88) at com.github.eltonvs.obd.command.control.BaseTroubleCodesCommand$parseTroubleCodesList$troubleCodesList$1.invoke(TroubleCodes.kt:87) at kotlin.text.StringsKt___StringsKt.windowed(_Strings.kt:2359) at kotlin.text.StringsKt___StringsKt.chunked(_Strings.kt:2236) at com.github.eltonvs.obd.command.control.BaseTroubleCodesCommand.parseTroubleCodesList(TroubleCodes.kt:87) at com.github.eltonvs.obd.command.control.BaseTroubleCodesCommand.access$parseTroubleCodesList(TroubleCodes.kt:54) at com.github.eltonvs.obd.command.control.BaseTroubleCodesCommand$handler$1.invoke(TroubleCodes.kt:57) at...

Hi when i query my car (Jaguar F-Pace) with mode 03 and mode 07 i get following response. >03 >4300 4300 >07 >4700 4700 I am not sure but i...