
Unit: eTrex Vista HCx Software Version 3.30 I can confirm mine reports having the A600/D600 capability, not that that means much of course! It's entirely possible Garmin's statement that the utility "no longer works" means current firmware on all units no longer accepts the timeset command. I definitely found more users seeking the tool than reporting having used it, so superstitious may be pretty close to a dead-on description!
CLOSE GPSBABEL SERIAL
I thought so, but given the zillions of google pages I've been through lately, I could easily have missed that the units where folks reported success were all serial vs USB. I'll have to go back and search more to see if I can find anyone claiming the garmin timeset util worked on a USB device. Reply to this email directly, view it on GitHub You are receiving this because you are subscribed to this thread. Like moving the resettime check *AFTER* the GPS_Init() call would solve Gps_date_time_transfer hasn't been set when the value is checked.

So resettime never works, even for units supporting pA600 because In - where it's set to -1, then later (potentially) overwrittenīy function GPS_A001 in called from within GPS_A000.

ThisĬannot be true, as gps_date_time_transfer is first set in function GPS_A000

Unfortunately, in, the GPS_Command_Send_Time() function firstĬhecks that global variable gps_date_time_transfer has value pA600. Is called long before GPS_Init is called (3 if clauses lower) GPS_Command_Send_Time(qPrintable(fname), current_time().toTime_t())
