R32V2020 ANSI Terminal Example
Revision as of 12:01, 10 April 2022 by Blwikiadmin (talk | contribs) (Created page with "== 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-Seri...")
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