wjwwood / serial

Cross-platform, Serial Port library written in C++
http://wjwwood.github.com/serial/
MIT License
2.11k stars 1.03k forks source link

Access denied #206

Closed pktiuk closed 3 years ago

pktiuk commented 5 years ago

I have downloaded repository, compiled using catkin_make , and connected a cheap USB-UART module to check how it works. when i used command: $ rosrun serial serial_example -e|/dev/ttyUSB0 9600 TestString i got: bash: /dev/ttyUSB0: Permission denied I belong to dialout group, and don't know what else I can do.

(The same problem appears when i try to check this library on RaspberryPi with ROS.)

linzha0 commented 4 years ago

check here: https://websistent.com/fix-serial-port-permission-denied-errors-linux/

wjwwood commented 3 years ago

I'm going to close this because it is old, but please comment and I can reopen if needed.