Good Morning, I am attempting to communicate with two TIVA C series boards over UART. This will be done via an infrared transmitter and thus I need to use UART IRDA. I've been able to use the built in examples to display UART over the debug perspective into a terminal window. I've also tested the TX plated hole on the board with an oscilloscope to see my data bits of an ASCII character. However, I am having a hard time understanding/incorporating the necessary code for TX on TIVA#1 to transmit to RX of TIVA#2 in general(physical link) and also over infrared.
Can you please point me in the right direction in terms of what I should be aware of and how I can get started?
Thank you