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