Giter Club home page Giter Club logo

Comments (4)

rct avatar rct commented on August 19, 2024

FYI, the DCS (digital coded squelch) case on analog channels isn't being handled properly. Chirp throws an error. (DCS 503 N) is getting tranlated into a CTCSS value of 850.3. I probably should open a separate issue. I didn't check @mach327's repo yet.

from md380tools.

rct avatar rct commented on August 19, 2024

Also, another Chirp patch to the main code that will be needed is to add .rdt to the file type list so you can open .rdt wrapped code plugs. The code already detects the difference between .img and .rdt based upon lengths to get the right offset into the memory map.

diff -r 93e725a0c16e chirp/ui/mainapp.py
--- a/chirp/ui/mainapp.py       Sun Jan 31 10:08:41 2016 -0800
+++ b/chirp/ui/mainapp.py       Sun Feb 07 12:02:17 2016 -0500
@@ -323,6 +323,7 @@
                      (_("VX5 Commander Files") + " (*.vx5)", "*.vx5"),
                      (_("VX6 Commander Files") + " (*.vx6)", "*.vx6"),
                      (_("VX7 Commander Files") + " (*.vx7)", "*.vx7"),
+                     (_("CS700/MD380 Codeplug Files") + " (*.rdt)", "*.rdt"),
                      ]
             fname = platform.get_platform().gui_open_file(types=types)
             if not fname:
@@ -785,7 +786,9 @@
                  (_("Travel Plus Files") + " (*.tpe)", "*.tpe"),
                  (_("VX5 Commander Files") + " (*.vx5)", "*.vx5"),
                  (_("VX6 Commander Files") + " (*.vx6)", "*.vx6"),
-                 (_("VX7 Commander Files") + " (*.vx7)", "*.vx7")]
+                 (_("VX7 Commander Files") + " (*.vx7)", "*.vx7"),
+                 (_("CS700/MD380 Codeplug Files") + " (*.rdt)", "*.rdt"),
+        ]
         filen = platform.get_platform().gui_open_file(types=types)
         if not filen:
             return

from md380tools.

travisgoodspeed avatar travisgoodspeed commented on August 19, 2024

Yup. We'll also need support during export, adding DFU wrapper or not as appropriate.

The use of raw (headerless) images from the SPI Flash was handy during reverse engineering of the format, but it's probably best to stick entirely to the RDT format when we merge support into Chirp.

from md380tools.

 avatar commented on August 19, 2024

For RDT support, #241
Otherwise closing in favor of the more active, more general #41

from md380tools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.