|
Re: Camera problem Serial Port 2 Inserting Extra Null Bytes?
How are you sending your virtual window command?
It should look something like
send_byte('v')
send_byte('w')
send_byte(4)
send_byte(x1)
send_byte(y1)
send_byte(x2)
send_byte(y2)
thats not the function.. i think the right function is Write_Serial_Port_Two().. anyway how are you formatting your virtual window command?
|