Is hardware/software flow control working on OTBR? #10054
Unanswered
EricSTMicro
asked this question in
Q&A
Replies: 1 comment
-
The termios configuration happens here: Please feel free to propose alternative solutions. Contributions are always welcome! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm working on the OTBR, using a RPi 4B and a STM32WB55.
Due to spinel/HDLC over UART issues, leading to reset of the Thread application on the Host, I would like to make it more robust.
To enable it on Host, I made the following changes in /etc/default/otbr-agent:
OTBR_AGENT_OPTS="-I wpan0 -B wlan0 spinel+hdlc+uart:///dev/ttyACM0?uart-baudrate=460800&uart-flow-control trel://wlan0"
But it doesn't seem to have any effect.
Different setups have been tried:
USB cable:
FTDI serial/USB converter cable:
Pin to pin:
Questions:
Regards,
Eric
Beta Was this translation helpful? Give feedback.
All reactions