Maker Pro
Maker Pro

Interfacing with Serial Jpeg Camera rs232

asaini7788

Jun 13, 2015
3
Joined
Jun 13, 2015
Messages
3
While using the camera with arduino with the help of Comm tool
ERROR: "CMD SERIAL TIME OUT"

Anybody please help Urgent
 

Minder

Apr 24, 2015
3,478
Joined
Apr 24, 2015
Messages
3,478
Converting from USB to RS232?
Wrong baud rate?
Insufficient or late data response, (timing).
What components other than arduino?
M.
 

asaini7788

Jun 13, 2015
3
Joined
Jun 13, 2015
Messages
3
Vcc-5 volt from arduino
Gnd-Gnd from arduino
Tx-Rx from arduino
Rx-tx from arduino

Program uploaded
Void setup{
}
Void loop
{
}
As per directed in tutorial
Baud rate 115200
 
Top