انضم إلى نوستر
2026-03-14 00:07:20 UTC

Stuart Longland (VK4MSL) on Nostr: I was thinking about how to do on-paper logging for emergency comms work, and got ...

I was thinking about how to do on-paper logging for emergency comms work, and got thinking about printers.

Today's printers assume they'll get a page full of pixels at a time, and can simply dump those in pigment form on the page. Some have printer languages like PostScript for describing the full page, but the end effect is identical: they speak in single "pages". Nothing comes out until it has a full page of text.

Power glitch half-way through? Bad luck, please send again.

What doesn't? The old printers, dot-matrix in particular.

I dig one we happened to have in the cupboard out: a Star LC-10II.

Did a search on the Internet, sure enough, there's a handbook, full of Microsoft BASIC (probably GW-BASIC not QBASIC) examples of how to drive the thing.

https://www.minuszerodegrees.net/manuals/Star%20Micronics/dot_matrix/Star%20Micronics%20-%20LC-10II%20-%20Users%20Manual.pdf

I miss that level of detail in a user manual.

Now I wonder if I can convert this thing to run on 12V unregulated DC and rig it up with a RPi Pico driving the LPT port so I can just spit text at it over USB and have it print each log as it comes in from the field?

#RetroComputing #AmateurRadio #EmergencyComms