Quote:
Originally Posted by unknownone
How do you plan to debug, test and maintain your server if you're not even logging data going through it?
I can't help without seeing either the code or the data (every byte of it!)
|
Because i know every byte thats going through my server, so i dont need more than that :P
All you need to know is that the final packet i send is:
Code:
F2 03 TS TS TS TS PL ID PL ID 00 00 00 00 00 00 00 00 00 00 00 00 99 00 00 00
From what you gave me, and i never receive your:
Code:
F2 03 TS TS TS TS PL ID PL ID 00 00 00 00 00 00 00 00 00 00 00 00 BE 00 00 00
Other than that its perfect.
Also you send this:
Code:
F2 03 TS TS TS TS PL ID PL ID 00 00 00 00 00 00 00 00 00 00 00 00 AA 00 00 00
But apparently you dont get a response to it? Or you dont handle it, where as i do get a response. Im not handling it at the moment.