Paul,
> Is your application setting in a loop after you send the first command > shown here? > > The TApdWinsockPort component does work differently in serial and > winsock modes. There are additional threads for serial operation. If > you are setting in a loop (or doing sleep) that might stop your > program when using winsock.
yes, i am using loops to process incoming data. Just like
FCom.Putblock() repeat application.processmessages; until Allreceived or timeout;
What can I do then, to get it work correctly?
Thanks Andreas