Use one Socket for send and recieve data
- by volody
What makes more sense?
use one socket to send and receive data to/from a embedded hardware device
use one socket to send data and separate socket to read data
Communication is not very intensive but the important point is to receive data as fast as possible. On application side is used Windows XP and up.