opie+bluetooth help

Michael Cloran <[email protected]> Thu, 28 Sep 2006 11:12:21 +0100
Newsgroups gmane.comp.handhelds.opie
Message-ID <[email protected]>
Hello
does anyone know how to interface with bluetooth to another phone with a different operating system
or even to desktop with Linux or Windows.

I have tried the gui but no joy 
so I tried the following

#start
#!/bin/sh
echo bluetooth push function
echo Michael Cloran 28/9/06
echo use at you own risk

mydest="foo"
myfile="/home/root/Documents/howdi"

hcitool scan

echo enter above code
read mydest

rtcomm bind /dev/rfcomm0 $mydest 9

mknod /dev/rfcomm0 c 216 && mknod /dev/rfcomm1 c 216 1

ussp-push /dev/rfcomm0 $myfile foo

rfcomm release /dev/rfcomm0
#end

I get some errors like cant open tty device or resource busy link broken

....unable to connect to server

_______________________________________________
Open Source User Interface and Apps built on Qt Embedded
Opie mailing list
[email protected]
https://handhelds.org/mailman/listinfo/opie