welp, how'd i get into THIS situation? let's rewind...
*earlier* what i have here is a Sun SPARCstation 1+.
it's going to need a little work but WHAT is that blob of duct tape
looks like a coin cell mod.
on the back, we have the usual semi-cursed 13W3 video connector and the Sun keyboard connector. where am i going to find a Sun keyboard?
i just happen to have one, new in box! i bought this years ago at Weird Stuff Warehouse when they were still around. i have no idea why, but i'm glad i did.
i've also got some Sun mice. an M3 and an M4.
however, they have RJ11 connectors and the keyboard (which is where the mouse plugs in) just has a mini-DIN connector. uh oh.
which brings me back to here. does this mouse, despite the connector difference, use the same protocol?
looks like it is essentially the same protocol as the version of the mouse (type 4?) designed for the SPARCstation. the output is open collector, inverted async serial, 5 byte.
time to build an adapter. the connector is RJ11 (technically 6P4C) but it has these pins sticking out, presumably so you can't plug it into a phone jack.
ahh well, i'll just file some grooves.
adapter!
couldn't find a Sun 13W3 cable adapter so I'm doing this to get to VGA.
well it found the keyboard!
four months later  i made the Video Snake Oil board that can adapt 13W3 (any type!) to VGA. you just wire up the little pads to whatever your machine needs.
@tubetime @me_ Oh lord, this is great, you’re like 4 months down the road i’be just started! I do theoretically have a 13W3 monitor (untested), but need to resolve the keyboard situation. I was going to try to get a rpi’s gpio to talk the serial protocol. I love this thread!

@a for the video you can use this adapter: https://github.com/schlae/13W3

for the keyboard it is literally just a serial port, you could do it with an rpi or an arduino quite easily

GitHub - schlae/13W3: 13W3 Video Snake Oil

13W3 Video Snake Oil. Contribute to schlae/13W3 development by creating an account on GitHub.

GitHub

@tubetime @a i made an adapter for the keyboard and mouse using a rpi pico :)

https://go.daz.cat/usb3sun

usb3sun, a usb input adapter for sun workstations | the funny computer museum

@delan @tubetime Oh, this looks awesome! I love that you put in stuff like the idprom macro; great touch I wouldn’t have thought of. I’d still like to get something going with the (non-pico) pi because I want to treat it as a wifi pseudo-bridge, but given how far underwater my project list is, maybe I’ll start with this.