Nothing is displayed on my Mega STe when I turn it on (the monitor is OK -checked with an STe), and the power supply outputs the correct voltages, so I'm considering getting a diagnostic cartridge (item #0165).
Since my screen is black I obviously need to view the results from somewhere else, and besides having read this excellent posting: Basic Troubleshooting - Diagnostic Cartridge basics along with this brief overview, I have a couple of questions:
1) I don't have a PC, and my two Mac computers don't have a serial port. I would have to use a USB port instead, and if the software has to run on a PC I could install Windows via Bootcamp.
Will I need to get a USB-serial adapter cable? If so, are there particular specs to look out for, or will just about any such adapter work?
How about the PARCP-USB adapter (originally intended for transferring files between an ST and Mac/PC)?
2) Is the 25 pin-9-pin diagnostic cable (item # 0191) a standard serial null-modem cable, or is this a custom cable made especially for the cartridge?
3) Has anyone tried such a connection on a Mac (in MacOS)? Which terminal software would work with this, and does anyone reading have any experiences with the actual hardware connection (Serial-USB adapter cable?)?
REMINDER - Stay logged in for at least 2 hours a week to get whitelisted.
Also it helps build a picture where our "good traffic" is coming from for detection scripts.
:o)
Also it helps build a picture where our "good traffic" is coming from for detection scripts.
:o)
Diagnostic cartridge (dead Mega STe)
-
Pacman
- Posts: 256
- Joined: 28 Aug 2017 00:56
- Location: Norway
Diagnostic cartridge (dead Mega STe)
STe | MonSTer with dual IDE-CF memory card adapter | NEC Multisync 1990SXi | ST_ESSC | RSVE | Link '97 | Sony HD floppy drive/AJAX controller | Exxos HD floppy module | Battery-backed Ricoh realtime clock module | Discovery cartridge | C-Lab Unitor-2 | C-Lab Export | C-Lab Combiner | C-Lab Steady Eye | C-Lab Human Touch | Unicorn USB
💧Are you a good person? 💧Living Waters
💧Are you a good person? 💧Living Waters
-
exxos
- Site Admin

- Posts: 28601
- Joined: 16 Aug 2017 23:19
- Location: UK
Re: Diagnostic cartridge (dead Mega STe)
I think the cable is standard wiring, but the connectors are not.. I had to get them custom-made.
-
frank.lukas
- Posts: 812
- Joined: 19 Jan 2018 11:52
Re: Diagnostic cartridge (dead Mega STe)
You can also use a other Atari ST/STE with a terminal program ...Pacman wrote: 09 Mar 2021 20:52 ... I don't have a PC, and my two Mac computers don't have a serial port.
-
olivier.jan
- Site sponsor

- Posts: 340
- Joined: 01 Jun 2020 08:00
Re: Diagnostic cartridge (dead Mega STe)
If you have a small usb to serial adapter (FTDI232 for example) you just connect RX,TX and GND to SI,SO and GND pins of the MFP.
Using serialTools or minicom on the Mac at 9600 bauds, you’ll have proper connection.
You can also use any 5v capable Microcontroller (Arduino for example) to interface its serial to its USB port.
Just don’t connect any of these devices to the rs-232 port of the Atari as it’s not pure 5v logic and you might fry the device.
Using serialTools or minicom on the Mac at 9600 bauds, you’ll have proper connection.
You can also use any 5v capable Microcontroller (Arduino for example) to interface its serial to its USB port.
Just don’t connect any of these devices to the rs-232 port of the Atari as it’s not pure 5v logic and you might fry the device.
Retro stuff
520 STF/ 1040 STE / Mega ST / 2 Mega STE / 2 H5
2 x 600XL with U1MB /SOFIA 2/ AVG CART / and a few 1050
Apple //c, Commodore 128, Mac Classic, SE/30, LC, IIvi and PB G3 (Clamshell)
Amiga 600 and a few 486 and 386.
Many Nintendo G&W and other electronic games from the late 70s/early 80s.
520 STF/ 1040 STE / Mega ST / 2 Mega STE / 2 H5
2 x 600XL with U1MB /SOFIA 2/ AVG CART / and a few 1050
Apple //c, Commodore 128, Mac Classic, SE/30, LC, IIvi and PB G3 (Clamshell)
Amiga 600 and a few 486 and 386.
Many Nintendo G&W and other electronic games from the late 70s/early 80s.
-
qq1975b
- Posts: 61
- Joined: 18 Sep 2017 22:16
Re: Diagnostic cartridge (dead Mega STe)
But...which monitor do you use? MSTE has shown video issues several times.
-
stephen_usher
- Site sponsor

