Is the IrDA UART setting the same for the TX and RX signals?
I'm trying to use IrDA UART in Nios II to send and receive signals to an FTDI 232.
I am using the UART setting: 9600bps, none parity, Data Bit 8, stop bit 1.
I can perfectly read the information sent to Nios RX, but the signal generated by the TX UART follows another pattern.
The output signal remains at low logic level, there are 10 pulses where the 8 centers represent the inverted logic level of the original data.
Another problem is the baud rate that is different from what was configured.
In the image two signals are presented, one generated by FTDI 232 (correct) and understood by Nios, the signal represents 4 Bytes, where the first byte is sent back by the NIOS UART .
The signal generated by Nios right represents the original value, but uses a different protocol as IrDA UART configurated in Platform Designer.
Can someone help me with this problem?