Send object coordinate from opencv to arduino

the data start appearing on serial com.

You can NOT have the Serial Monitor talking to the Arduino AND OpenCV talking to the Arduino at the same time. It only has one serial port, so only one application on the PC can be on the other end of that port.