How can I communicate over USB in ROS 2?
Hi, I am trying to convert a ROS 1-package into a ROS 2-package. The purpose of the package is to communicate with a robot over USB. Therefore for ROS 1 I used the file serial.h to connect to USB and to write to USB. Is there a similar way in ROS 2 to communicate over USB?
Thanks in advance.