VGXT GM3B board's serial port does not communicated
#1
VGXT GM3B board's serial port does not communicated
I have tried to use GM3B board's serial port with serial cable which I used to connect 9 pin tty(0) console from my PC. With console the cable works fine (PROM, login, etc...), with GM3B board's serial port it does not display anything. The cable hardware - RX, TX and GND pins only soldered. Soft - 9600/8/N/1.

Can anybody help?

Best wishes
Dmitri
(This post was last modified: 12-05-2019, 02:51 PM by dstep.)
dstep
O2

Trade Count: (0)
Posts: 22
Threads: 6
Joined: Dec 2019
Find Reply
12-05-2019, 12:54 PM
#2
RE: VGXT GM3B board's serial port does not communicated
(12-05-2019, 12:54 PM)dstep Wrote:  I have tried to use GM3B board's serial port with serial cable which I used to connect 9 pin tty(0) console from my PC. With console the cable works fine (PROM, login, etc...), with GM3B board's serial port it does not display anything. The cable hardware - RX, TX and GND pins only soldered. Soft - 9600/8/N/1.


Hmmm. The DE9 serial port on the GM3B uses the same pinout as the regular console port on the system. This pinout is not what a PC uses but you already know this if you can see prom output.

I've played with the GM monitor myself but it's years ago. I'm pretty sure it gives some diagnostics output when you power up the system, and then presents a menu where you can manipulate memory and registers. I think there's even an 68K debugger included.

My console cable for the old IRISes has the flow control signals wired but I have no idea if you need that. 9600/n/8/1 sounds right.
jan-jaap
SGI Collector

Trade Count: (0)
Posts: 1,048
Threads: 37
Joined: Jun 2018
Location: Netherlands
Website Find Reply
12-05-2019, 04:05 PM
#3
RE: VGXT GM3B board's serial port does not communicated
(12-05-2019, 04:05 PM)jan-jaap Wrote:  
(12-05-2019, 12:54 PM)dstep Wrote:  I have tried to use GM3B board's serial port with serial cable which I used to connect 9 pin tty(0) console from my PC. With console the cable works fine (PROM, login, etc...), with GM3B board's serial port it does not display anything. The cable hardware - RX, TX and GND pins only soldered. Soft - 9600/8/N/1.


Hmmm. The DE9 serial port on the GM3B uses the same pinout as the regular console port on the system. This pinout is not what a PC uses but you already know this if you can see prom output.

I've played with the GM monitor myself but it's years ago. I'm pretty sure it gives some diagnostics output when you power up the system, and then presents a menu where you can manipulate memory and registers. I think there's even an 68K debugger included.

My console cable for the old IRISes has the flow control signals wired but I have no idea if you need that. 9600/n/8/1 sounds right.

Thank you for answer
Which ones RTS, CTS, DCD, DTR?
Do you connect the cable to PC?
(This post was last modified: 12-05-2019, 04:31 PM by dstep.)
dstep
O2

Trade Count: (0)
Posts: 22
Threads: 6
Joined: Dec 2019
Find Reply
12-05-2019, 04:29 PM
#4
RE: VGXT GM3B board's serial port does not communicated
(12-05-2019, 04:29 PM)dstep Wrote:  Which ones RTS, CTS, DCD, DTR?
Do you connect the cable to PC?


Try man(7) serial on an IRIX old enough to support the PowerSeries or Crimson, e.g. everything up to 6.2:

Code:
    There are four different types of connectors found on various 4D models.
    The DB-9 serial port connectors, which are found on the Challenge, Onyx,
    Personal Iris, and PowerSeries machines,  have the following pin
    assignments.

                                -------------------
                                \  5  4  3  2  1  /
                                 \  9  8  7  6   /
                                  ---------------

                        __________________________________
                        |Pin_|_Name_|_Description_________|
                        | 2  | TD   | Transmit Data       |
                        | 3  | RD   | Receive Data        |
                        | 4  | RTS  | Request To Send     |
                        | 5  | CTS  | Clear To Send       |
                        | 7  | SG   | Signal Ground       |
                        | 8  | DCD  | Data Carrier Detect |
                        | 9  | DTR  | Data Terminal Ready |
                        |____|______|_____________________|

Or http://www.sgistuff.net/mirrors/4dfaq/in...erialports

This is just the meaning of the pins on the side of the IRIS, the generic instructions for making a NULL modem cable apply (e.g. TX <-> RX, RTS <-> CTS etc). I made such a cable (IRIS 4D <-> IBM DB9) many years ago, have been using it with a real PC when they still had serial ports and with USB COM port dongles on PC and MacBook.

If all else fails I can open my cable and see if it has full, partial or no handshaking. My guess would be full handshaking.
jan-jaap
SGI Collector

Trade Count: (0)
Posts: 1,048
Threads: 37
Joined: Jun 2018
Location: Netherlands
Website Find Reply
12-06-2019, 10:17 AM
#5
RE: VGXT GM3B board's serial port does not communicated
I have made a cable like
http://www.sgistuff.net/mirrors/4dfaq/in...erialports
but adapted for DB9, and it works now for VGXT serial connector.

Thank you
dstep
O2

