Solved
Send an array of integers over UART
I want to send an array of integers over UART in one go. I was able to do this using for loop as below.

But I want to do it without for loop as it is taking time to send over UART. How to send the integer data over UART in one go?
This is the data I want to send
