this post was submitted on 25 Jan 2024
94 points (98.0% liked)

retrocomputing

4058 readers
20 users here now

Discussions on vintage and retrocomputing

founded 1 year ago
MODERATORS
 

They keep this 20+ year old laptop around because it has a serial port and every now and then that comes in handy.

You can't really see it in the picture but the laptop is pretty thick and heavy.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] pastermil@sh.itjust.works 2 points 8 months ago (1 children)

PCIe can indeed be your friend! I got one with parallel port and no device to connect to. Currently looking for ideas.

[โ€“] cmnybo@discuss.tchncs.de 2 points 8 months ago

The parallel port used to be used for connecting all kinds of homemade devices like logic analyzers, microcontroller programmers, frame grabbers, or just used for GPIO for reading switches and controlling relays. It was a lot easier to access directly from DOS than it is from Linux or newer versions of windows though.

Of course you could just connect a printer to it. I've got a thermal receipt printer that I've been meaning to write software for eventually. It will print out whatever I cat to /dev/lp0, but I can't easily do any formatting or control the cutter that way.