tonyc / open890

A web-based remote UI for the Kenwood TS-890.
Other
75 stars 3 forks source link

Implement memory mode #90

Closed tonyc closed 1 year ago

tonyc commented 2 years ago

Read all the channels on startup.

for n = 0..119:
  Send MA0nnn;

The radio doesn't seem to tell you what memory channel you're currently in when first switching from VFO to memory mode. See if there's a way to figure the currently active memory channel on startup.

tonyc commented 1 year ago

It turns out that mass-requesting the full memory channel details causes the radio to lock up in a weird way, so unfortunately I can't just download all the memory channels and then display e.g. the channel name.

I am going to just display the frequency/split info and the channel number, which will be good enough. ARCP doesn't display the channel name on the main display.

tonyc commented 1 year ago

This has been merged into develop