I am sending the sync command (static uint8_t sync[6] = {0xAA, 0x0D, 0x00, 0x00, 0x00, 0x00}
one byte at a time to the uCam-TTL using an Atxmega128A3U via UART using a 56700 Baud and I am not receiving anything from the camera in response. I send the command 30 times, delay 200ms and send it 30 more times. I have a UART receive interrupt setup to light up an LED anytime it is triggered. I have shorted the rx and tx lines together to check that the interrupt is working and it is. Any C source code or help of any kind would be greatly appreciated. Thank you for your help.
- Mike

- Mike
Comment