Again, I'm not asking how to assign the pins. I already know they have to be assigned by the RCW, so that was not the question.
The question is how can I through software toggle the UART pins without using GPIOs and after any necessary assignment via the RCW is done?
You are not saying that pinmux pins cannot be toggled through software are you because that is mistaken?
For example, after assigning UART2 pins to GPIO using RCW, one can toggle the GPIOs using sysfs. I wan to do the same thing using the pin muxed pins without using GPIOs?
Someone else should likely provide an answer to this question since Pavel doesn't understand the question or doesn't have an adequate answer.
How can one toggle pin muxed pins in the software AFTER the pins have been assigned by the RCW and without using GPIOs?
One can assign the UART pins to GPIOs and toggle them through SYSFS. How can one avoid having to do this and toggle the pin muxed pins without having to assign them to GPIOs?
If toggling the pins without using GPIOs is not supported, please explain what that means and please don't say because they have to assigned using the RCW. Assigning the pins using RCW is NOT toggling the pins high/low.