From PIC:
data(0) and data(1). these 2 bytes are the highbyte and lowbyte of a word. -32768-32767

I need to see the word like that. for example the word may equal 3, or it may be -3. right now I will see 3 or 65533.

So how to put the bytes back together and show signed integer?