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

changed from rxtx to jd2xx

Okey dokey. I’ve changed from rxtx to jd2xx.  rxtx didn’t support DTR/DSR flow control, which really is an absolute must for my application.  There would have to be hardware changes that I’d be...

reworking my uart

Well I rewrote my recv and send uart, and with the help of my logic analyzer, I’ve tuned them up pretty good. I’m getting some transfer errors, somehow, and I think its related to buffer size. I read a disk...

video showing current progress

I posted a video to youtube a little while ago showing my progress. It’s a little long winded (surprise surprise for those who read my posts) but it shows basically the framebuffer portion of the hardware working...

Am I reading MFM wrong?

I’m beginning to think that I don’t fully understand the signalling coming out of the drive. I understand the concepts behind MFM (I think), but the actual application to this project, I’m not so sure...

Canada Post sucks

So I made the mistake of having an Amiga book shipped from Canada using Canada Post Expedited USA shipping.  It was dropped off at a post office on Nov. 17th in Mississauga, Ontario.  Now Mississauga is about 300 miles...

updates with FRAM access

My initial attempts to write to the FRAM used SX/B commands like SHIFTIN and SHIFTOUT. These operated at a slow rate of about 83kbits/s. It did work and functioned as a good test of the hardware setup. Now that...

further development on the AFP

I’m about to bring a new member of my family into this world.  As a new proud parent, I’m completely unsure about what this means in terms of time, dedication, and so on.  I’m sure I’ll have less...

Flow control

I’ve gotten away thus far without any flow control. I just started noticing that my software was locking up occasionally when reading a disk. It was locking up in the “read” portion of the code because...

of bit-shifted sectors

I’m beginning to think more and more that my software on the SX is just fine. Perhaps minus the idle routine mentioned in the last post. I have to do something there. However, without the idle routine, I was only...