VOGONS


First post, by King_Corduroy

User metadata
Rank Oldbie
Rank
Oldbie

Hello guys today I went around to the local recycling centre and spotted this laying in the pile of junk! I couldn't believe it!

Unfortunately there was no keyboard with it and I cannot get it to do anything for the life of me, I looked at the manual online but it's pretty darn vague as to what could possibly be the issue. So basically since this is my first time ever using or owning a serial terminal I kind of want to know what I'm looking for here to know if it is indeed alive. I'm probably going to hold onto it either way (especially if I can get a hold of the matching keyboard somehow.

Also how can it be used today if indeed it does end up working?

Here are some pictures I took of it after (and during) I cleaned it up:

sam_0192_v01_by_mad_king_corduroy-d8ewfbe.jpg

sam_0186_v01_by_mad_king_corduroy-d8ewfbx.jpg

sam_0187_v01_by_mad_king_corduroy-d8ewfbv.jpg

sam_0189_v01_by_mad_king_corduroy-d8ewfbo.jpg

sam_0182_v01_by_mad_king_corduroy-d8ewfc0.jpg

Check me out at Transcendental Airwaves on Youtube! Fast-food sucks!

Reply 1 of 11, by SquallStrife

User metadata
Rank l33t
Rank
l33t

Any terminal should give you a flashing cursor on powerup, if nothing else. If you're not getting at least that, then just follow normal electronics troubleshooting procedure. Check voltages, look for faulty caps, see if the CRT's filament is glowing, etc.

Heck, it may just need a fuse.

VogonsDrivers.com | Link | News Thread

Reply 2 of 11, by BSA Starfire

User metadata
Rank Oldbie
Rank
Oldbie

What a fantastic looking object, I'd keep that regardless if only for a conversation piece. Brilliant!

286 20MHz,1MB RAM,Trident 8900B 1MB, Conner CFA-170A.SB 1350B
386SX 33MHz,ULSI 387,4MB Ram,OAK OTI077 1MB. Seagate ST1144A, MS WSS audio
Amstrad PC 9486i, DX/2 66, 16 MB RAM, Cirrus SVGA,Win 95,SB 16
Cyrix MII 333,128MB,SiS 6326 H0 rev,ESS 1869,Win ME

Reply 3 of 11, by King_Corduroy

User metadata
Rank Oldbie
Rank
Oldbie

@Squall Thanks I'll try again to get the fuse out tomorrow. I couldn't get the cover off any more than the picture I showed and of course the fuse is all the way at the back and is not really easy to remove. 🤣

@BSA Yeah I agree, it's beautiful. I had read about these before and always wanted one, I couldn't believe my dumb luck to find the exact model I wanted. 🤣 In addition to this I just talked to someone who says he might have the matching blue keyboard. 😁

I really like the heat vents on the top, the whole thing is styled like some late 70's sports car. 🤣

sam_0164_v01_by_mad_king_corduroy-d8euj4z.jpg

Check me out at Transcendental Airwaves on Youtube! Fast-food sucks!

Reply 6 of 11, by ka1axy

User metadata
Rank Newbie
Rank
Newbie
King_Corduroy wrote:
Hello guys today I went around to the local recycling centre and spotted this laying in the pile of junk! I couldn't believe it! […]
Show full quote

Hello guys today I went around to the local recycling centre and spotted this laying in the pile of junk! I couldn't believe it!

Unfortunately there was no keyboard with it and I cannot get it to do anything for the life of me, I looked at the manual online but it's pretty darn vague as to what could possibly be the issue. So basically since this is my first time ever using or owning a serial terminal I kind of want to know what I'm looking for here to know if it is indeed alive. I'm probably going to hold onto it either way (especially if I can get a hold of the matching keyboard somehow.

Also how can it be used today if indeed it does end up working?

Here are some pictures I took of it after (and during) I cleaned it up:
]

I was one of the designers of this terminal. I designed the keyboard and wrote some of the code. My ASCII initials are in the character generator at character location $FF. The overriding design goal on this project (code name "Pegasus") was to produce a terminal cheaper than the LSI ADM-3 and its ilk. So, single main PCB with all the circuitry on it (HV CRT, AC line voltage and microprocessor), no video subchassis, we rolled our own keyboard.

