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?