-
Notifications
You must be signed in to change notification settings - Fork 130
Items HomeBase
ggodart edited this page Jan 2, 2021
·
1 revision
See original
None
None
None
None
Method | Description |
---|---|
set_time |
this command was decoded empirically from Starate/WinEVM interaction |
Homebase (Stargate) command is
##%05AAAALLLLTTSSYYMMDDRRHHMMCC`
AAAA = Latitude, LLLL = Longitude, TT=Timezone (05=EST)
SS="Is daylight savings time used in your area?" (01=Yes)
YY=Year, MM=Month, DD=Day, RR=DOW (Seems to be ignored, but set as
Th=01, Wen=02, Tu=04, Mo=08, Sun=10, Sat=20)
CC=00 (Checksum? doesn't appear to be used)
None