Must the "Required" settings be true for the N95 to at all return speed and course, like so?
cr.setSpeedAndCourseRequired(true);
I guess there can't be anything wrong with how the values are read out:
speed = l.getSpeed();
course = l.getCourse();
With the above set to false I always get NaN for those value.
Thanks in advance for any help

Reply With Quote

