Android Question AsyncStreamsText buffer szie

JTmartins

Active Member
Licensed User
Longtime User
Hi everyone.

I have a small aplication working with OBD2, wich runs perfectly for the purpose I inteded.

However now, I want to make a continuous log of the OBD bus, but when I issue the command ATMA (Monitor ALL), the ELMS starts sending the information (I can see part of it, but after a few short seconds, I get an error due to buffer full.

How can I handle this continuous flow of information, without loosing any bit ?

Many thanks in advance.

José
 

KitCarlson

Active Member
Licensed User
Longtime User
I have not used OBD2, but have done logging. I write data to file, and delete that data from buffer.
 
Upvote 0
Top