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

Halloween 2007 AFP updates

DTR-based PC to SX flow control is now enabled and working, thanks to jd2xx. It has been tested, and SX responds appropriately to a STOP request. Strangely, with the new jd2xx code, it doesn’t appear that flow...

updates

I originally thought that the SX might be sending the data too fast for the PC to handle. As my last post mentioned, one full cycle is 12us, but who knows if this is during a disk-write, going into the cache, etc. I...

Hardware and code diagram

I’ve thrown up a PDF that shows the basic hardware setup. It also shows the flow of my software, which is very simple. I didn’t put the clock details on there such as how often the clock rolls etc because...

funky idle routine

I’m making some progress. On a whim, I told my software to never go idle, to simply stream data constantly. I’ve never liked how I handle the idle state, and I currently lose whatever data thats in the shift...

new book

I picked up a copy of Reversing: Secrets of Reverse Engineering this past weekend. I have about 5 or 6 chapters read. All very good. It was published April 2005 or thereabouts, and so its much more updated than the book...

java client preview

I’ve put up a preview of the java client in action. It’s a 2 minute video with narration. You’ll need a DivX codec installed in order to view it. I probably could have messed with compressing this...

test results of my output file

What I wanted to know was if the output file that I collected via my setup was actually correct. I was confident that since I was getting 4489’s consistently, that I have to be at least part way...

vacation reading

While I’m on vacation this week, I’m reading a book about making your own circuit boards using Cadsoft’s Eagle. Eagle is a schematic capture and board layout program that seems pretty popular and...