[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: ADTPro Issue Transferring IIgs-->WinXP



On Feb 28, 3:22 am, "Polymorph" <polymorp...@hotmail.com> wrote:
> OK, I ran ADTPro but no error messages were displayed. Just the
> following:
>
> ADTPro Server version 0.1.4
>
> RXTX: Stable Library
> =========================================
> Native lib Version = RXTX-2.1-7
> Java lib Version   = RXTX-2.1-7
> SerialTransport opened port named COM2 at speed 115200.
>
> By this stage the IIgs is frozen trying to send the 1st packet.
Ok, at this point we know a little bi-directional data has flowed.
When initiating a send operation, a little packet goes to the host
with the proposed filename, and a response comes back saying if the
file already exists or not.  Then, another little packet gets sent to
the host with the filename (again) and the block count to expect, and
the host sends back a "go" message.

At this point, we know all this happened, and the IIgs got the "go."
But it looks like the host doesn't see the first ACK (sent just prior
to the first half-block), because if it did and was expecting a packet
(the first half-block), you'd get a timeout message in the log and
eventually an abort of the transfer you could see from the GUI after a
bunch of retries.

> I have done some java in the past (a few years ago now). Is there
> anything I can do in the code that might provide some insight? eg.
> debug messages?
Yeah, the debug messages are all in there, just commented out. :-)
Looks like I should add some remote enablement.

For more grins - can you try 9600 baud and see if that changes
things?  If not, we'll do some more email exchange.