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

added commands

So I’ve added commands to support forward/backward stepping and upper and lower sides. R for Read D for Dump F/B for stepping either Forward or Backward U/L for selecting upper or lower side. I’ve tested...

java software

I’ve been working on the Java software the last couple days. Trying to read from RXTX is producing only 3968 bytes per read.  It looks like my USB -> serial converter uses a “transfer size” of 4096...

current code plus recent progress

Although its ugly, the new code is here. This shows the entire ISR in assembly now. I do like it much better. Tonight I happened to transfer a track that has a good sector. The sector header passed checksum, as did the...

recent status

Well, I’ve put a decent number of hours in on the project over the last couple weeks. I’ve mostly been “spinning my wheels” because I haven’t made much progress, but I think I’ve...

switched servers

Well, I’ve switched servers at my webhost.  I’ve updated WordPress and Gallery.  No major changes, but both of these updates fix security vunerabilities.  I’ve been wrapped around this for a...

merging USB receive

Well, I’ve managed to merge the USB receive portion into the main program that reads and processes tracks.  This means I no longer need an external program to receive the data, to write it to a file, to read the...

a little code review today

While my send UART code has been pretty solid for some time, I’ve always though my receive uart code needed doublechecked and worked on. I spent some time today just going through the code, graphing out some...

feasability of writing disks

While there are some other bug fixes and documentation to be done on what’s already been implemented, I started thinking about writing ADF’s to disk over the last few days. While the hardware part of it is...

PC xfer working now, timing in order

Welp I pretty much solved the big problems I encountered over the past couple weeks. Ground issues — turned out I was attaching ground of one interface to Vdd on another interface. That was solved by actually...