Forum Discussion
Altera_Forum
Honored Contributor
21 years agoUART Core with CTS/RTS
In a working design I configured my UART core so that it uses CTS/RTS. But I do not get a simple design running that shall only send integers from a Windws hyperterminal to via the Nios core an...
Altera_Forum
Honored Contributor
21 years agoif you use RTS&CTS Handshake and you set hyperterminal to flowcontrol,
perhaps it also wants to handle DTR/DSR/CD Signals. assuming 9 PIN SUB-D at the PC side, make a bridge between PINS 4 -> 6+1, so the PC sets DATA TERMINAL READY(PIN4) and gets back DATA SET READY(PIN6) + CARRIER DETECT(PIN1) see also http://www.hardwarebook.net/cable/serial/n...lmodem9to9.html (http://www.hardwarebook.net/cable/serial/nullmodem9to9.html)