potatohead #1 Posted October 13, 2020 https://hackaday.com/2020/10/12/retro-datasette-for-commodore-ted-series/ I don't know if this will work with other machines, but it looks like a really cool project. It also seems to me, on those systems that allow file names to be specified, that a device like this might just deliver that file and you get kind of a serial disk type drive out of it. There may be some room for expansion here on some cassette capable systems. Quote Share this post Link to post Share on other sites
carlsson #2 Posted October 13, 2020 Don't you select TAP/T64 files from the browser, and the device then prepares to deliver it sequentially through the tape port? Quote Share this post Link to post Share on other sites
potatohead #3 Posted October 13, 2020 Yes. I just saw this and realized many systems allow for a filename. If there were a way to communicate that to the cassette emulation, it would be a nice expansion of the capability. Doing files over audio could make sense in some cases and I am not sure it was ever done. So, the computer could spit out a short header, file name, then switch to read mode and wait per usual. The emulator sees the request, answers it with the file of interest. And since, there is no physical tape to worry about, a simple set of requests could work well. Read (load, bload) it Rename it Append it Delete it Write (Save, bsave) it Those all make sense given a quick two way comms channel. Was just a rando idea that hit me while eyeing this cool project. Quote Share this post Link to post Share on other sites
carlsson #4 Posted October 13, 2020 It sounds like you just described the audio interface to ADTPro on the Apple II series. Quote Share this post Link to post Share on other sites
potatohead #5 Posted October 13, 2020 Yes, it does! I never used audio on that one, just serial. Quote Share this post Link to post Share on other sites