IOException opening RFCOMM on openSUSE
Posted
by Chief A-G
on Super User
See other posts from Super User
or by Chief A-G
Published on 2010-06-12T18:12:39Z
Indexed on
2010/06/12
18:13 UTC
Read the original article
Hit count: 214
I have a permissions problem on openSUSE with Bluetooth /dev/rfcomm0. I've written a small test application which opens /dev/rfcomm0 and sends a request message and retrieves a response message. At first my problem was a permission denied error on /dev/rfcomm0 until I added the user account to the dialup users group. Now I get a System.IO.IOException Interrupted system call error whenever I run the app.
I can sudo my application and it runs fine. I'm not sure how and which permissions to set to get this work work under my normal user account.
© Super User or respective owner