Well, on My 2025 Honda Civic some PIDS may reply up to 16 frames and sometimes the bytes I need to look are on the very last ones, example, this one replies (other than other things) the estimated torque @ crankshaft:
the question is: is there a way to make Torque to access direclty to a specific frame instead to wait the full 16 frames reply?
No, it is impossible to read individual frames
also it's been a while but from what i remember for some reason torque was wating 250ms to send a custom PID vs a around 50ms for a standard
so custom pid was slowing the process down and with that long of a response i'm sure thing will get slower
i would say check into specific pid if you are lucky you will have a shorter response
@moreause : I never tried, but under custom pids is possible to set the polling intervall, if I set it to 0, The App does not try to read it as fast as it can?