-
Archives
- August 2010
- June 2010
- May 2010
- January 2010
- December 2009
- July 2009
- June 2009
- May 2009
- April 2009
- February 2009
- December 2008
- November 2008
- October 2008
- September 2008
- June 2008
- April 2008
- March 2008
- January 2008
- December 2007
- November 2007
- October 2007
- August 2007
- July 2007
- June 2007
- May 2007
- March 2007
- February 2007
- January 2007
- December 2006
- November 2006
- August 2006
- July 2006
- June 2006
- May 2006
- March 2006
- February 2006
- January 2006
- December 2005
- November 2005
- October 2005
- September 2005
- August 2005
- July 2005
- June 2005
- May 2005
- April 2005
- March 2005
-
Meta
Monthly Archives: October 2007
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 control is even … Continue reading
Posted in Amiga Floppy
5 Comments
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 unwilling to make to accomodate anything else … Continue reading
Posted in Amiga Floppy
1 Comment
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 it wasn’t receiving enough … Continue reading
Posted in Amiga Floppy
4 Comments
basic schematic
I put up a rough schematic of my design. It’s not perfect, and will be updated in the near future, but if you are interested. Click the image below for a full size image.
Posted in Amiga Floppy
Leave a comment
heat problems
As I alluded in an earlier post(s), my SX28 has been pretty warm. After doing a number of different tests, I’ve now ordered an infrared thermometer from amazon for $29.99. I want to find out exactly how hot this thing … Continue reading
Posted in Amiga Floppy
2 Comments
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 25%. Next, I … Continue reading
Posted in Amiga Floppy
4 Comments
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 because they are ugly. … Continue reading
Posted in Amiga Floppy
Leave a comment
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 little editable text file. I’ve got … Continue reading
Posted in Amiga Floppy
1 Comment