Great inplementation of the "Geoff" ASCII terminal design.
For Geoff's VT100 Terminal Kit
Received full kit w/PCB v3.2 and firmware v3.2.0.
No issues assembling. Worked perfectly on first power-up!
Of the few implementations of the “Geoff” design,
this one has by far the best, nice, uniform
character generation, and setup menus.
Nits, Suggestions:
1. Description claims “TTL or RS-232 signal levels”.
Note the signal *levels* are strictly TTL.
If you want actual RS-232 (+/- signals),
you’ll need a MAX232 or similar converter.
(I use the Sipex SP3232E)
TTL or RS-232 choice here only refers to logic inversion
(ie. Is a “1” a TTL low or TTL high)…
2. Minor: The USB-B connector could really be updated
to a micro-USB, or USB C.
3. Minor: Specs/Mouser/Digikey/etc for the mating
5V and serial pin latched connectors would be helpful.
(or include in kit :)
4. Other “Geoff” implementations have switched
to USB keyboards. The code is there.
Most modern USB keyboards have
dropped PS2 compatibility
(ie, using the old green adapter).
Fortunately, I had a stack of
old straight-PS2 keyboards in the attic.
Yes, new PS2 keyboards are cheap,
but USB would be more up-to-date.
Anyway, great kit! Recommended!
Response from Peter Hizalev | Feb. 28, 2023
Thank you for kind words!
USB keyboard support is next on my TODO list and should be fairly straightforward. The firmware is designed to abstract keyboard scan codes, which is demonstrated in experimental Color Terminal that uses USB keyboard.
https://hackaday.io/project/173682-color-ascii-terminal
Also good points for clarifying option for serial inversion and on including mating connectors for 5V and serial.