Re: [twsocket] TWSocket Question

2006-03-22 Thread Wilfried Mestdagh
Hello Philip, > TCP server this connects to sends me a set size data block When you receive the size data block, then allocate memory for it, start concatenating data packets until you have received the exact size of the data. You have to save in a variable what is received, and what is left, to

[twsocket] TWSocket Question

2006-03-22 Thread Philip Colley
Hi I've been using a TWSocket component successfully in one of my home automation plug-in applications for several weeks now by using line mode with a #13 line end. This was really easy to set up and get working. Now I want to use the TWSocket in another plug-in application, however the TCP serv