- Posts: 7444
- Joined: 13 Nov 2017 19:19
- Location: Oxford, UK.
Re: Diagnostic cartridge (dead Mega STe)
A normal USB serial cable will be fine. You will need to install the driver from the chipset manufacturer and reboot. Usually they're Prolific chipsets.Pacman wrote: 09 Mar 2021 20:52 1) I don't have a PC, and my two Mac computers don't have a serial port. I would have to use a USB port instead, and if the software has to run on a PC I could install Windows via Bootcamp.
Will I need to get a USB-serial adapter cable? If so, are there particular specs to look out for, or will just about any such adapter work?
How about the PARCP-USB adapter (originally intended for transferring files between an ST and Mac/PC)?
A normal NULL modem cable will work fine, you just need to make sure that you don't turn on hardware flow control.
You can merely start the standard macOS Terminal app (Applications -> Utilities) and then use the 'cu' command. (Type "man cu" for the documentation.) The serial port will be something like /dev/tty.USBserial or some such.2) Is the 25 pin-9-pin diagnostic cable (item # 0191) a standard serial null-modem cable, or is this a custom cable made especially for the cartridge?
3) Has anyone tried such a connection on a Mac (in MacOS)? Which terminal software would work with this, and does anyone reading have any experiences with the actual hardware connection (Serial-USB adapter cable?)?
I can't remember the baud rate .
So, the command would be something like:
Code: Select all
cu -l /dev/tty.USBserial -s 2400 Intro retro computers since before they were retro...
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
-
mfro
- Posts: 125
- Joined: 13 Dec 2018 07:32
Re: Diagnostic cartridge (dead Mega STe)
There are cheap ones on e*bay, you only need to make sure you'll get a "real" RS232 adapter with the proper voltage level. There are lots of adapters out there that only support TTL level.Pacman wrote: 09 Mar 2021 20:52 Will I need to get a USB-serial adapter cable? If so, are there particular specs to look out for, or will just about any such adapter work?
Mac OS comes with screen (a "multiwindow" terminal that can be used as serial terminal program as well) and at least with FTDI serial drivers (Prolific, the other major vendor, should have drivers available for download).
And remember: Beethoven wrote his first symphony in C.
-
derkom
- Moderator

- Posts: 1232
- Joined: 29 Jul 2018 18:45
Re: Diagnostic cartridge (dead Mega STe)
Diag cart outputs at 9600 8N1 (code segment in quote corrected). :)stephen_usher wrote: 10 Mar 2021 09:13 I can't remember the baud rate .
So, the command would be something like:Code: Select all
cu -l /dev/tty.USBserial -s 9600
-
stephen_usher
- Site sponsor

- Posts: 7444
- Joined: 13 Nov 2017 19:19
- Location: Oxford, UK.
Re: Diagnostic cartridge (dead Mega STe)
:dualthumbup:
Intro retro computers since before they were retro...
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
-
Pacman
- Posts: 256
- Joined: 28 Aug 2017 00:56
- Location: Norway
Re: Diagnostic cartridge (dead Mega STe)
You're absolutely right!frank.lukas wrote: 09 Mar 2021 21:10You can also use a other Atari ST/STE with a terminal program ...Pacman wrote: 09 Mar 2021 20:52 ... I don't have a PC, and my two Mac computers don't have a serial port.
Sometimes the obvious things right in front of you are the hardest to see! :lol:
Is the VT52 terminal ACC (from the Atari language disk) the easiest terminal to use for this?
Back in the 90s I remember using ConNect for going online, but the details have slipped my mind, and I just need something very basic which doesn't add to the troubleshooting problems.
STe | MonSTer with dual IDE-CF memory card adapter | NEC Multisync 1990SXi | ST_ESSC | RSVE | Link '97 | Sony HD floppy drive/AJAX controller | Exxos HD floppy module | Battery-backed Ricoh realtime clock module | Discovery cartridge | C-Lab Unitor-2 | C-Lab Export | C-Lab Combiner | C-Lab Steady Eye | C-Lab Human Touch | Unicorn USB
💧Are you a good person? 💧Living Waters
💧Are you a good person? 💧Living Waters
Who is online
Users browsing this forum: Amazon [bot], ClaudeBot, MEX68KECB and 12 guests