



is it a usb reader or an older one meant to be mounted in a computer case?
do you have a computer to use for your console? the floppy disk reader is not enough



It's a older floppy drive, i understand, can you help me with this



I think your best shot is to use a Raspberry Pi, however if the floppy drive does not have an USB connector, but the old FDD cable then you will need to dig into electronics and micro-controller programming, because it seems there is no plug-and-play solution for that.
On the Raspberry you will need a script that listen to changes on the floppy drive (e.g.: floppy inserted, floppy removed) and executes the Pico binary when it sees a new disk inserted.
[Please log in to post a comment]