Maximiliano Ramirez

Results 6 comments of Maximiliano Ramirez

Hi guys, hope you are doing great. Is there any estimate date to merge this pull request? I've encountered the same people's issues and fixed with workarounds. Also, is there...

Hello @PowerBroker2 , hope you are doing great. I have the same issue than @CraigH78: RPM and all other queries are returning bad values and also don't change at all...

@PowerBroker2 I changed this line: https://github.com/PowerBroker2/ELMduino/blob/eabbb1a2e8e82d8fed1b758c0d893bc46efbe171/src/ELMduino.cpp#L393 to: ```cpp else if ((numExpectedBytes * 2) == numPayChars) { ``` And now it's working. That's because, as I understand, the variable `numPayChars` represents...

@PowerBroker2 in the last example, `supportedPIDs_01_20()` should return `BE3EB811` (_that's the 'response' variable value_), which contains the bit mask for the first 32 PID values. But actually returns `FFFFFFFF`. I...

@devdoob Nice! It looks promising, can't wait to try it.

I noticed the same issue while trying @MathewHDYT 's fork. I think it probably stopped working at https://github.com/MathewHDYT/thingsboard-client-sdk/commit/8a6038cde3285c0c51cdb203d328d3221fd4642b because the use of the Container class, but I can't confirm it....