![]() |
2006-06-20
, 15:46
|
|
Posts: 1,245 |
Thanked: 421 times |
Joined on Dec 2005
|
#152
|
Yes. rfcomm bind doesn't survive a reboot.
BTW, I discovered a problem with opening /dev/rfcomm*. If the bluetooth GPS receiver is not turned on, the user interfce hangs while the kernel is attemting to bind to the device. Makes the user interface pause for the timeout period between every UI event. Click .... timeout .... click .... timeout .... click. I usually just turn off "Enable GPS" if I'm going to leave the GPS receiver off.
![]() |
2006-06-20
, 15:59
|
Posts: 4 |
Thanked: 0 times |
Joined on Jun 2006
|
#153
|
I have noticed this, too, but have no idea why this occurs. I thought that bluetooth connection occurred during the open() call, but it's possible that it's occurring during the read() call. I have no idea how to handle this, though, since I am already setting the non-blocking flag.
![]() |
2006-06-20
, 16:16
|
|
Posts: 1,245 |
Thanked: 421 times |
Joined on Dec 2005
|
#154
|
OK, I tried the /etc/sudoers patch today. This didn't help - it still lost communication with my GPS - is there any way I can tell that I did the patch correctly?
![]() |
2006-06-22
, 15:30
|
Posts: 23 |
Thanked: 0 times |
Joined on May 2006
|
#155
|
![]() |
2006-07-29
, 01:49
|
Posts: 2 |
Thanked: 0 times |
Joined on Jul 2006
|
#156
|
BTW, I discovered a problem with opening /dev/rfcomm*. If the bluetooth GPS receiver is not turned on, the user interfce hangs while the kernel is attemting to bind to the device. Makes the user interface pause for the timeout period between every UI event. Click .... timeout .... click .... timeout .... click. I usually just turn off "Enable GPS" if I'm going to leave the GPS receiver off.