Getting ESC commands (list of PWM values) over serial port?

I’m looking for a way to get a stream of PWM values for all the motors over a serial port. Is there a way to achieve that does not involve modifying the source code?

There’s DShot protocol, but it sends the data over individual outputs, not packed together on the same output.