1
General discussion forum / Re: Modes 6 & 7 (CAT to COM2) doesn't support all CAT commands?
« on: 2025-06-11, 17:27:01 »
The split functions not working _could_ in theory be because if I as a consumer of COM2 (on the control side / client side) ask for IF; it will pipe this command over to COM1 where COM1 will receive the `IF` command response, but this isn't routed to COM2 in my experience.
I have a setup which uses the same settings and configuration as you although at a higher baud rate. My "twin" TS-590SG is just a ESP32 but it accomplishes the same thing.
In order to reliably detect whether or not the radio is in split mode the IF command really is the only way; at least that's my experience with the protocol.
I don't know why this is the way it is but I plan on creating my own COM0 to connect on the server / radio side to see if that helps.
I realize that the "muxing" of the CAT data is a difficult thing to do well, it's a complicated thing to be able to serve different endpoints with the same data.
I have a setup which uses the same settings and configuration as you although at a higher baud rate. My "twin" TS-590SG is just a ESP32 but it accomplishes the same thing.
In order to reliably detect whether or not the radio is in split mode the IF command really is the only way; at least that's my experience with the protocol.
I don't know why this is the way it is but I plan on creating my own COM0 to connect on the server / radio side to see if that helps.
I realize that the "muxing" of the CAT data is a difficult thing to do well, it's a complicated thing to be able to serve different endpoints with the same data.