dperez79
Member level 1
PIC2CAM RS232 Comm
I'm trying to communicate a cmucam that sends characters with my PIC, via RS-232.
I get that the Camera receives the commands sent by the micro, but the micro only can receive one string, in the next listening to the camera packets, it doesn't receive anything.
I have checked all connections and they are right.
I don't use interrupts, only the function gets() or getc() from CCSC compiler.
Which is the problem of this second reception?
I'm trying to communicate a cmucam that sends characters with my PIC, via RS-232.
I get that the Camera receives the commands sent by the micro, but the micro only can receive one string, in the next listening to the camera packets, it doesn't receive anything.
I have checked all connections and they are right.
I don't use interrupts, only the function gets() or getc() from CCSC compiler.
Which is the problem of this second reception?