This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

C5515 Ezdsp UART communication.



Hi,

I wanted to use the uart for communicating with a camera.The test program CSL_UART_pollExample works fine.

The problem is the uart write function.It requires using a char array as data input.The camera works on hex command (56:00:26:00) which on converting to char (V:NULL:&:NULL) 

On giving the above char command,the transmit buffer reads only V and considers NULL as a terminator.I did try both UART_puts and UART_write functions but the issue persists.

pl tell me if i am going wrong and do suggest an approach.

Thanks