Difference between revisions of "R32V2020 ANSI Terminal Example"
Jump to navigation
Jump to search
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...") |
Blwikiadmin (talk | contribs) |
||
Line 1: | Line 1: | ||
+ | <video type="youtube">ca_a-TtPjRM</video> | ||
+ | |||
== Hardware/VHDL Modules Used == | == Hardware/VHDL Modules Used == | ||
Latest revision as of 13:50, 10 April 2022
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