HP Forums
Great !!! - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: HP Calculators (and very old HP Computers) (/forum-3.html)
+--- Forum: General Forum (/forum-4.html)
+--- Thread: Great !!! (/thread-3047.html)



Great !!! - hp41cx - 02-09-2015 10:38 AM

"Hi,
I have posed my Initial Beta of HP85 Disk emulator using an AVR and
MicroSD card
Schematics included
I am spending all my time currently the documentation
I will be hosting this on github in the near future
What it does:
Emulates an AMIGO floppy ( address 700)
SS80 disk (address 710)
Plotter - captures plot data (720)
All three at the same time!
While my project can emulate more then one device at once I have yet to
add UNIT support - however the code does track the unit assignments
I tested this on an a HP85a (with either A or B series ROMs) and an
HP54645D scope)

I find that using Samsung PRO Micro SD cards avoids a write timeout
issue with some SD CARDS
(very occasionally a write can take over 100ms - when the device
internally updates an entire flash block - typically writes take 2 to 4ms)
(It is the small block random IO specs that matter and not the large
block write specs most cards advertise)

The project was bult on Ubuntu Linux using AVR GCC and avrlibc - it
would be very easy to port this to Windows using the Windows ports of
the same GCC tools and avrlibc

--
Mike Gore
magore at sympatico.ca
magore at uwaterloo.ca"


RE: Great !!! - Francois Lanciault - 02-09-2015 10:56 PM

Nice!

Will this work with the 9845 too ?

François


RE: Great !!! - hp41cx - 02-09-2015 11:32 PM

(02-09-2015 10:56 PM)Francois Lanciault Wrote:  Nice!

Will this work with the 9845 too ?

François

Ask please

magore at sympatico.ca
magor at uwaterloo.ca