I have started the agent on the main processor, and get the familiar “serial port not found” message, as the teensy is powered off. I then power on the teensy, and it seems to connect, as I get all the messages that you show in the tutorial. From the changes I made to the code on the teensy to display info on the LCD, it appears that the teensy goes through the setup code and starts the publish, ( the mes.data counts up the way it should). I still don’t get anything when I try to list the topic. I looked at the USB data lines and there is a burst of data about every 25 microseconds, which seems more than I would expect. Since it is bidirectional data, I am not sure if it is transmit or receive. I am going to try to check that next.
The only thing I am doing differently than the tutorial is I am not running ros2 in a docker.