Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Documentation wanted
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  18 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
sfahey  
View profile  
 More options Nov 3, 1:38 am
Newsgroups: comp.sys.apple2
From: "sfahey" <sfa...@a2central.com.remove-cuk-this>
Date: Mon, 2 Nov 2009 08:38:46 -0600
Local: Tues, Nov 3 2009 1:38 am
Subject: Documentation wanted

I'm looking for any and all documentaion on any of the Apple //c hard drives
that were produced. This includes the ProApp, Chinook and Quark -- any
technical info would be welcome in addition to user manuals.

I'd to get this info in wider circulation in the hopes someone will develop a
mass storage solution for the Apple //c that is compatible with existing //c
peripherals.

Thanks in advance.

Sean Fahey
www.a2central.com
bbs.a2central.com


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
D Finnigan  
View profile  
 More options Nov 3, 4:05 am
Newsgroups: comp.sys.apple2
From: dog_...@macgui.com (D Finnigan)
Date: Mon, 2 Nov 2009 17:05:12 +0000 (UTC)
Local: Tues, Nov 3 2009 4:05 am
Subject: Re: Documentation wanted

I'm pretty sure that Pitz has the manual for the Chinook.

    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
rhohler  
View profile  
 More options Nov 3, 11:01 am
Newsgroups: comp.sys.apple2
From: rhohler <rick.hoh...@gmail.com>
Date: Mon, 2 Nov 2009 16:01:41 -0800 (PST)
Local: Tues, Nov 3 2009 11:01 am
Subject: Re: Documentation wanted
On Nov 2, 11:05 am, dog_...@macgui.com (D Finnigan) wrote:

A picture of the manual...

http://picasaweb.google.com/simplepractices/ChinookTechnologiesCT40c#...


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mdj  
View profile  
 More options Nov 5, 2:41 pm
Newsgroups: comp.sys.apple2
From: mdj <mdj....@gmail.com>
Date: Wed, 4 Nov 2009 19:41:58 -0800 (PST)
Local: Thurs, Nov 5 2009 2:41 pm
Subject: Re: Documentation wanted
On Nov 3, 12:38 am, "sfahey" <sfa...@a2central.com.remove-cuk-this>
wrote:

> I'm looking for any and all documentaion on any of the Apple //c hard drives
> that were produced. This includes the ProApp, Chinook and Quark -- any
> technical info would be welcome in addition to user manuals.

> I'd to get this info in wider circulation in the hopes someone will develop a
> mass storage solution for the Apple //c that is compatible with existing //c
> peripherals.

The SmartPort (or Protocol Converter in older parlance) interface is
documented (albeit poorly) in the Apple IIGS Firmware Reference.

Implementing a storage solution for the IIc would require:

