It's not listed on the web page, but I'm wondering if support for this
dual-band, Part 90 mobile radio might be in the works?
If not ... I'm expecting delivery of mine in a few days and would be happy to
loan it.
73 de chris K6DBG
Greetings,
A new daily build of CHIRP is available. This includes changes made
directly to the tree yesterday, and may include additional features,
bug fixes, and/or bugs. If you are interested in trying it, grab it
from the following location:
http://trac.chirp.danplanet.com/chirp_daily/daily-20130402
A list of the changes included in this build (since the last daily)
follows:
Changes for Build #183
[Dan Smith <dsmith(a)danplanet.com>] Add bitwise browser when developer options are enabled
This version allows editing of most of the arbitrary data. Note that
since the only semantic interpretation of a given value at this layer
is its format and size, much damage can be caused to the underlying
image if care is not exercised
Fixes #747
[Dan Smith <dsmith(a)danplanet.com>] Make EditorSet handle multiple MemoryMapping objects
This makes EditorSet create a generic membership and names (if appropriate)
editor for each MemoryMapping object exported by the radio. This also
includes a bunch of fixes for signaling changes to be propagated to each
editor object when one of them changes.
Related to #741
[Dan Smith <dsmith(a)danplanet.com>] Make Radio able to return multiple MemoryMapping objects
This lays the groundwork for things like Scan Lists. Start by just defining
the new interface, making it call the old one, and updating import_logic
and the tests to match.
Related to #741
[Dan Smith <dsmith(a)danplanet.com>] Fix UV-5R PTT-ID to support A-D and *, # characters
Fixes #745
[Dan Smith <dsmith(a)danplanet.com>] Fix some straggling bank interface issues
The offending author should really run tests before pushing...
Related to #741
[Dan Smith <dsmith(a)danplanet.com>] Abstract Bank and BankModel to MemoryMapping and MappingModel
This is mostly just a search-and-replace for the above names, but makes
way for supporting things like scan lists that behave exactly the same
way.
Related to #741
[Dan Smith <dsmith(a)danplanet.com>] Improve sub-device treatment in the UI
This changes how CHIRP exposes devices with sub-devices to the user, moving
from an strange per-sub-device top-level tab to minor tabs along the left.
This means replicating the memories, bank, and bank names tabs once per
sub-device. In order to prevent two radiothreads from trying to talk to
the same live device at the same time, RadioThread is extended to take a
parent thread, which it shares the same runlock with for exclusion.
Fixes #739
I am a VK amateur. I have a VX7, I have a subscription to rfinder.net
. It appears to have correct information when I look at the web page.
When I use CHIRP and online lookup, it downloads the repeater names,
frequencies and offsets, but appears to set the tone to 88.5 and not
propagate any of the correct ones, where there is one. I have tried
some of the CSV formats from the web page, but they don't seem to go
anywhere.
I am a newb, could be my ignorance, but any info would be welcome.
Regards.
VK4SB
Hi Dan,
I'm trying to opt out of the emails but I haven't been able to figure out how. I went to your website but didn't see any link that would help.
73,
Howard Estes
WB4GUD
-----Original Message-----
>From: Dan Smith <dsmith(a)danplanet.com>
>Sent: Apr 1, 2013 10:08 PM
>To: Discussion of CHIRP <chirp_users(a)intrepid.danplanet.com>
>Subject: Re: [chirp_users] Chirp, RFNET Lookup, tones
>
>> When I use CHIRP and online lookup, it downloads the repeater names,
>> frequencies and offsets, but appears to set the tone to 88.5 and not
>> propagate any of the correct ones, where there is one. I have tried
>> some of the CSV formats from the web page, but they don't seem to go
>> anywhere.
>
>I don't have access to an RFinder account anymore, so I can't debug
>this. It sounds like the RFinder server has changed their data format
>again. I suggest you contact them for more information.
>
>It sounds like maybe it's time to remove the RFinder driver from the
>tree as it gets very little use and is clearly in disrepair. Does
>anyone feel strongly about this?
>
>--
>Dan Smith
>www.danplanet.com
>KK7DS
Greetings,
A new daily build of CHIRP is available. This includes changes made
directly to the tree yesterday, and may include additional features,
bug fixes, and/or bugs. If you are interested in trying it, grab it
from the following location:
http://trac.chirp.danplanet.com/chirp_daily/daily-20130331
A list of the changes included in this build (since the last daily)
follows:
Changes for Build #182
[Dan Smith <dsmith(a)danplanet.com>] Add pt_BR translation from Crezivando Junior PP7CJ
Also fix up the translation credits and a format bug in an error message
found while reviewing this translation.
Fixes #737
[Marco Filippi <iz3gme.marco(a)gmail.com>] [ft817] Correct some cut&past typo in settings
related to #435