| Blog | https://activelow.net/ |
| Blog | https://activelow.net/ |
Adventures in designing an interface to a DEC terminal keyboard:
What does "signals are reversed at the monitor" mean exactly? Are the serial in/out names also reversed? Why are pin numbers listed in reverse on the monitor side? Is only the numbering reversed? On top of that, why is the pin numbering apparently opposite to how everyone making RJ connectors numbers them?
Had one of these LED badges around that hadn't been used for years, tried recharging but it wouldn't turn on.
My guess was that the microcontroller was stuck from a low voltage condition. Opened it up, battery is soldered on so instead looked up the datasheet for the microcontroller to find the reset pin.
A bit of probing and shorting it to the conveniently located ground pin next to it and it works! Complete with vintage pre-pandemic stored messages.
Amazing news, everyone!
Just tried ChatGPT for the first time and wanted to see how well it fares off the beaten path and asked if it can write PDP-8 assembly.
Well, the general info looks good, but the assembly it so confidently presents as an example is unfortunately not PDP-8 assembly… In fact only HLT is a genuine PDP-8 instruction, also the apparently octal 12 bit addresses would be a good match. LDA and STA look more like 6502 instructions.