Hello everyone,
I'm trying to use my StellarisWare LM4F232 Evaluation kit to visualize some data on a touchscreen.
The touchscreenpart is not a problem, I used a terminal to check if the visualize part is ok by manually sending the hex-codes.
Now I want to replace the terminal by my kit and I use the uart_echo.c example as a start. The problem is that UARTSend characters sends.
So how can I modify the function to send pure hex-data? Or is there another function maybe?
Thanks in advance