Tuesday, May 3, 2011

Block repeat problem with Java XMODEM implementation

I'm implementing XMODEM protocol in Java. In this protocol same block will repeat if packet doesn't match (when I send NAK again and again) but I'm getting it only 5 times.

What might be the problem?

From stackoverflow

0 comments:

Post a Comment