On offer here for £30 plus whatever postage costs, is a ZX81 RS232 interface. Manufacturer unknown (it's most probably a German made product - Weidner is on the PCB). It uses a National Semiconductor INS8255N chip to do the business. I cannot test it, but if it doesn't work I'll gladly take it back.
RS232 Interface (8255 Chip) £30
RS232 Interface (8255 Chip) £30
I'm Chris, a Brit in Germany (Chr$ on the QL forum). https:\\QXL.WIN < QL related collection.
- 1024MAK
- Posts: 5527
- Joined: Mon Sep 26, 2011 10:56 am
- Location: Looking forward to summer in Somerset, UK...
- Contact:
Re: RS232 Interface (8255 Chip) £30
Hi Chris
I think that interface is actually a parallel ‘user’ port rather than a RS232 interface.
The main chip (INS8255N), is a PIA (see the attached datasheet), there are no voltage level shifters for the line to the 25 way D connector and there is no crystal for the baud rate clock generation.
Mark
I think that interface is actually a parallel ‘user’ port rather than a RS232 interface.
The main chip (INS8255N), is a PIA (see the attached datasheet), there are no voltage level shifters for the line to the 25 way D connector and there is no crystal for the baud rate clock generation.
Mark
- Attachments
-
- INS8255N.PDF
- INS8255N
- (259.3 KiB) Downloaded 421 times
ZX81 Variations
ZX81 Chip Pin-outs
ZX81 Video Transistor Amp
Standby alert 
There are four lights!
Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb
Spring approaching...
ZX81 Chip Pin-outs
ZX81 Video Transistor Amp


There are four lights!
Step up to red alert. Sir, are you absolutely sure? It does mean changing the bulb

Spring approaching...
Re: RS232 Interface (8255 Chip) £30
Hi,
Yes, it's an (another!) Centronics card… too many datas on the socket, it's a female subd25 and there's no cristal/max232 components.
But, with a 8255, you can send a serial data on the socket… with a good zx81 program.
Yes, it's an (another!) Centronics card… too many datas on the socket, it's a female subd25 and there's no cristal/max232 components.
But, with a 8255, you can send a serial data on the socket… with a good zx81 program.
Xavier ...on the Facebook groupe : "Zx81 France"(fr)
Re: RS232 Interface (8255 Chip) £30
Thanks both. In that case I may as well bundle it with my other centronics items.
I'm Chris, a Brit in Germany (Chr$ on the QL forum). https:\\QXL.WIN < QL related collection.
Re: RS232 Interface (8255 Chip) £30
The both IORQ (data/command) had to be retrieve.
Asm driver from the 8255 simulator on Vb81: [edit: ROM Driver from the Micro-Systèmes #47 :
http://zx81.ordi5.free.fr/brico/ui
https://www.abandonware-magazines.org/a ... =64&page=3
]
[edit2: the 24 I/O (PIA,PIB & PIC) are connected on the SUB 25 socket, can't be use on a Centronics printer, but the ground can be picked up on the card…]
Asm driver from the 8255 simulator on Vb81: [edit: ROM Driver from the Micro-Systèmes #47 :
http://zx81.ordi5.free.fr/brico/ui
https://www.abandonware-magazines.org/a ... =64&page=3
]
[edit2: the 24 I/O (PIA,PIB & PIC) are connected on the SUB 25 socket, can't be use on a Centronics printer, but the ground can be picked up on the card…]
Last edited by XavSnap on Wed Sep 30, 2020 9:37 am, edited 2 times in total.
Xavier ...on the Facebook groupe : "Zx81 France"(fr)
Re: RS232 Interface (8255 Chip) £30
Hello,
I'm interested by your card, could you contact my PM to discuss about it?
Thanks
Yann
I'm interested by your card, could you contact my PM to discuss about it?
Thanks
Yann
Re: RS232 Interface (8255 Chip) £30
Done that.
I'm Chris, a Brit in Germany (Chr$ on the QL forum). https:\\QXL.WIN < QL related collection.
Re: RS232 Interface (8255 Chip) £30
To code a little driver, i built a Kicad project from the french "Micro-Systèmes" #47: "interface universelle" with a 8255 PIO.

Monitor ROM & PCB: http://abandon.pcbs.free.fr/MicroSystemes.htm
http://abandon.pcbs.free.fr/MicroSystem ... le_n47.pdf

Monitor ROM & PCB: http://abandon.pcbs.free.fr/MicroSystemes.htm
http://abandon.pcbs.free.fr/MicroSystem ... le_n47.pdf
Xavier ...on the Facebook groupe : "Zx81 France"(fr)