![]() |
|
![]() |
|
|||||||
| Vintage Computers Any vintage computer systems, calculators, video games etc., but with an emphasis on 1980s and earlier equipment. |
![]() |
|
|
Thread Tools |
|
|
#1 |
|
Octode
Join Date: Dec 2008
Location: Wincanton, Somerset, UK.
Posts: 1,932
|
Can anyone please point me to a person or organisation who might be able to assist in extracting word-processor files from 1980's DEC Rainbow floppies? I believe they're Wordmarc originated.
Thanks John |
|
|
|
|
#2 |
|
Dekatron
Join Date: Jun 2015
Location: Biggin Hill, London, UK.
Posts: 6,106
|
The Rainbow floppy drive was an RX50, which is single-sided, 80 cylinder. Normal MFM data encoding. The data capacity was thus around 360KBytes.
Physically, a PC 1.2MByte drive should be able to read the disks although you would obviously need special software. I am NOT offering to do it. |
|
|
|
|
#3 |
|
Octode
Join Date: Dec 2008
Location: Wincanton, Somerset, UK.
Posts: 1,932
|
Thanks for the info. I have the Wordmarc install discs, (and Winchester drive utilities) so the easiest solution would seem to be to find someone with a working Rainbow?
John |
|
|
|
|
#4 |
|
Moderator
Join Date: Jun 2003
Location: Oxford, UK
Posts: 30,581
|
If you can find somebody with a Rainbow, you should be able to transfer the files to a more modern computer using Kermit. There are Rainbow versions for both MS-DOS and CP/M86 - can't remember if there's one for CP/M. The DOS version (MS-Kermit) is likely to be the best developed.
|
|
|
|
|
#5 |
|
Dekatron
Join Date: Feb 2005
Location: West Cumbria (CA13), UK
Posts: 6,446
|
I'm pretty sure there was a CP/M version of Kermit developed, as I seem to recall using it to transfer Amstrad PCW files to PC many years ago.
__________________
Mending is better than Ending (cf Brave New World by Aldous Huxley) |
|
|
|
|
#6 |
|
Heptode
Join Date: Aug 2009
Location: Worthing, Sussex, UK.
Posts: 704
|
http://www.dbit.com/putr/ is a useful program for reading rx50 disks on a 1.2MByte drive
|
|
|
|
|
#7 |
|
Moderator
Join Date: Jun 2003
Location: Oxford, UK
Posts: 30,581
|
There was certainly a CP/M version, but I can't remember if it would run on the Rainbow - they were rather an odd design.
|
|
|
|
|
#8 |
|
Dekatron
Join Date: Apr 2012
Location: Wiltshire, UK.
Posts: 15,891
|
If you can get a version PC [DOS or Windows] Kermit to listen via a cable to the Rainbow's serial-port [at a suitably low speed] you can do some fun things.
CP/M has a function called pip - it can be used to copy the contents of a CP/M file to another 'device' such as a serial port. Set up the receiving Kermit on a PC connected to the serial-port, using the command: log session c:\session.log then use the CP/M 'pip' command to send the file to the serial port [which might be defined as TTY: or something]. If you set the speeds of the serial-port on both the sending and receiving ends suitably-low you can get away with not needing to bother with XON-XOFF or CTS/RTS flow-control.
__________________
Let's Degauss. |
|
|
|
|
#9 |
|
Octode
Join Date: Mar 2011
Location: North Yorkshire, UK.
Posts: 1,516
|
Over on the Nascom group are a few Gemini Multi Format Bios users - maybe you could ask there?
|
|
|
|
|
#10 | |
|
Dekatron
Join Date: Jun 2015
Location: Biggin Hill, London, UK.
Posts: 6,106
|
Quote:
I would be very suprised if there was no version of kermit for this machine though. Alternatively as the printer port is an RS232 port (not Centronics parallel) you could 'print' the files from the word processor software and capture what comes out of that port. |
|
|
|
|
|
#11 |
|
Moderator
Join Date: Jun 2003
Location: Oxford, UK
Posts: 30,581
|
As I said upthread, there are certainly versions for the 8088 and I think the CP/M version will run on the Z80, but I haven't seen a Rainbow for 30 years and can't remember without checking.
|
|
|
|
|
#12 |
|
Octode
Join Date: Dec 2008
Location: Wincanton, Somerset, UK.
Posts: 1,932
|
The Rainbow seems to have been very well engineered, and could boot in at least a couple of different systems?
https://youtu.be/qPHFnFKulFE?feature=shared |
|
|
|
|
#13 |
|
Tetrode
Join Date: Jul 2010
Location: UK East Midlands
Posts: 88
|
Assuming access to a 5.25" 80 track drive they could probably be read with the Greaseweazle tool, then the subsequent image files accessed with cpmtools.
There is a disk definition for Rainbow in cpmtools. Code:
# PRO CP/M RZ50 DZ format (Perhaps only 79 tracks should be used?) diskdef dec_pro seclen 512 tracks 80 sectrk 10 blocksize 2048 maxdir 128 skew 2 boottrk 2 os 2.2 end
__________________
Still reading Radio Servicing by Abraham Marcus. |
|
|