Understanding of the hardware protocol used to communicate with
SmartPort devices (Like the Unidisk 3.5" or the Chinook). You can grab
this from the aforementioned reference.
Understanding of the Smartport software protocol. I found the
disassembly of the IIc ROM in any of the reference manuals post the
original an excellent guide for this.

What's not documented at all as far as I can tell is the IWM, and
that's where it gets tricky. To get further, you're going to need
either a logic analyser, or very patiently reverse engineer the
encoded packets.

Certainly not a project for the faint of heart, which is why alas it
hasn't been done yet :-(

Matt


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Toinet  
View profile  
 More options Nov 5, 3:28 pm
Newsgroups: comp.sys.apple2
From: Toinet <antoine.vig...@laposte.net>
Date: Wed, 4 Nov 2009 20:28:27 -0800 (PST)
Local: Thurs, Nov 5 2009 3:28 pm
Subject: Re: Documentation wanted
On 5 nov, 04:41, mdj <mdj....@gmail.com> wrote:

> (cut cut)

> What's not documented at all as far as I can tell is the IWM, and
> that's where it gets tricky. To get further, you're going to need
> either a logic analyser, or very patiently reverse engineer the
> encoded packets.

Hi Matt,

Please tell me what is missing there: http://www.brutal-deluxe.fr/documentation/iwm.html
? What would you like to get?

Antoine


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mdj  
View profile  
 More options Nov 5, 4:40 pm
Newsgroups: comp.sys.apple2
From: mdj <mdj....@gmail.com>
Date: Wed, 4 Nov 2009 21:40:40 -0800 (PST)
Local: Thurs, Nov 5 2009 4:40 pm
Subject: Re: Documentation wanted
On Nov 5, 2:28 pm, Toinet <antoine.vig...@laposte.net> wrote:

> On 5 nov, 04:41, mdj <mdj....@gmail.com> wrote:

> > (cut cut)

> > What's not documented at all as far as I can tell is the IWM, and
> > that's where it gets tricky. To get further, you're going to need
> > either a logic analyser, or very patiently reverse engineer the
> > encoded packets.

> Hi Matt,

> Please tell me what is missing there:http://www.brutal-deluxe.fr/documentation/iwm.html
> ? What would you like to get?

Actually, I think that might just cover it, combined with the source
code in the aforementioned IIc technical manual.

I had no idea that information had ever been recovered. Thanks very
much for making it available!

Matt


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Toinet  
View profile  
 More options Nov 5, 6:06 pm
Newsgroups: comp.sys.apple2
From: Toinet <antoine.vig...@laposte.net>
Date: Wed, 4 Nov 2009 23:06:01 -0800 (PST)
Local: Thurs, Nov 5 2009 6:06 pm
Subject: Re: Documentation wanted
On 5 nov, 06:40, mdj <mdj....@gmail.com> wrote:

You're welcome,
A souvenir from the original owner of my Apple IIgs a long long time
ago.

I also have some source code that may be useful, I will upload it in a
couple of days.

antoine


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
RedskullDC  
View profile  
 More options Nov 5, 6:07 pm
Newsgroups: comp.sys.apple2
From: "RedskullDC" <redskul...@oohay.moc.ua>
Date: Thu, 05 Nov 2009 07:07:29 GMT
Local: Thurs, Nov 5 2009 6:07 pm
Subject: Re: Documentation wanted
Hi Matt,

"mdj" <mdj....@gmail.com> wrote in message

news:96b95590-487e-4173-b8ee-bbfd59f413df@m7g2000prd.googlegroups.com...

> > What's not documented at all as far as I can tell is the IWM, and
> > that's where it gets tricky. To get further, you're going to need
> > either a logic analyser, or very patiently reverse engineer the
> > encoded packets.

> Hi Matt,

> Please tell me what is missing
> there:http://www.brutal-deluxe.fr/documentation/iwm.html
> ? What would you like to get?

Actually, I think that might just cover it, combined with the source
code in the aforementioned IIc technical manual.

I had no idea that information had ever been recovered. Thanks very
much for making it available!

Matt

----

IWM overkill!

Some practical examples, including source code:
http://web.aanet.com.au/~kalandi/apple/AUG/1991/11%20NOV.DEC/DISK.STU...
http://web.aanet.com.au/~kalandi/apple/AUG/1991/11%20NOV.DEC/PROGRAM3...

Cheers,
Red


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Toinet  
View profile  
 More options Nov 5, 6:34 pm
Newsgroups: comp.sys.apple2
From: Toinet <antoine.vig...@laposte.net>
Date: Wed, 4 Nov 2009 23:34:59 -0800 (PST)
Local: Thurs, Nov 5 2009 6:34 pm
Subject: Re: Documentation wanted
On 5 nov, 08:07, "RedskullDC" <redskul...@oohay.moc.ua> wrote:

OK. I will upload some other source codes and we will have fun :-)

antoine


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Steven Hirsch  
View profile  
 More options Nov 5, 11:48 pm
Newsgroups: comp.sys.apple2
From: Steven Hirsch <snhir...@gmail.com>
Date: Thu, 05 Nov 2009 07:48:36 -0500
Local: Thurs, Nov 5 2009 11:48 pm
Subject: Re: Documentation wanted

