Skip to content

Help: Establishing Communication via Serial #137

Closed Answered by PedroAcero
PedroAcero asked this question in Q&A
Discussion options

You must be logged in to vote

Problem solved!!

I had to add the serial features to the Dockerfile:

RUN cargo build --release --features zenoh/transport_serial  

In addition to this, I had to set one side as connecting, and the other as listening:

zenoh-bridge-ros2dds -e "serial//dev/ttyUSB0#baudrate=57600"
zenoh-bridge-ros2dds -l "serial//dev/ttyUSB0#baudrate=57600"  

This question was solved in the Discord community. In their channel they are very active, and they solved my issues with great speed and clarity. I would recommend joining this channel because they are very nice and they keep informed of the updates of this project.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by PedroAcero
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant