Converter for Consul 262.5 terminal keyboard and VDX 52600 terminal.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 1.7 KiB

1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. # Keyboard Converter: Consul 262.5 & VDX 52600
  2. ![Terminal with keyboard and the converter](overview.jpg)
  3. Arduino project for a keyboard converter between a Zbrojovka Consul 262.5 terminal keyboard and a Videoton VDX 52600 terminal.
  4. ## Keyboard: Consul 262.5
  5. Terminal keyboard from 1980s.
  6. It uses a DB25 connector with UART TTL data lines, clock line, +5V primary power and -12V auxiliary power.
  7. ## Terminal: VDX 52600
  8. VT52 termnial with a DIN5 keyboard connector that dones not use the standard AT keyboard protocol.
  9. ## Converter
  10. Interfaces the keyboard and the terminal, optionally a USB. These modes of operation are supported:
  11. 1. Keyboard and terminal connected: primary standalone mode. Everything is powered from the terminal.
  12. 2. Keyboard and USB connected: USB keyboard mode. Powered from the USB which acts as a HID keyboard.
  13. 3. Terminal and USB connected: Serial keyboard over USB mode. Powered independently. Allows sending keystrokes to the terminal over USB serial.
  14. ![Converter box](box.jpg)
  15. ## Parts needed
  16. - Arduino Leonardo
  17. - Symmetrical boost converter, 5V to +/- 12V
  18. - Piezo speaker
  19. - red and green LED + 470 ohm resistors
  20. - connectors
  21. - project box
  22. - (among others)
  23. ## Connections
  24. *TODO*
  25. ### Terminal DIN5
  26. Device | Controller | Description
  27. ---|---|---
  28. GND | GND | Ground
  29. +5V | +5V | Power
  30. Data | 6 | Keyboard data to terminal
  31. Status | 7 | Status (LEDs) from terminal
  32. ### Keyboard DB25
  33. Device | Controller | Description
  34. ---|---|---
  35. GND | GND | Ground
  36. +5V | +5V | Power
  37. -12V | -12V | via a symmetrical boost converter
  38. Serial out | 3 | UART out from keyboard
  39. Serial in | 4 | UART in to keyboard
  40. ### Box Interface
  41. | Controller | Description |
  42. | ---|--- |
  43. | 10 | Offline LED |
  44. | 9 | Online LED |
  45. | 8 | Speaker |