Qt 6.11 is out! See what's new in the release
blog
[SOLVED] QextSerialPort problem
3rd Party Software
5
Posts
3
Posters
4.5k
Views
1
Watching
-
im running openSuse 11.4 and i have created a program that uses a serial port using QextSerialPort.
i run my program in a normal user but the port will not open but if i run as root then the serial port is open.
how do i solve this? any workaround to be a root user when using the serial port?
thanks.
-
Nope. You need the permissions to access the port, otherwise that won't work.
-
Yes. Typically add the user you run your application as to the uucp group or maybe enable filesystem ACLs and set a suitable ACL on your serial device.