Tagged Questions
2
votes
3answers
3k views
CRC calculation in Java
I'm reading a file from serialport using x-modem protocol and 133 bytes packet. I'm reading
in that
1 byte is SOH
2 byte packet number
3 byte nagative of packet number
next 128 ...
0
votes
2answers
890 views
compare hexadecimal values java
Duplicate: http://stackoverflow.com/questions/713162/compare-hexadecimal-values-with-decimal-in-java
hi,
i'm implementing x-modem protocol in java,i'm reading serialport and storing in byte array of ...