R32V2020 ANSI Terminal Example
Jump to navigation
Jump to search
Hardware/VHDL Modules Used
- Use the ANSI Terminal module from Multicomp
- Use the PS/2 module from Multicomp
- Use the UART module from Multicomp
- Use the USB-to-Serial module on the EP4 card
Psuedo-Code
- Check if there is serial data from the USB-Serial port
- If there is serial data, put the serial to the ANSI Terminal module
- Check if there is data from the keyboard
- If there is data from the keyboard send it out the USB-Serial port
- Loop forever