Target ID 200 (Gear) not working correctly

Folks,
trying to display selected gear using an arduino to send “current gear” data to RealDash. “current gear” is declared as int inside the arduino sketch and works fine. Using some hall effect sensors to determine the shift lever position. So the Arduino displays the right gear position, but when I link it to RD is giving me some wrong values.

will be nice to know, the data type for “gear” (ID 200) is integer type or something else?

What kind of vehicle is it? I was able to pull mine over canbus without issue. You can check the xml for the gm full canbus for an idea of how that data is formatted and see if it helps you.
Posting your code could also be helpful

1 Like

The problem was displaying “R” for reverse…but I figured it out, I use “enum” on the XML file and in order to display “R” gear value should be 6

1 Like