-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for AnyTone D578UVIII #196
Comments
I have a D758UVIII Plus radio and have been following your project recently. This is great news as I tried using drmconf with --radio=d787uv but kept getting an error at anytone_interface.cc@156: Unsupported Anytone radio 'D578UV2'. I am just beginning with the radio and simply using it for a few analog stations. If there is anything I can do to help test this please let me know. |
Ops meant D578UVIII. |
Working through Channel data, up to CTCSS transmit, nothing has changed yet. D578UV2 |
Ok cool. I've just noted one difference you will find: There is a new flag for all zones (Zone hidden) which is not specific to the D578UVIII but rather was added with a new firmware revision for almost all devices: D878UV, D878UVII, D578UV and D578UVIII. |
What is the status on the D578UVIII Plus? I just hacked on dmrconfig and got it reading from this radio: wspeirs/dmrconfig@ee91de7 However, was not able to get this program to detect the radio. Happy to help get this working... just let me know how I can help! |
Bump this. zones up and down key dont work on 878uvii once programmed by qdmr. Pulled the code plug using CPS tool and looks like all the zones have been set to "hidden". this stops the up down zone keys working |
This device actually identifies itself as a D578UV2, V100. So I will call it that way internally.
The device is likely very similar to the D578UV and thus the existing codeplug implementation must only be verified against the new device. The development happens in the
d578uv2
branch.The text was updated successfully, but these errors were encountered: