There is a maximum length limit. This was found/discussed here before.
If I remember correctly it is just over 100 bytes.
You'll just have to split the output into two statements. Not exactly
roc ...
I tried this with another simple string and result is same, it is sending a
half of the string.
Post a test program that uses this simple string.
It is working fine:
#include <18f46k22.h> ...
Hey, I really need help.
I am sending an HTML page via wifi module. And i have to send variables with the HTML string. I am using escape characters for this. If string has under a few hundreds of cha ...