Hi, (copied to list, so people can perhaps mail their opinions on this)
AT+CPROT=0 (and alike for other phones) is only for cable-mode connections. I.e. not for IrDA's IrOBEX. (cable-mode means either real cable via tty, serial port profile for bluetooth, or tty emulation for IrDA. What is the last one called again?) surfzoid wrote: > [EMAIL PROTECTED] openobex-1.3]# obexftp -i --uuid none --noconn -c > IMAGES -g img.jpg > Tx: 80 00 07 10 00 04 00 > Rx: A0 00 07 10 00 03 F7 > > Tx: 85 00 16 02 00 01 00 11 00 49 00 4D 00 41 00 47 00 45 00 53 00 00 > Rx: D1 00 03 <- D1 is 51: OBEX_RSP_NOT_IMPLEMENTED With (Visual Basic) test implementation you have: TX 80 00 07 12 00 04 00 RX A0 00 07 10 00 03 C0 TX 85 00 16 02 00 01 00 11 00 49 00 4D 00 41 00 47 00 45 00 53 00 00 RX A0 00 03 This makes no sense. But your test is over cable and the log with obexftp is IrDA. > > Tx: 83 00 16 01 00 13 00 69 00 6D 00 67 00 2E 00 6A 00 70 00 67 00 00 > Rx: D1 00 03 > > Tx: 81 00 08 CB FF FF FF FF <- this a known bug in obexftp-0.21 > Rx: D3 00 03 Just to be sure: Try "10" instead of "12" in the first packet of your test. Some phones are known to require specific UUIDs. Maybe yours needs this for IrDA but not for Cable? We can also try a cable-mode connection with obexftp (later). regards, Christian ------------------------------------------------------------------------- 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
