hello, I want to establish a connection and send me 24 bytes at the time you set it, like this:
After you start the camera program waits at the camera port
SERVER_PORT (port 2002) for a string RECIEVE_BYTES (24 bytes).
This string includes the Following data:
1. x position of the image (int value, 4 bytes)
2. y position of the image
3. dx
4. dy
5. incrx
6. incry
and I make the connection as follows:
this-> conn-> connect (this-> ui-> lineEdit_2-> text (),
this-> ui-> lineEdit-> text (). Toint ());
how I can send those bytes to the time you establish the connection.
thank you very much



