Ok,

Edit bfb/bfb_io.c

line 410 change
                goto err;
to
                goto ericsson;

then line 475 change
        if(do_at_cmd(ttyfd, "AT*EOBEX\r\n"...
to
        if(do_at_cmd(ttyfd, "AT+CPROT=0\r\n"...

That should cover it for testing.

Find the tty device for IrDA (something like /dev/ircomm0)
Use this command then:
    obexftp -t /dev/ircomm0 -c IMAGES -g img.jpg

Also give me the output from "AT+GMI" so I can implement this the right way.

regards,
Christian

surfzoid surfzoid schrieb:
> In fact my opinion is the CPROT=0 is necessary


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Openobex-users mailing list
[email protected]
http://lists.sourceforge.net/lists/listinfo/openobex-users

Reply via email to