I have an app in eclipse that was written in java and an app in visual studio that is written in C#. I have a tcp connection between them.
My project sends an ID message. The message sending worked fine until now. It shows me in Visual Studio that it's sending the ID number 120 for example but when I do readbyte in eclipse it reads it as -136. As I said it worked fine last week (I didn't used it for a week and suddenly it doesn't work now). Why it is ? I don't know if it is related or not but 136+120 = 256. If I send 125 it get -131 (Every send gives 256). Please help me with it for tommorow. Thanks.