On my CGTS OBD code $71 returns a 6 byte control/state field for my VGT turbo which is in turn decomposed into subfields that I haven't recovered yet.
I don't need to do anything with it at the track, however during post processing when I get home I would like to analyze the blob.
Doesn't look like there is a RC formula that effectively would be "bytesTobytes(raw,X,Y)" - is that right?
Unfortunately 6 bytes is too large a number space when I try to capture this with bytesToUInt, and RC turns the result into floating point when I didn't request it. Trying again tomorrow at track with 5 bytes instead of 6.
But it would sure be handy for us DIYers to just be able to push raw bytes straight into the RC session data file.