RTKLIB - STRSVR options

Any RTKLIB-STRSVR experts here? I’m using v2.4.2p13 on Windows.
What I want to do is limit the total rtcm output to 1 msg per second so there aren’t any large data bursts. So with these intervals: 1074(3.5),1084(3.5),1094(3.5),1006(21),1008(21),1033(21) I want the following, 1 msg/line per second. I’ve marked the beginning of each 7 second cycle which has a different base/ant msg at the end.

  • 1094
    1074
    1084
    1094
    1074
    1084
    1006
  • 1094
    1074
    1084
    1094
    1074
    1084
    1008
  • 1094
    1074
    1084
    1094
    1074
    1084
    1033

That’s one complete cycle (21 seconds). The important msgs (1094,1074,1084) are each sent 6 times (~0.28Hz) and the base/antenna msgs are each only sent once per 21 sec. Any STRSVR options to do that?

Not sure it would work, but what about setting interval so they never (almost never) come 2 at same time.
Not calculated correct but like this: 1074(1.1),1084(1.2),1094(1.3),1006(19),1008(20),1033(21)

I thought of that but then assumed decimal values wouldn’t work. I can try later.

For each msg that has a non-whole number it acts strange, often skipping that msg.

In my case I’m using a TCP232-T2 to bridge from a TCP Server to TTL serial for the radio so I’m going to see how it works to slow down the radio packets by lowering the serial baud into the radio and let the TCP232’s ethernet buffer handle the bursts of data.