The keyboard is custom, so your best bet is to try to find another terminal and keyboard. It's a very inexpensive design, just a shift register and some analog muxes across a capacitive key array. The processor shifts a one through the shift register, and the analog muxes will see a pulse if there's a key pressed. Being a capacitive keyboard, the analog muxes that detect the pulse are high impedance and they will eaily pick up the flyback pulse if the keyboard is placed on top of the terminal...except that I carefully wrote the code not to scan the keyboard during the time the flyback pulse is generated.

I uploaded the manual and main board schematic here:
https://www.scribd.com/doc/146282825/Data-Gen … eference-Series

The power supply is a custom off-line switcher, designed by a guy named Mike Ingemi. This was before switching power supplies came in nice IC packages, and it's a work of art. However, it can fail. Another failure mode is related to the fact that the HV anode connector for the CRT is located right on top of the microprocessor when the lid is closed! In retrospect, not a great idea. That's what the little metal shield is about.

Reply 8 of 11, by yawetaG

User metadata
Rank Oldbie
Rank
Oldbie
BSA Starfire wrote:

What a fantastic looking object, I'd keep that regardless if only for a conversation piece. Brilliant!

It looks like something you'd find on a 1960s-1970s sci-fi TV set! 🤣

Reply 9 of 11, by Jade Falcon

User metadata
Rank BANNED
Rank
BANNED
ka1axy wrote:
I was one of the designers of this terminal. I designed the keyboard and wrote some of the code. My ASCII initials are in the […]
Show full quote
King_Corduroy wrote:
Hello guys today I went around to the local recycling centre and spotted this laying in the pile of junk! I couldn't believe it! […]
Show full quote

Hello guys today I went around to the local recycling centre and spotted this laying in the pile of junk! I couldn't believe it!

Unfortunately there was no keyboard with it and I cannot get it to do anything for the life of me, I looked at the manual online but it's pretty darn vague as to what could possibly be the issue. So basically since this is my first time ever using or owning a serial terminal I kind of want to know what I'm looking for here to know if it is indeed alive. I'm probably going to hold onto it either way (especially if I can get a hold of the matching keyboard somehow.

Also how can it be used today if indeed it does end up working?

Here are some pictures I took of it after (and during) I cleaned it up:
]

I was one of the designers of this terminal. I designed the keyboard and wrote some of the code. My ASCII initials are in the character generator at character location $FF. The overriding design goal on this project (code name "Pegasus") was to produce a terminal cheaper than the LSI ADM-3 and its ilk. So, single main PCB with all the circuitry on it (HV CRT, AC line voltage and microprocessor), no video subchassis, we rolled our own keyboard.

The keyboard is custom, so your best bet is to try to find another terminal and keyboard. It's a very inexpensive design, just a shift register and some analog muxes across a capacitive key array. The processor shifts a one through the shift register, and the analog muxes will see a pulse if there's a key pressed. Being a capacitive keyboard, the analog muxes that detect the pulse are high impedance and they will eaily pick up the flyback pulse if the keyboard is placed on top of the terminal...except that I carefully wrote the code not to scan the keyboard during the time the flyback pulse is generated.

I uploaded the manual and main board schematic here:
https://www.scribd.com/doc/146282825/Data-Gen … eference-Series

The power supply is a custom off-line switcher, designed by a guy named Mike Ingemi. This was before switching power supplies came in nice IC packages, and it's a work of art. However, it can fail. Another failure mode is related to the fact that the HV anode connector for the CRT is located right on top of the microprocessor when the lid is closed! In retrospect, not a great idea. That's what the little metal shield is about.

Best first post ever.
Some useful info there.

Reply 11 of 11, by chinny22

User metadata
Rank l33t++
Rank
l33t++

Remember when that guy who was part of the Compaq Deskpro design team posted here recently?
Love it when guys who were part of original product design team give us a insight into how what really is old obsolete bits of hardware came into existence and gives some backstories into our rather strange hobby 😀

Thanks so much ka1axy 😀