how to express the unsigned byte in Java?
807589Nov 8 2004 — edited Jun 26 2008we know that data are normally in unsigned byte format when communicating with COMM. How to express the unsigned byte in Java? java only supports 127 ~ -127 as byte, but I need 255~0.
Anyone know how?
Thanks!