Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

README.md 831 B

il y a 3 ans
il y a 3 ans
il y a 3 ans
il y a 3 ans
1234567891011121314151617181920
  1. # Video Terminal Revival
  2. Physical recreation of a video terminal device for connecting to a serial console. Emulates a VT100 terminal using an ESP32, a keyboard and a TV.
  3. ## Hardware
  4. - ESP32 as the main processing board
  5. - Display with a composite video input (ideally a CRT)
  6. - LK201 terminal keyboard
  7. ## Software
  8. - [TinTTY](https://github.com/unframework/tintty) for VT100 emulation
  9. - [ESP32Lib](https://github.com/bitluni/ESP32Lib/tree/development) for composite video output
  10. ## Building
  11. 1. Connect up the hardware. See [Hardware.md](Hardware.md)
  12. 2. Get the Arduino IDE, Install ESP32 board package, Install ESP32Lib library.
  13. 3. Compile and upload the sketch in `video-terminal/video-terminal.ino`
  14. ## Resources
  15. - [LK201 Interface](http://www.netbsd.org/docs/Hardware/Machines/DEC/lk201.html) for keyboard specification