hi everyone!
We are doing serial communication between a linux and windows P.C using rs232. The server programm is written in Qt while the client programme is in VB.net. In the server we have 1lakh records in the database. And we need to display all the 1lakh records in client side. While sending, we are not having any problem. But in the client side, the buffer that is meant to receive the data is able to store only upto 4k of data. After that data is lost. So can any one tell me, what to do in this case? Whether we have to modify the server programme or else is there any method to increase client side buffer size or some thing like that?
thanks in advance,
with regards,