[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: VSDRIVE stand alone host (no pc) thread



Il giorno sabato 6 ottobre 2012 21:03:55 UTC+2, Kevin ha scritto:
> On Saturday, October 6, 2012 1:16:32 PM UTC-5, Riccardo wrote:
> 
> > Il giorno venerdì 5 ottobre 2012 15:58:47 UTC+2, Riccardo ha scritto:
> 
> > 
> 
> > > > > Why did not you use the external disk port of //c ?
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > You simple modify the hardware of external floppy disk drive.
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > > Ric.
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > > my C does not have smartport, so in order to do that I would need to emulate a dumb floppy drive off the back, I have been working on that very slowly, but it requires perfect timing, and then you are limited to 140k images
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > 
> 
> > 
> 
> > > Disk II port already have the power supply (+-12 V) and (0+5 V), and the 140k limitation could be overstep by software, i think.
> 
> > 
> 
> > > 
> 
> > 
> 
> > > Ric.
> 
> > 
> 
> > 
> 
> > 
> 
> > 
> 
> > 
> 
> > Disk controller unit (IWM) <==> D-19 pin connector <==> uC (Arduino)
> 
> > 
> 
> > 
> 
> > 
> 
> > IWM provide synchronous and asynchronous modes.
> 
> > 
> 
> > 
> 
> > 
> 
> > IMW Pinouts Cable Pinouts
> 
> > 
> 
> > 8               19        WRDATA  The serial data output <---->  In line uC
> 
> > 
> 
> > 22              18        RDDATA  Serial data input line <---->  Out line uC
> 
> > 
> 
> > 21              10        WRPROT  Write-protect input    <---->  Out line uC
> 
> > 
> 
> > Power  <---> +-Vcc
> 
> > 
> 
> > GND    <---> GND
> 
> > 
> 
> > 
> 
> > 
> 
> > You think that is it possible to do ?
> 
> > 
> 
> > What do you think about ?
> 
> > 
> 
> > 
> 
> > 
> 
> > Thanks
> 
> > 
> 
> > 
> 
> > 
> 
> > Ric.
> 
> 
> 
> I think its possible, and that is what I have been working on in the past, and some others have taken a crack at it, but your emulating a drive at that point, you gotta keep up with the stepper signals, and keep the data stream in pretty close sync all while dealing with a fat filesystem on the back. OR use a prodos block device which already exist's but is no good to me as my C does not have smartport software in rom.
> 
> 
> 
> none of this is really on topic though, my intent is to be able to use the ADTpro serial drive software without being hooked up to my pc on the other side of the house. not make a full fledged hard/floppy disk replacement.

I see ..