Wires wires wires
#41
RE: Wires wires wires
On some serial ports, DTR is used for flow control instead of RTS. The problem arises because ports like MiniDIN-8 only have 3 real status lines (for Macintosh compatibility, those are HSKi, HSKo, and GPi). The 8 pins are really only 6 signals, because RS-422 uses differential lines for transmit/receive. For RS-423 (mostly RS-232 compatible), those become single-ended, but the 2 other pins can't be freely repurposed.

Do the Indigo2 and Indy connect their serial port pins to the same pins of the Zilog SCC? It surprises me that they would act differently since the hardware is basically the same.

https://www.xrite.com/service-support/pi..._interface
(Insert a link to Inside Macintosh here when I have time to look for it)

DSR shouldn't be part of this, though. DSR is not really used for anything. To control a modem, the host uses DTR to force the modem to return to command mode, and the modem sends CD to tell the host it has a connection active. These states don't serve any purpose for null modem connections, so crossing DTR with DSR is not really what you want. It's more like crossing DTR+RTS with CTS.

Personaliris O2 Indigo2 R10000/IMPACT Indigo2 R10000/IMPACT Indigo2 Indy   (past: 4D70GT)
(This post was last modified: 12-29-2020, 07:58 PM by robespierre.)
robespierre
refector peritus

Trade Count: (0)
Posts: 640
Threads: 3
Joined: Nov 2020
Location: Massholium
Find Reply
12-29-2020, 05:40 PM
#42
RE: Wires wires wires
I created a breadboard prototype adapter using the connection definition found in the Challenge S manual:

Code:
DTR - DSD
CTS - RTS
TXD - RXD
GND - GND
RXD - TXD
RTS - CTS
DCD - DTR

[Image: din8-adapter-1-sm.jpg]

This time a connection to the Indigo works with flow control:

[Image: din8-adapter-2-sm.jpg]

Result:

[Image: din8-adapter-3-sm.jpg]

The Indigo is connected to port #37 ("Indigo R4400"), and the Cyclades detects RTS, CTS, DCD and DTR in use (?).

NB: it seems that if I do not disregard the DCD state in the Cyclades port config then it doesn't work? Didn't pursue further ...
jan-jaap
SGI Collector

Trade Count: (0)
Posts: 1,048
Threads: 37
Joined: Jun 2018
Location: Netherlands
Website Find Reply
01-12-2021, 09:58 PM
#43
RE: Wires wires wires
(12-29-2020, 05:40 PM)robespierre Wrote:  Do the Indigo2 and Indy connect their serial port pins to the same pins of the Zilog SCC? It surprises me that they would act differently since the hardware is basically the same.

The wiring is the same on Indigo, Indy and Indigo2. But on the Indigo, the CTR, DCD, DTR and RTS signal are inverted.
(This post was last modified: 01-14-2021, 09:18 AM by miod.)
miod
Grumpy Old Fart

Trade Count: (0)
Posts: 30
Threads: 0
Joined: May 2018
Find Reply
01-14-2021, 09:17 AM


Forum Jump:


Users browsing this thread: 1 Guest(s)