[chirp_devel] vx8dr PMS memory
Hi and good afternoon,
First, chirp is a Great program and it works great on Linux
I have a VX8dr and the program works great except that the PMS u/l memories are not set.
Does anybody have any directions on how to read parse and set these memories.
If anybody has this done, I would be willing to test.
Thanks
Chip
On my VX-8G, this already works. It's covered by:
#seekto 0x2C4A; struct { u8 nosubvfo:1, unknown:3, * pskip:1,* skip:1, used:1, valid:1; } flag[900];
Common values are 0x3 (regular), 0x7 (skip), and 0xb (preferential). You can select it in the GUI by setting the skip column of a memory to P.
Ray
On Sat, Oct 28, 2017 at 3:58 PM, serialman via chirp_devel < chirp_devel@intrepid.danplanet.com> wrote:
Hi and good afternoon,
First, chirp is a Great program and it works great on Linux
I have a VX8dr and the program works great except that the PMS u/l memories are not set.
Does anybody have any directions on how to read parse and set these memories.
If anybody has this done, I would be willing to test.
Thanks
Chip
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
Oh, you're talking about upper/lower PMS band memories. I looked into these and found locations, but each was 32 bytes and I didn't dig into what else was in them. The memory locations to start looking at are: 0xaf6a = eai 0xaf8a = L1 0xafaa = U1 0xafca = L2 0xafea = U2
Ray
On Sat, Oct 28, 2017 at 4:43 PM, ray c rayslinky@gmail.com wrote:
On my VX-8G, this already works. It's covered by:
#seekto 0x2C4A; struct { u8 nosubvfo:1, unknown:3,
skip:1, used:1, valid:1;pskip:1,*
} flag[900];
Common values are 0x3 (regular), 0x7 (skip), and 0xb (preferential). You can select it in the GUI by setting the skip column of a memory to P.
Ray
On Sat, Oct 28, 2017 at 3:58 PM, serialman via chirp_devel < chirp_devel@intrepid.danplanet.com> wrote:
Hi and good afternoon,
First, chirp is a Great program and it works great on Linux
I have a VX8dr and the program works great except that the PMS u/l memories are not set.
Does anybody have any directions on how to read parse and set these memories.
If anybody has this done, I would be willing to test.
Thanks
Chip
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
Ray,
Since I dont have the specs, is there any structure to these fields? Also, the vx8dr has atleast 50 pairs of pms registers, do you have the values for the rest of the registers?
Thanks
Chip
On 10/28/2017 03:35 PM, ray c wrote:
Oh, you're talking about upper/lower PMS band memories. I looked into these and found locations, but each was 32 bytes and I didn't dig into what else was in them. The memory locations to start looking at are: 0xaf6a = eai 0xaf8a = L1 0xafaa = U1 0xafca = L2 0xafea = U2
Ray
On Sat, Oct 28, 2017 at 4:43 PM, ray c <rayslinky@gmail.com mailto:rayslinky@gmail.com> wrote:
On my VX-8G, this already works. It's covered by: #seekto 0x2C4A; struct { u8 nosubvfo:1, unknown:3, * pskip:1,* skip:1, used:1, valid:1; } flag[900]; Common values are 0x3 (regular), 0x7 (skip), and 0xb (preferential). You can select it in the GUI by setting the skip column of a memory to P. Ray On Sat, Oct 28, 2017 at 3:58 PM, serialman via chirp_devel <chirp_devel@intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com>> wrote: Hi and good afternoon, First, chirp is a Great program and it works great on Linux I have a VX8dr and the program works great except that the PMS u/l memories are not set. Does anybody have any directions on how to read parse and set these memories. If anybody has this done, I would be willing to test. Thanks Chip _______________________________________________ chirp_devel mailing list chirp_devel@intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com> http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel> Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developers <http://chirp.danplanet.com/projects/chirp/wiki/Developers>
Hi,
I'm currently working on adding support for the PMS memories to the VX-8R/DR/GE. After that is complete and in the build, it will be great to have some others do additional testing.
As a second phase, I'll be looking at adding some of the other special memories.
73's,
Keith KF7DRV
http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail Virus-free. www.avg.com http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail <#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
On Sat, Oct 28, 2017 at 4:24 PM, serialman via chirp_devel < chirp_devel@intrepid.danplanet.com> wrote:
Ray,
Since I dont have the specs, is there any structure to these fields? Also, the vx8dr has atleast 50 pairs of pms registers, do you have the values for the rest of the registers?
Thanks
Chip
On 10/28/2017 03:35 PM, ray c wrote:
Oh, you're talking about upper/lower PMS band memories. I looked into
these and found locations, but each was 32 bytes and I didn't dig into what else was in them. The memory locations to start looking at are:
0xaf6a = eai 0xaf8a = L1 0xafaa = U1 0xafca = L2 0xafea = U2
Ray
On Sat, Oct 28, 2017 at 4:43 PM, ray c <rayslinky@gmail.com <mailto:
rayslinky@gmail.com>> wrote:
On my VX-8G, this already works. It's covered by: #seekto 0x2C4A; struct { u8 nosubvfo:1, unknown:3, * pskip:1,* skip:1, used:1, valid:1; } flag[900]; Common values are 0x3 (regular), 0x7 (skip), and 0xb (preferential).
You can select it in the GUI by setting the skip column of a memory to P.
Ray On Sat, Oct 28, 2017 at 3:58 PM, serialman via chirp_devel <
chirp_devel@intrepid.danplanet.com mailto:chirp_devel@intrepid. danplanet.com> wrote:
Hi and good afternoon, First, chirp is a Great program and it works great on Linux I have a VX8dr and the program works great except that the PMS
u/l memories are not set.
Does anybody have any directions on how to read parse and set
these memories.
If anybody has this done, I would be willing to test. Thanks Chip _______________________________________________ chirp_devel mailing list chirp_devel@intrepid.danplanet.com <mailto:chirp_devel@intrepid.
danplanet.com>
http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <
http://intrepid.danplanet.com/mailman/listinfo/chirp_devel%3E
Developer docs: http://chirp.danplanet.com/
projects/chirp/wiki/Developers http://chirp.danplanet.com/ projects/chirp/wiki/Developers
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
Great to hear that there is work on this feature. You did not mention it but I suspect you know that ‘Feature #651’ in the Chirp bug tracker describes the memory map change (likely) required to implement PMS.
Count me as a potential volunteer to test your change.
73,
Keith KG5OXV
On Oct 28, 2017, at 7:03 PM, Keith Williamson via chirp_devel chirp_devel@intrepid.danplanet.com wrote:
Hi,
I'm currently working on adding support for the PMS memories to the VX-8R/DR/GE. After that is complete and in the build, it will be great to have some others do additional testing.
As a second phase, I'll be looking at adding some of the other special memories.
73's,
Keith KF7DRV
http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail Virus-free. www.avg.com http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail x-msg://13/#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2
On Sat, Oct 28, 2017 at 4:24 PM, serialman via chirp_devel <chirp_devel@intrepid.danplanet.com mailto:chirp_devel@intrepid.danplanet.com> wrote: Ray,
Since I dont have the specs, is there any structure to these fields? Also, the vx8dr has atleast 50 pairs of pms registers, do you have the values for the rest of the registers?
Thanks
Chip
On 10/28/2017 03:35 PM, ray c wrote:
Oh, you're talking about upper/lower PMS band memories. I looked into these and found locations, but each was 32 bytes and I didn't dig into what else was in them. The memory locations to start looking at are: 0xaf6a = eai 0xaf8a = L1 0xafaa = U1 0xafca = L2 0xafea = U2
Ray
On Sat, Oct 28, 2017 at 4:43 PM, ray c <rayslinky@gmail.com mailto:rayslinky@gmail.com <mailto:rayslinky@gmail.com mailto:rayslinky@gmail.com>> wrote:
On my VX-8G, this already works. It's covered by: #seekto 0x2C4A; struct { u8 nosubvfo:1, unknown:3, * pskip:1,* skip:1, used:1, valid:1; } flag[900]; Common values are 0x3 (regular), 0x7 (skip), and 0xb (preferential). You can select it in the GUI by setting the skip column of a memory to P. Ray On Sat, Oct 28, 2017 at 3:58 PM, serialman via chirp_devel <chirp_devel@intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com> <mailto:chirp_devel@intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com>>> wrote: Hi and good afternoon, First, chirp is a Great program and it works great on Linux I have a VX8dr and the program works great except that the PMS u/l memories are not set. Does anybody have any directions on how to read parse and set these memories. If anybody has this done, I would be willing to test. Thanks Chip _______________________________________________ chirp_devel mailing list chirp_devel@intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com> <mailto:chirp_devel@intrepid.danplanet.com <mailto:chirp_devel@intrepid.danplanet.com>> http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel> <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <http://intrepid.danplanet.com/mailman/listinfo/chirp_devel>> Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developers <http://chirp.danplanet.com/projects/chirp/wiki/Developers> <http://chirp.danplanet.com/projects/chirp/wiki/Developers <http://chirp.danplanet.com/projects/chirp/wiki/Developers>>
chirp_devel mailing list chirp_devel@intrepid.danplanet.com mailto:chirp_devel@intrepid.danplanet.com http://intrepid.danplanet.com/mailman/listinfo/chirp_devel http://intrepid.danplanet.com/mailman/listinfo/chirp_devel Developer docs: http://chirp.danplanet.com/projects/chirp/wiki/Developers http://chirp.danplanet.com/projects/chirp/wiki/Developers _______________________________________________ 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
Actually, I wasn't aware of the description in Feature #651 and it's quite helpful. Thanks!!
I had figured out that the PMS channel pairs begin at 0xAF8A but not that there are flags for the PMS memories at 0x3032.
I'm basically replicating much of the the approach used in the FT-817/857 drivers for the PMS support.
I'll let everyone know when I have something to test.
73's,
Keith KF7DRV
On Sun, Oct 29, 2017 at 8:47 AM, Keith Klamm keithklamm@gmail.com wrote:
Great to hear that there is work on this feature. You did not mention it but I suspect you know that ‘Feature #651’ in the Chirp bug tracker describes the memory map change (likely) required to implement PMS.
Count me as a potential volunteer to test your change.
73,
Keith KG5OXV
On Oct 28, 2017, at 7:03 PM, Keith Williamson via chirp_devel < chirp_devel@intrepid.danplanet.com> wrote:
Hi,
I'm currently working on adding support for the PMS memories to the VX-8R/DR/GE. After that is complete and in the build, it will be great to have some others do additional testing.
As a second phase, I'll be looking at adding some of the other special memories.
73's,
Keith KF7DRV
http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail Virus-free. www.avg.com http://www.avg.com/email-signature?utm_medium=email&utm_source=link&utm_campaign=sig-email&utm_content=webmail
On Sat, Oct 28, 2017 at 4:24 PM, serialman via chirp_devel < chirp_devel@intrepid.danplanet.com> wrote:
Ray,
Since I dont have the specs, is there any structure to these fields? Also, the vx8dr has atleast 50 pairs of pms registers, do you have the values for the rest of the registers?
Thanks
Chip
On 10/28/2017 03:35 PM, ray c wrote:
Oh, you're talking about upper/lower PMS band memories. I looked into
these and found locations, but each was 32 bytes and I didn't dig into what else was in them. The memory locations to start looking at are:
0xaf6a = eai 0xaf8a = L1 0xafaa = U1 0xafca = L2 0xafea = U2
Ray
On Sat, Oct 28, 2017 at 4:43 PM, ray c <rayslinky@gmail.com <mailto:
rayslinky@gmail.com>> wrote:
On my VX-8G, this already works. It's covered by: #seekto 0x2C4A; struct { u8 nosubvfo:1, unknown:3, * pskip:1,* skip:1, used:1, valid:1; } flag[900]; Common values are 0x3 (regular), 0x7 (skip), and 0xb
(preferential). You can select it in the GUI by setting the skip column of a memory to P.
Ray On Sat, Oct 28, 2017 at 3:58 PM, serialman via chirp_devel <
chirp_devel@intrepid.danplanet.com mailto:chirp_devel@intrepid.d anplanet.com> wrote:
Hi and good afternoon, First, chirp is a Great program and it works great on Linux I have a VX8dr and the program works great except that the PMS
u/l memories are not set.
Does anybody have any directions on how to read parse and set
these memories.
If anybody has this done, I would be willing to test. Thanks Chip _______________________________________________ chirp_devel mailing list chirp_devel@intrepid.danplanet.com <mailto:
chirp_devel@intrepid.danplanet.com>
http://intrepid.danplanet.com/mailman/listinfo/chirp_devel <
http://intrepid.danplanet.com/mailman/listinfo/chirp_devel%3E
Developer docs: http://chirp.danplanet.com/pro
jects/chirp/wiki/Developers http://chirp.danplanet.com/pr ojects/chirp/wiki/Developers
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
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 (4)
-
Keith Klamm
-
Keith Williamson
-
ray c
-
serialman