techtravels.org

inital results on error correction

While I have yet to actually implement the full-scale error correction as I want to, I did some manual tests today. I basically took a track that I was erroring out on, and swapped in 1-bit away values for the bad bytes.  In some cases, it appeared...

Latest articles

RXTX and Java

As I mentioned before, I’m using RXTX to do serial communication in Java since Sun has dropped support for serial communication under the Windows platform.  I want to revamp my read routines on the java side...

redesign of read routine

After skimming the patent I referenced in the earlier post, I’m starting to come to the realization that in order to have an effective floppy controller, I need to implement a decent PLL which can better track the...

Let the fun begin!@#!@#

 
Everything has arrived!  I think the first order of business is soldering this darn memory chip…. Not sure how hard this is going to be, but I’m going to give it a shot!@#

March 21st Status

Well, here’s where I’m at: The external amiga floppy drive is now hooked directly to my SX microcontroller.  The code within the microcontroller waits for a command.  If it get’s a “B”...

data rate vs throughput

Although I’m transmitting from the Parallax SX microcontroller to the PC via USB at a data rate of 2mbps, the actual throughput is much less.  First, there is some overhead, namely start and stop bits, which is...

more updates

I know I’ve been bad keeping you guys updated….. This doesn’t mean I haven’t been working on it, however. I recoded the ISR completely in assembly because I was just plain sick of the damn...

Ground issues

Although I’ve been attempting to have a common ground for this whole project — I’m not sure that is going to happen. At least not at this stage of the game. I tried connecting the ground off the floppy...

new face of the amiga floppy project

You’d think that with the lack of posts lately that I haven’t been doing anything. BUT, in fact, I’ve been quite busy. I now have the entire floppy project on one single circuit board, the SX28...