Senior Design project help, sending message over tcp to motor drive for robot

Zoomkat : I can connect over usb to the computer and program the microflex with Baldor mint software.

PaulS: In the data sheet for the software on the microflex they said that [STX] has a hex value of 02. Is there a way I could send that in line with the rest of the data? would it be client.print(02, HEX) client.print(MVR...)? How would you send the VALUE STX?

Thank you for all your help.

Is there anything special about the TCP stack that the arduino uses? Also is there a way to send the message to two servers, or mirror the message? I have to connect to two microflexs, one for each motor.