md-sohrab-alam / android-obd-reader

Android OBD-II Reader application that support standard PIDs Mode 01
78 stars 39 forks source link

Getting data with delay #13

Open narendrag432 opened 3 years ago

narendrag432 commented 3 years ago

Hi Sohrab Alam, Thanks for the code, It is very helpful. Receiving the data with delay. For example if I am receiving the Speed data after 8 seconds it updating. Do you have any idea to resolve this issue.

md-sohrab-alam commented 3 years ago

This library use all API sequentially, Therefore, It is taking time. You should use only required API.