You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had to change the output string a bit to make this work with my IV-17 VFD Clock.
Its firmware seems to require a few of the fields (such as the time) to include a decimal point and some zeros otherwise it ignores the transmitted string.
I had to change the output string a bit to make this work with my IV-17 VFD Clock.
Its firmware seems to require a few of the fields (such as the time) to include a decimal point and some zeros otherwise it ignores the transmitted string.
New output string =
sprintf(tstr,"$GPRMC,%02d%02d%02d.00,A,0000.0000,N,00000.0000,E,00.0,0000.0,%02d%02d%02d,0.0,E,S", hour(loctime), minute(loctime), second(loctime), day(loctime), month(loctime), year(loctime) - 2000);
BTW, thanks the code works great!
The text was updated successfully, but these errors were encountered: