Generate sbus output

Hello,
Is it possible for to change the default baudrate of the uart pins for a custom baudrate of 100000 so I can generate sbus signal from rock pi x?

Did you check the z8350 TRM if 100000 baud rate is supported by the CPU?

I read the datasheet, but couldn’t understand if I could use not integer values like 1.152 that is needed to have a 100000 baudrate

@jack ,can i use not integer values likes 1.152?

I am not sure if it’s supported by the driver. You can use stty to set the baud rate and measure it.

https://stackoverflow.com/questions/12646324/how-can-i-set-a-custom-baud-rate-on-linux

If stty doesn’t support custom baud rate, then you need to hack the driver to add your baud rate support.