RobSmithDev / ArduinoFloppyDiskReader

DrawBridge aka Arduino Amiga Floppy Disk Reader/Writer - Hardware and software interface for accessing Amiga disks (read/write ADF and SCP) on non-Amiga hardware
https://amiga.robsmithdev.co.uk
GNU General Public License v3.0
227 stars 53 forks source link

Arduino Firmware update to 1.05 -- Detect and readout HD floppies (1.4 MBytes) #9

Closed kollokollo closed 3 years ago

kollokollo commented 5 years ago

I have added code to detect and read HD-Floppies. New API commands: "M" -- measure, measure the mediums density and detect HD disks "H" -- set to HD disks "D" -- set to DD (or SD) disks

I have also slightly increased the speed of the stepper for "." seek to zero. Version increase from 1.03 --> 1.05

kollokollo commented 5 years ago

Also see the discussions on Issue #8.

kollokollo commented 3 years ago

Hi Rob, the scripts are in my repository in the branch "new". The in the folder for_linux. They are basic scripts, very unusual for linux. They need the X11-Basic interpreter. Works for me, but I think noone else wants to use BASIC.

https://github.com/kollokollo/ArduinoFloppyDiskReader/tree/new/for_linux

But they can serve as a template for someone to make a python script out of it. Or, if you really like to use X11-Basic on linux: http://x11-basic.sourceforge.net/