RCP communication not working with TI CC1352 as radio and linux host system as Host over ttyUSB0 #13017
Unanswered
HirenBhuvaMSI
asked this question in
Q&A
Replies: 2 comments
-
|
I found that after removing uart-flow-control=0 from my config (/etc/default/otbr-agent) file, I am able to communicate using ttyUSB0 interface as well. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Glad to hear that removing The reason this happened is that the To ensure flow control is disabled, you should continue to omit the |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Community,
I am trying to run RCP firmware on TI CC1352 developement kit hardware using Linux(Ubuntu 22.04) as Host system using https://github.com/openthread/ot-br-posix.
I am able to form Thread Network using /dev/ttyACM0 interface.
However, I need to use /dev/ttyUSB0 interface connected with USB to TTL hardware.
I am getting below error in case of USB0 interface.
I verified my UART communication is working fine using the sample UART Echo project in TI board.
Please help to understand the same.
Beta Was this translation helpful? Give feedback.
All reactions