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

Timing problems still?

I think I’m still having timing related issues. I have RTCC overflowing every 1.8us which I *know* is less than the 2us bit cell(or less than half the bit cell, if you take it to be 4us), but this seems to be what...

java software progress

This morning I added MFM decoding, header and data checksumming and checking to the java client.  I was somewhat worried about doing the MFM decoding, but it was all worry for nothing. Once you wrap your head around how...

too many variables

I think that’s really the problem I’ve been facing with this floppy project. Trials and tribulations indeed. Or at least trial and error, with stress on the error part. There are probably less than half-a...

still no better

Well I’ve decided that my current approach just isn’t improving the situation. And despite help from a lot of people, I’m no better off than I was a few weeks ago. I happened to stumble upon...

semester is over

Welp, my spring semester is over, so I’ll have more time to dedicate to the project. A couple quotes I like on Perseverance: It’s not that I’m so smart, it’s just that I stay with problems longer...

java software updated

Tonight I’ve finally got around to adding a config file option so that you don’t have to keep selecting a comport to open.  It also remembers your “number of retries” before skip options. Simply...

current results

Now that I have a portion of Marco’s old code implemented, I’ve run an output file from my SX through it. It’s one whole track from a capture of a DiskMonTools. It’s almost 14k long, which sounds...

Parallel port access in win 2k

Accessing the parallel port directly under Windows 2000, XP, etc in a standard user app is not natively available, but there are a couple different solutions available. The free one I use is called WinIo, and it is...

Finals week at pitt.edu

Welp, this is finals week, so don’t expect anything new to show up until after April 28th, 2005. But, this doesn’t mean I’ve forgotten about this project! I am very much interested in moving this...