ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

ROS does not define how to use a generic serial port. There are several libraries which implement protocols on top of serial ports such as serial as well as a way to use ROS over the serial port rosserial

But if you just want to talk to a serial port, both python and C?C++ have ways to do that.