ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
You can specify a serial device that is independent of which order linux brings it up (which is not the case for /dev/ttyXXX
) by using its serial identifier, which can be found in /dev/serial/by-path/
directory.
If you cd
to the directory and look at ls -al
you can see that the devices point to various mount points `/dev/ttyXXX'.
Not sure it will help in this particular case but it's useful when specifying devices in launch files, for example.
2 | No.2 Revision |
You can specify a serial device that is independent of which order linux brings it up (which is not the case for /dev/ttyXXX
) by using its serial identifier, which can be found in
directory. /dev/serial/by-path//dev/serial/by-id/
If you cd
to the directory and look at ls -al
you can see that the devices point to various mount points `/dev/ttyXXX'.
Not sure it will help in this particular case but it's useful when specifying devices in launch files, for example.