rosserial_python Error
i am trying to connect my arduino with ROS i am following the hello world tutorial: http://wiki.ros.org/rosserial_arduino... i am using ROS Jade
when i come to the step following step: rosrun rosserial_python serial_node.py /dev/ttyUSB0
i receive an error of serial port as: [ERROR] [WallTime: 1455616377.748461] Error opening serial: could not open port /dev/ttyUSB0: [Errno 2] No such file or directory: '/dev/ttyUSB0'
i know its an error of the serial port but i am not able to solve it plz help me i really need help with this matter.
The error says that
/dev/ttyUSB0
does not exist. Did you check if you find this port withls /dev/ttyUSB0
? Otherwise, you need to replacettyUSB0
with your correct serial port, as it says in the tutorial.thank you but how do I find the correct serial port? I want to use Bluetooth for the communication