Hello,
first of all Sorry for my bad english, i am from germany.
Mine is not the best either, as I am from Hungary
I think, maybe i am wrong, with the Software and The Cable CBM-MFT you can use the SD2IEC Interface.
Look at this thread: http://enterpriseforever.com/summaries_from_the_hungarian_topics/using_commodore_peripherals_with_enterprise-t262.0.html
I use the SD2IEC with my VIC-20 and is great.
So maybe we can use SDCARD with the Enterprise.
Mike
Yes, SD2IEC is a device which emulates some commands of the CBM-DOS and the IEC serial protocol used to interface with CBM machines and drives. However it's quite slow
SD2IEC's firmware knows some turbo mode like JiffyDOS, but I don't think it would be too easy to port JiffyDOS' software to Enterprise [JiffyDOS is quite timing sensitive, eg even DTV has a modofied version which is aimed C64 compatibility, try to imagine then a ported version, with rewirtten into Z80 code, etc]
Because it needs custom software in both of the drive (it's emulated by SD2IEC, ok), and the computer. So with some hw you mentioned before, it would work, but painfully slow, compared to the speed EP users are used with floppy disks. Afaik/Imho of course
I'm just thinking about "playing" with an SD reader for EP. EP has the advantage over CBM machines that its OS is quite full featured and extendable: on C64 a device like IDE64 needs major effort to write a modified KERNAL to be able to use it with some softwares at least. The other way is SD2IEC's way: emulate the interface and protocol on hw level, which is also not so easy, and though it's not a problem if you buy it (and not build/design/etc) but quite slow. In contrast, EP's EXDOS is very extendable and as far as I was told by "master Zozo"
it's really easy to have a totally different block device and use as an EXDOS drive: basically you need only write the low level block read/write code for your quite simple hw (as you don't need to be "compatible" with anything just with your very own code) and it works as an original EXDOS card with disk drive, etc. Though I am in love with CBM machines, I have to admit that EP has very nice hw design (just compare C64's memory layout/banking with the elegant solution EP uses) and sw as well (extensible OS, no need to "hack" the original for new functions etc).
Afaik SD card can be handled with quite simple "bit banging", almost you can hook up it directly to EP, maybe it would be slow, and uC is need to interface SPI bus (which is basically SD cards are using). Anyway, I can imagine it's still faster than the standard IEC protocol ........