Trade Count: (0)
Posts: 22
Threads: 6
Joined: Dec 2019
Find Reply
02-03-2020, 01:24 PM
#6
RE: VGXT GM3B board's serial port does not communicated
(02-03-2020, 01:24 PM)dstep Wrote:  I have made a cable like
http://www.sgistuff.net/mirrors/4dfaq/in...erialports
but adapted for DB9, and it works now for VGXT serial connector.

Thank you

dstep, could you post the on/off configuration of your RM lights? A picture would work perfectly too. I’m back to troubleshooting my VGXT board set and I’m convinced the boards are most likely working correctly but want to be sure. Thanks!

Glad you got your cable setup squared away!

Onyx  Vault L  Crimson  Indigo  Personaliris  Octane2  1600SW   Indigo2 R10000/IMPACT  Indigo2  Indy  Challenge S  Tezro Rack
CB_HK
Crimson

Trade Count: (7)
Posts: 231
Threads: 43
Joined: May 2018
Location: Las Vegas, NV
Find Reply
02-16-2020, 07:58 PM
#7
RE: VGXT GM3B board's serial port does not communicated
(02-16-2020, 07:58 PM)CB_HK Wrote:  
(02-03-2020, 01:24 PM)dstep Wrote:  I have made a cable like
http://www.sgistuff.net/mirrors/4dfaq/in...erialports
but adapted for DB9, and it works now for VGXT serial connector.

Thank you

dstep, could you post the on/off configuration of your RM lights? A picture would work perfectly too. I’m back to troubleshooting my VGXT board set and I’m convinced the boards are most likely working correctly but want to be sure. Thanks!

Glad you got your cable setup squared away!

Here's a blinkenlights party photo of my 4D/380 VGX. I don't think the LEDs on a VGXT are any different. IIRC the top LED on the RM's is lit, the 2nd off, the 3rd blinking and the rest lit. Something tells me that most of the LEDs reflect the status of Image Engines -- there are 20 on each RM I believe.

Unfortunately I can't start the monster right now because I'm redoing the wiring to the 19" rack sitting right next to it. The place is a mess and the 4D/380 is disconnected.

If the system is running either IRIX 5.3 or 6.2 I have diagnostics for the big iron graphics. That might help, assuming the pipe is detected and doesn't crash the system at boot.

[Image: IMG_2284.jpg]
jan-jaap
SGI Collector

Trade Count: (0)
Posts: 1,048
Threads: 37
Joined: Jun 2018
Location: Netherlands
Website Find Reply
02-17-2020, 09:07 AM
#8
RE: VGXT GM3B board's serial port does not communicated
(02-16-2020, 07:58 PM)CB_HK Wrote:  
(02-03-2020, 01:24 PM)dstep Wrote:  I have made a cable like
http://www.sgistuff.net/mirrors/4dfaq/in...erialports
but adapted for DB9, and it works now for VGXT serial connector.

Thank you

dstep, could you post the on/off configuration of your RM lights? A picture would work perfectly too. I’m back to troubleshooting my VGXT board set and I’m convinced the boards are most likely working correctly but want to be sure. Thanks!

Glad you got your cable setup squared away!


Hello

I have made some pictures and video of mine system with VGXT (one CPU board id disconnected). Also I have trouble with VGXT it displays only at boot stage. VGXT says - checksum error. I will start a new thread for it.



PS I tried to add a video but unsuccessfully. I can send the video to you some other way, if you interested.



By the way I "fixed" all the system which did not start at all by pushing every IC in its bed to improve electrical connection (be carefull, I used big antistatic mat). Also this method helped me to remove "garbage" on display.


Attached Files Image(s)
           
(This post was last modified: 02-17-2020, 03:25 PM by dstep.)
dstep
O2

Trade Count: (0)
Posts: 22
Threads: 6
Joined: Dec 2019
Find Reply
02-17-2020, 03:12 PM
#9
RE: VGXT GM3B board's serial port does not communicated
Hey, another Predator rack! Don't see many of those around.

Any idea about it's history? Mine was originally owned by the Fraunhofer-Arbeitsgruppe für Graphische Datenverarbeitung in Darmstadt, Germany (FhG-AGD, now Fraunhofer-IGD). Mine is the system in the article below:

[Image: perform2.jpg]
jan-jaap
SGI Collector

Trade Count: (0)
Posts: 1,048
Threads: 37
Joined: Jun 2018
Location: Netherlands
Website Find Reply
02-17-2020, 04:16 PM
#10
RE: VGXT GM3B board's serial port does not communicated
Awesome! Thank you both for the photos!

jan-jaap, I think I still have the diagnostics you sent me a while back. I'm going to dig them out shortly to run.

As an aside, I'm missing almost all the screws that hold the front board connectors in place. The connectors are definitely snug, but I'm wondering if I need to source replacement screws. The old USENET posts make mention of any loose connections being a cause for errors and boards not working correctly. Any thoughts?

Onyx  Vault L  Crimson  Indigo  Personaliris  Octane2  1600SW   Indigo2 R10000/IMPACT  Indigo2  Indy  Challenge S  Tezro Rack
CB_HK
Crimson

Trade Count: (7)
Posts: 231
Threads: 43
Joined: May 2018
Location: Las Vegas, NV
Find Reply
02-17-2020, 07:44 PM


Forum Jump:


Users browsing this thread: 1 Guest(s)