1

I am writing a program trying to communicate with serial ports of the raspberry pi. The program can find the device linked to the port. But when I want to open that port, it threw me an exception saying that the serial port can't be opened, permission denied. I logged as root(pi) and I think I added myself to "dialout". However nothing worked. What will be the problem of my situation? Hope there's any could help, thanks in advance.

Kevin Hu
  • 95
  • 2
  • 6

1 Answers1

0

If I remember correctly, you have to be a member of a specific group.

casiosmu
  • 797
  • 1
  • 8
  • 22