mdj wrote:
> Understanding of the hardware protocol used to communicate with
> SmartPort devices (Like the Unidisk 3.5" or the Chinook). You can grab
> this from the aforementioned reference.
> Understanding of the Smartport software protocol. I found the
> disassembly of the IIc ROM in any of the reference manuals post the
> original an excellent guide for this.

> What's not documented at all as far as I can tell is the IWM, and
> that's where it gets tricky. To get further, you're going to need
> either a logic analyser, or very patiently reverse engineer the
> encoded packets.

I was always under the (perhaps mistaken) impression that the IIc used direct
hardware twiddling for hard-drive support on the Smartport.  In other words,
that it bypassed the firmware and IWM chip with bit-banging.

Will have to take a look at that documentation.

If it's of historical interest, I still have the official "Protocol Converter"
specification that Applied Engineering sent me when I was writing Unidisk 3.5
support for the AE Z80 card.  Probably worth scanning and archiving.

Steve


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Toinet  
View profile  
 More options Nov 6, 1:28 am
Newsgroups: comp.sys.apple2
From: Toinet <antoine.vig...@laposte.net>
Date: Thu, 5 Nov 2009 06:28:59 -0800 (PST)
Local: Fri, Nov 6 2009 1:28 am
Subject: Re: Documentation wanted
On 5 nov, 13:48, Steven Hirsch <snhir...@gmail.com> wrote:

> (cut cut)
> If it's of historical interest, I still have the official "Protocol Converter"
> specification that Applied Engineering sent me when I was writing Unidisk 3.5
> support for the AE Z80 card.  Probably worth scanning and archiving.

> Steve

Steve,
I'd be glad to add your "Protocol Converter" specification to the
documentation section of brutal-deluxe.fr

antoine


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Garberstreet Electronics  
View profile  
 More options Nov 6, 2:15 am
Newsgroups: comp.sys.apple2
From: "Garberstreet Electronics" <willy4...@comcast.net>
Date: Thu, 5 Nov 2009 10:15:54 -0500
Local: Fri, Nov 6 2009 2:15 am
Subject: Re: Documentation wanted

"RedskullDC" <redskul...@oohay.moc.ua> wrote in message

news:RQuIm.52285$ze1.50933@news-server.bigpond.net.au...

Both of those are combined together in the one PDF called

"Controlling the 3.5 drive hardware on the Apple IIGS" at

Brutal Deluxe's web site, posted earlier in this thread. :-)

Bill Garber of Garberstreet Electronics
http://www.garberstreet.com


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Garberstreet Electronics  
View profile  
 More options Nov 6, 2:23 am
Newsgroups: comp.sys.apple2
From: "Garberstreet Electronics" <willy4...@comcast.net>
Date: Thu, 5 Nov 2009 10:23:29 -0500
Local: Fri, Nov 6 2009 2:23 am
Subject: Re: Documentation wanted

"Toinet" <antoine.vig...@laposte.net> wrote in message

news:83b412e4-f74f-4aee-9573-5f36f1c3a0cf@k17g2000yqh.googlegroups.com...
On 5 nov, 13:48, Steven Hirsch <snhir...@gmail.com> wrote:

>> (cut cut)
>> If it's of historical interest, I still have the official
>> "Protocol Converter" specification that Applied Engineering
>> sent me when I was writing Unidisk 3.5 support for the AE
>> Z80 card. Probably worth scanning and archiving.

>> Steve

> Steve,

> I'd be glad to add your "Protocol Converter" specification
> to the documentation section of brutal-deluxe.fr

> antoine

I have them already. I sent them to Antoine via email.

Steven, check them to be sure they are the same ones.

Thanks,

Bill Garber of Garberstreet Electronics
http://www.garberstreet.com


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
sfahey  
View profile  
 More options Nov 6, 2:16 am
Newsgroups: comp.sys.apple2
From: "sfahey" <sfa...@a2central.com.remove-74n-this>
Date: Thu, 5 Nov 2009 09:16:25 -0600
Local: Fri, Nov 6 2009 2:16 am
Subject: Re: Documentation wanted
  To: Steven Hirsch
  Re: Re: Documentation wanted
  By: Steven Hirsch to comp.sys.apple2 on Thu Nov 05 2009 07:48 am

 > If it's of historical interest, I still have the official "Protocol Converte
 > specification that Applied Engineering sent me when I was writing Unidisk 3.
 > support for the AE Z80 card.  Probably worth scanning and archiving.

Yes, PLEASE!

Sean Fahey
www.a2central.com
bbs.a2central.com


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Garberstreet Electronics  
View profile  
 More options Nov 6, 2:47 am
Newsgroups: comp.sys.apple2
From: "Garberstreet Electronics" <willy4...@comcast.net>
Date: Thu, 5 Nov 2009 10:47:25 -0500
Local: Fri, Nov 6 2009 2:47 am
Subject: Re: Documentation wanted

Also, that "Protocol Converter Calls" PDF has been on my
web site's downloads section for quite some time.  :-)))

In the "DOCS" folder. Does anyone even go there?  :-(((

Bill Garber of Garberstreet Electronics
http://www.garberstreet.com


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mdj  
View profile  
 More options Nov 6, 10:30 am
Newsgroups: comp.sys.apple2
From: mdj <mdj....@gmail.com>
Date: Thu, 5 Nov 2009 15:30:22 -0800 (PST)
Local: Fri, Nov 6 2009 10:30 am
Subject: Re: Documentation wanted
On Nov 5, 10:48 pm, Steven Hirsch <snhir...@gmail.com> wrote:

It's the Apple II world equivalent of the "Improbability Drive" :-)

Bit banging is used for negotiation, for instance to reset all devices
on a SmartPort bus and to perform a form of handshaking very similar
to rs232. Actual data is transmitted via the IWM in packets that more
or less match the smartport commands, in chunks that are checksummed.

They went out of their way to ensure data integrity and reliability on
relatively long physical smartport busses.

> If it's of historical interest, I still have the official "Protocol Converter"
> specification that Applied Engineering sent me when I was writing Unidisk 3.5
> support for the AE Z80 card.  Probably worth scanning and archiving.

If it covers more than just the firmware interface, it'd be well worth
having, but I suspect it doesn't as I have a similar sounding document
here; it was an addendum to the IIc reference manual after the unidisk
rom update, before the SmartPort naming convention was used.

Matt


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Toinet  
View profile  
 More options Nov 6, 11:14 am
Newsgroups: comp.sys.apple2
From: Toinet <antoine.vig...@laposte.net>
Date: Thu, 5 Nov 2009 16:14:22 -0800 (PST)
Local: Fri, Nov 6 2009 11:14 am
Subject: Re: Documentation wanted
On 5 nov, 16:47, "Garberstreet Electronics" <willy4...@comcast.net>
wrote:

Thank you Bill, I uploaded the docs to brutal-deluxe.fr as well.

antoine


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
BluPhoenyx  
View profile  
 More options Nov 7, 1:00 pm
Newsgroups: comp.sys.apple2
From: "BluPhoenyx" <bluphoe...@a2central.com.remove-2vp-this>
Date: Fri, 6 Nov 2009 20:00:35 -0600
Local: Sat, Nov 7 2009 1:00 pm
Subject: Re: Documentation wanted
  To: Garberstreet Electronics

Garberstreet Electronics wrote:

> Also, that "Protocol Converter Calls" PDF has been on my web site's
> downloads section for quite some time.  :-)))
> In the "DOCS" folder. Does anyone even go there?  :-(((

FWIW Bill, I just went there and snagged a couple of files. Thanks for
the resource!

Cheers,
Mike T


    Reply    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google