Very new to B4A but starting to make good progress.
I have a simple network program to transmitt a built up string.
The string includes some hex characters and some text characters.The character string I should be receiving at the PC server end is:
Hex 02D0000C01013030C086 but what I receive is: Hex 023F000C0101303030303F3F.
The vairables I have defined as CMD_LOGIN (0xD0),crcu(0hC0) and crcl (0x86) all get converted to 0x3f the ? character. Not sure if the accures in the building of the string or at time of transmitting the buffer.
Thanks for any ideals.
ScttH.
I have a simple network program to transmitt a built up string.
The string includes some hex characters and some text characters.The character string I should be receiving at the PC server end is:
Hex 02D0000C01013030C086 but what I receive is: Hex 023F000C0101303030303F3F.
The vairables I have defined as CMD_LOGIN (0xD0),crcu(0hC0) and crcl (0x86) all get converted to 0x3f the ? character. Not sure if the accures in the building of the string or at time of transmitting the buffer.
Thanks for any ideals.
ScttH.