| A.: |
OBEX is like HTTP with commands and header fields as single bytes. Resources are requested via a GET command and appropriate headers. In Bluetooth, IrDA, and (if the data cable is not simply an USB to serial converter based on USB CDC but on) USB CDC WMC (chapter 6.5), you should use the deticated sevices and APIs for OBEX. If your device does not offer those, use the AT command layer and its OBEX starting commands via Bluetooth Dial-up Networking, IrDA IrCOMM, or USB CDC ACM. Some devices do not support that either. In 3GPP TS 27.007 OBEX is started via AT+CPROT=0. Ericsson used AT*EOBEX and Sharp uses it beside the custom target PCSOFTWARE. Motorola uses AT+MODE=22 and Siemens used AT^SQWE=3. If possible use the correct Bluetooth, IrDA, and USB APIs for OBEX communication.
|