Ah, thanks for the info.
For the port bit, both bytes are interperted as one number, so I guess instead of having them seperated you could put them into one variable. or if you leave apart you can do something like
or use sprintf to throw it into a variable.Code:printf("%d\n", u_char[0] + u_char[1]);
I think that answers your question, if not I can try again :p. And thanks for the luck, I'm needing it
