Jonos Escort: Difference between revisions

From Tech Tangents
Jump to navigation Jump to search
(init)
 
 
(9 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{InfoboxDevice|Picture=Jonos-table-photo.jpg|Release Year=1982|Manufacturer=Jonos Computers LTD.|Condition=Working|Model Number=C2150|Serial Number=238|Software Environment=CP/M|CPU=Z80A|Removable Storage=3.25" FDD|Display Interface=Composite|External Connectors=RS-232, LPT Parallel, 50 pin Floppy|Sound=Piezo speaker|Input Voltage=120V AC|Power Connector=IEC C13/C14 Socket}}
{{InfoboxDevice|Picture=Jonos-table-photo.jpg|Release Year=1982|Manufacturer=Jonos Computers LTD.|Condition=Working|Model Number=C2150|Serial Number=238|Software Environment=CP/M|CPU=Z80A @ 6MHz|Removable Storage=3.25" FDD|Display Interface=Composite|External Connectors=RS-232, LPT Parallel, 50 pin Floppy|Sound=Piezo speaker|Input Voltage=120V AC|Power Connector=IEC C13/C14 Socket}}


This is a portable CP/M computer with a card back plane for expansion. The C2150 model shown here came with an additional card to add LPT Parallel output.
This is a portable CP/M computer with an STD back plane for system cards and expansion. The C2150 model shown here came with an additional card to add LPT Parallel, 64KB of RAM, video output(unconfirmed), and an RTC.


The front of the computer only has three controls, main power, reset, and CRT intensity.
The front of the computer only has three controls, main power, reset, and CRT intensity.


The Sony floppy drives in the machine are first generation and require the shutter be held open when putting them in the drive.
The Sony floppy drives in the machine are very early models and may need the shutter held open before putting them in the machine.


==Repairs - Modifications==
==Repairs - Modifications==
Line 14: Line 14:
* Unit was not shipped well and needed to have components secured back in place. No permanent damage from shipping appears to have occurred.
* Unit was not shipped well and needed to have components secured back in place. No permanent damage from shipping appears to have occurred.
* Sony floppy drives needed cleaning and relubrication
* Sony floppy drives needed cleaning and relubrication
== Floppy Disk Drives ==
My unit from mid 1983 shipped with Sony OA-D31V, these have the shutter opening arm included but it is possible other units may have OA-D30V without the arm. These drives do not use the later 3.5" 34 pin interface standard on later drives but may be adapted to it with a rewired cable.
=== Floppy Disk Format ===
==== Greaseweazle - diskdef ====
<pre>
# Jonos Escort CP/M
disk jonos.dd
   cyls = 70
   heads = 1
   tracks * ibm.mfm
       secs = 9
       bps = 512
       interleave = 2
   end
end
</pre>Linux path: <code>~/.local/lib/python3.10/site-packages/greaseweazle/data/'''disk'''defs.cfg</code>
==== cpmtools - diskdef ====
<pre>
# Jonos Courier/Escort C2100
diskdef jonos35
  seclen 512
  tracks 70
  sectrk 9
  blocksize 2048
  maxdir 64
  boottrk 2
  os 3
end
</pre>
Linux path: <code>/etc/cpmtools/diskdefs</code> 


== Photos ==
== Photos ==


=== System Chassis ===
<gallery>
File:Jonos escort1-keyboard.jpg
File:Jonos escort2-keycap.jpg
File:Jonos escort3-keystem.jpg
File:Jonos escort4-keyboard-PCB.jpg
File:Jonos escort5-rear-plate.jpg
File:Jonos escort6-backplane-cables.jpg
File:Jonos escort23-inside-rear.jpg
File:Jonos escort22-inside-topdown.jpg
File:Jonos escort18-PSU.jpg
File:Jonos escort19-CRT-analog.jpg
File:Jonos escort21-CRT.jpg
File:Jonos escort20-flyback.jpg
</gallery>
=== STD Boards ===
<gallery>
File:Jonos escort7-FDC-top.jpg|Floppy Controller (top)
File:Jonos escort8-FDC-bottom.jpg|Floppy Controller (bottom)
File:Jonos escort9-terminal-interface-top.jpg|Monitor and Keyboard interface (top)
File:Jonos escort10-terminal-interface-bottom.jpg|Monitor and Keyboard interface (bottom)
File:Jonos escort13-C2150-upgrade-top.jpg|RTC, LPT Parallel, additional 64k RAM, external video out for C2150 (top)
File:Jonos escort14-C2150-upgrade-bottom.jpg|RTC, LPT Parallel, additional 64k RAM, external video out for C2150 (bottom)
File:Jonos escort15-CPU-serial-top.jpg|CPU and Serial (top)
File:Jonos escort16-CPU-serial-botom.jpg|CPU and Serial (bottom)
</gallery>
== Archived Media ==


* ROMs from STD cards: https://archive.org/details/capture000021


== External links ==
== External links ==


* Possible System Disks: https://oldcomputers-ddns.org/public/pub/archiv/maslin/masl-dsk/images-97/jonos/index.html
* CP/M 3.0 System Disks: https://oldcomputers-ddns.org/public/pub/archiv/maslin/masl-dsk/images-97/jonos/index.html

Latest revision as of 00:50, 21 August 2024

Jonos Escort
General Info
Release Year 1982
Manufacturer Jonos Computers LTD.
Condition Working
Identifiers
Model Number C2150
Serial Number 238
Technical Specifications
Software Environment CP/M
CPU Z80A @ 6MHz
Removable Storage 3.25" FDD
Sound Piezo speaker
Display Interface Composite
External Connectors
  • RS-232
  • LPT Parallel
  • 50 pin Floppy
Power Requirements
Input Voltage 120V AC
Power Connector IEC C13/C14 Socket
QR Code
(Click for Asset Tag)


This is a portable CP/M computer with an STD back plane for system cards and expansion. The C2150 model shown here came with an additional card to add LPT Parallel, 64KB of RAM, video output(unconfirmed), and an RTC.

The front of the computer only has three controls, main power, reset, and CRT intensity.

The Sony floppy drives in the machine are very early models and may need the shutter held open before putting them in the machine.

Repairs - Modifications

A note for working on this machine, the front faceplate uses Velcro strips to hold it to the internal cage. So you will hear a "tearing" sound when you slide the cage out. The keyboard faceplate is also held on this way, the keyboard cable is on a connector on both ends as well.

2023-09

  • Unit was not shipped well and needed to have components secured back in place. No permanent damage from shipping appears to have occurred.
  • Sony floppy drives needed cleaning and relubrication

Floppy Disk Drives

My unit from mid 1983 shipped with Sony OA-D31V, these have the shutter opening arm included but it is possible other units may have OA-D30V without the arm. These drives do not use the later 3.5" 34 pin interface standard on later drives but may be adapted to it with a rewired cable.

Floppy Disk Format

Greaseweazle - diskdef

# Jonos Escort CP/M
disk jonos.dd
   cyls = 70
   heads = 1
   tracks * ibm.mfm
       secs = 9
       bps = 512
       interleave = 2
   end
end

Linux path: ~/.local/lib/python3.10/site-packages/greaseweazle/data/diskdefs.cfg

cpmtools - diskdef

# Jonos Courier/Escort C2100
diskdef jonos35
   seclen 512
   tracks 70
   sectrk 9
   blocksize 2048
   maxdir 64
   boottrk 2
   os 3
end

Linux path: /etc/cpmtools/diskdefs

Photos

System Chassis

STD Boards

Archived Media

External links