Altera_Forum
Honored Contributor
13 years agoDE2-115/tPad and RS-232
Hello,
I've been fiddling a bit with this lately, interfacing with the UART chip on this board, and running into some strange problems. As far as I can see there are 4 ports/pins available , UART_TXD, _RXD, _CTS and _RTS. I've not bothered with assigning anything on the _CTS and _RTS ports. I've tried my own statemachines for TX/RX - and also a variety of VHDL code snippets I googled. In short... nothing works, obviously I'm missing something. The UART chip have a couple of LED's - a green one for TX and a red one for RX. These blink ON whenever something is received or sent - a logic '0' on UART_TXD and _RXD. For testing I've tried hooking up the board using a crossed cable into my PC, running putty in serial mode with no flow control. No TX observed on the board, no RX on the putty console. Also I've tried hooking up my Garmin GPS, which sends something every few seconds. I did observe some RX on the board, but only if I sent something on the TX! I was suspecting XON/XOFF flow control to be the reason, but then I tried hooking the Garmin up into the serial putty console on the PC with XON/XOFF disabled and I still received data... Does anyone have any idea to what I might be missing here? M.