This is a simple issue and I know that you guys are reading the speed properly.
I'm trying to read the speed but I never get a speed higher than 70 Km/h . I did a 2 hours trip on a highway, and I expected to get a higher speed (I was reading the panel to see the "average" speed I was driving) with no luck.
This is how I read/parse the speed
int VEHICLE_SPEED =(int) data[3];
Am I doing something wrong ?
Thanks