On Monday, April 28, 2003, at 10:42 PM, Mike Hall wrote:
I'm trying to open a Bluetooth serial device but get an error message
that the file is busy (errno 16).
I'm not aware of any application that might claim the device exclusively.
Maybe try 'lsof' at a shell prompt ( | grep /dev/cu) to see who might have it open. Perhaps some process died, and it lingering on as a zombie, and still has it open? thanks for the suggestion, but it seems there's no other process that has it open. As Marco suggested it's probably a more general problem with open() _______________________________________________ bluetooth-dev mailing list | bluetooth-dev@lists.apple.com Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/bluetooth-dev Do not post admin requests to the list. They will be ignored.