Can't help you with the first question, but as to the second, the IRDA stack is supposed to escape the 0xc0 and 0xc1 chars for you. a packet with 0xc0, 0xc1, or 0x7d in the payload will instead contain two bytes: 0x7d followed by the offending byte, or'd with 0x20. - John Schettino Palm OS Programming for Dummies: http://schettino.tripod.com -----Original Message----- From: Thayer, Peter A [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 02, 2000 12:04 PM To: Palm Developer Forum Subject: Need information on IrOBEX / Vcard transmission When I monitor an IROBEX Put Command while transmitting an address book entry, I get a unicode packet up to the persons name. Following this is: 00 E7 00 FE 00 79 00 2E 00 76 00 63 00 66 00 00 .... I understand the vcf signifies VCARD. What is the 00 E7 00 FE? And, on a similar note - and something that leaves me hopelessly confused - how can you possible transmit binary data (e.g. a picture) if all IrOBEX transmissions start with a C0 and end with a C1? What is the other key to determining the packet is/is not complete? Thanks. -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palm.com/devzone/mailinglists.html
