Hi, i'm developing an application for IPAQ HX2490 (Windows Mobile 5.0) that
communicates through raw IR with a IR controlled by a PIC microcontroller. In
the first three parts of the operation, i can receive data fine, but on the
last one the handheld just seems to ignore the data that is being received,
it doesn't receive anything. Is there something related to the data that is
being sent to the pocket PC? It is a byte array {0x10, 0x06, 0x16, 0x16}. I'm
using port 2 for the communication. But when i communicate with a desktop PC
with a serial Infrared running exactly the same application in the PIC,
everything works fine! I can't realize what's going on there. Any help would
be appreciated. Thanks.