Sounds like an interesting project.
The IBM PC Parallel port is described at this URL: https://pinouts.ru/ParallelPorts/Par...C_pinout.shtml
Code:
Pin Name Dir Description
1 /STROBE --> Strobe
2 D0 --> Data Bit 0
3 D1 --> Data Bit 1
4 D2 --> Data Bit 2
5 D3 --> Data Bit 3
6 D4 --> Data Bit 4
7 D5 --> Data Bit 5
8 D6 --> Data Bit 6
9 D7 --> Data Bit 7
10 /ACK <-- Acknowledge
11 BUSY <-- Busy
12 PE <-- Paper End
13 SEL <-- Select
14 /AUTOFD --> Autofeed
15 /ERROR <-- Error
16 /INIT --> Initialize
17 /SELIN --> Select In
Using Pins (2..9) = D{0..7} it shouldn't be hard to get the 8 bits sent over the RJ-11's 8 wires
to D{0..7} in the EPROM Emulator. D{0..7} should be wired to the RJ-11 Port on
the EPROM Emulator from it's internal RAM.
Once you have that figured out you could make a PCB (if needed) or just wire
the Parallel Cable accordingly.
Larry
Bookmarks