[chirp_devel] [PATCH 0 of 1 ] New UV-5R clone support
I had a radio marked as "Intek kt-980hp" in hand for some minutes. It appear to be another clone from baofeng, with the attached patch download from radio, modify memories, modify some settings and upload to radio worked at first try.
Will add image to traker.
Please Jim check the patch and add it to variants page if you like it.
73 de IZ3GME Marco
# HG changeset patch # User Marco Filippi iz3gme.marco@gmail.com # Date 1395771376 -3600 # Tue Mar 25 19:16:16 2014 +0100 # Node ID 8fb2e4ba8e5abb8de1cb0a870875ea40dab3edbb # Parent 54be1d03584974803ffd97c41a810da436a93dcd [kt-980HP] Add new UV-5R clone
implement #1517
diff -r 54be1d035849 -r 8fb2e4ba8e5a chirp/uv5r.py --- a/chirp/uv5r.py Mon Mar 24 15:07:34 2014 -0700 +++ b/chirp/uv5r.py Tue Mar 25 19:16:16 2014 +0100 @@ -253,8 +253,9 @@ BASETYPE_UV82 = ["B82S", "BF82"] BASETYPE_BJ55 = ["BJ55"] # needed for for the Baojie UV-55 in bjuv55.py BASETYPE_UV6 = ["BF1"] +BASETYPE_KT980HP = ["BFP3V3"] BASETYPE_LIST = BASETYPE_UV5R + BASETYPE_F11 + BASETYPE_UV82 + \ - BASETYPE_BJ55 + BASETYPE_UV6 + BASETYPE_BJ55 + BASETYPE_UV6 + BASETYPE_KT980HP
AB_LIST = ["A", "B"] ALMOD_LIST = ["Site", "Tone", "Code", "_unknown_"]
On Tue, Mar 25, 2014 at 11:22 AM, Marco Filippi IZ3GME iz3gme.marco@gmail.com wrote:
I had a radio marked as "Intek kt-980hp" in hand for some minutes. It appear to be another clone from baofeng, with the attached patch download from radio, modify memories, modify some settings and upload to radio worked at first try.
Clone is an overloaded word. Can you use the term "variant" in your patch, so there is no confusion when reading the log? Your commit message sounds like you modified the download/upload routines.
Tom KD7LXL
On Tue, Mar 25, 2014 at 2:22 PM, Marco Filippi IZ3GME < iz3gme.marco@gmail.com> wrote:
I had a radio marked as "Intek kt-980hp" in hand for some minutes. It appear to be another clone from baofeng, with the attached patch download from radio, modify memories, modify some settings and upload to radio worked at first try.
Will add image to traker.
Please Jim check the patch and add it to variants page if you like it.
73 de IZ3GME Marco
Marco, This radio has higher power output and 3 power levels. It also appears to have shipped with the VHF frequency range set to 130.000 - 180.000 MHz. It probably warrants its own Vendor/Model selection. Take a look at the attached patch, make any additional changes and submit it to replace the first one that you submitted. Thanks, Jim KC9HI
This radio has higher power output and 3 power levels. It also appears to have shipped with the VHF frequency range set to 130.000 - 180.000 MHz. It probably warrants its own Vendor/Model selection. Take a look at the attached patch, make any additional changes and submit it to replace the first one that you submitted.
Marco, are you good with me applying this updated one from Jim?
Thanks to the both of you!
--Dan
Sorry but I cannot look at it yet ... I'm sure the patch from Jim is good, feel free to apply it if you like it.
73 de IZ3GME Marco
On Sun, 30 Mar 2014 08:27:52 -0700 Dan Smith dsmith@danplanet.com wrote:
This radio has higher power output and 3 power levels. It also appears to have shipped with the VHF frequency range set to 130.000 - 180.000 MHz. It probably warrants its own Vendor/Model selection. Take a look at the attached patch, make any additional changes and submit it to replace the first one that you submitted.
Marco, are you good with me applying this updated one from Jim?
Thanks to the both of you!
--Dan
Hi! I finally had a look to it, I think we can apply the suggested update from Jim.
TNX!
73 de IZ3GME Marco
On 30/03/2014 17:27, Dan Smith wrote:
This radio has higher power output and 3 power levels. It also appears to have shipped with the VHF frequency range set to 130.000 - 180.000 MHz. It probably warrants its own Vendor/Model selection. Take a look at the attached patch, make any additional changes and submit it to replace the first one that you submitted.
Marco, are you good with me applying this updated one from Jim?
Thanks to the both of you!
--Dan
chirp_devel mailing list chirp_devel@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_devel Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developers
participants (5)
-
Dan Smith
-
IZ3GME Marco
-
Jim Unroe
-
Marco Filippi IZ3GME
-
Tom Hayward