Hi there
I have been struggling with this for many days now so I hope you can help me.
I have a PIC talking to a Acer Iconia B1.
I have written both programs so I use prefix mode. It is working fine almost.
The PIC is sending data (5 char) and Acer answer ACK (06H) PIC sends next data (5 char) and so on.
This can go on for up to between 4000-20000 trans. And suddenly the chat just stops. The android do send messages but do no react on incoming data. Is there a buffer overflow or something.
How should I debug this kind of problem.
I am using serial lib 1.23.
As I can see in doc. you say that B4A should send to host (PIC) in "prefix format", I don't think this is the case ? If I send a sting this will arrive to the PIC without any header.
TechEd
I have been struggling with this for many days now so I hope you can help me.
I have a PIC talking to a Acer Iconia B1.
I have written both programs so I use prefix mode. It is working fine almost.
The PIC is sending data (5 char) and Acer answer ACK (06H) PIC sends next data (5 char) and so on.
This can go on for up to between 4000-20000 trans. And suddenly the chat just stops. The android do send messages but do no react on incoming data. Is there a buffer overflow or something.
How should I debug this kind of problem.
I am using serial lib 1.23.
As I can see in doc. you say that B4A should send to host (PIC) in "prefix format", I don't think this is the case ? If I send a sting this will arrive to the PIC without any header.
TechEd