The R utility to read files from the underlying ESP32 host disk is not working under CDOS 258 (or Cromix) #61
Replies: 4 comments
-
Some time ago, I asked Udo Munk about these two utilities and he replied that they both work correctly on the Z80PACK running under Windows/Cygwin because he included the BDOS extension code in the z80pack, which is necessary to allow access by these utilities. Since the Imsaisim and Cromemcosim are backports of z80pack, rewritten for the ESP32, one would need to know whether Dave included this extension in his backport. Paul Cushing |
Beta Was this translation helpful? Give feedback.
-
Ok, thanks. Helpful comment. I've emailed David McNaughton to find out more.
Richard
…On Thu, 11 May 2023, 20:02 pfcushing, ***@***.***> wrote:
Some time ago, I asked Udo Munk about these two utilities and he replied
that they both work correctly on the Z80PACK running under Windows/Cygwin
because he included the BDOS extension code in the z80pack, which is
necessary to allow access by these utilities. Since the Imsaisim and
Cromemcosim are backports of z80pack, rewritten for the ESP32, one would
need to know whether Dave included this extension in his backport.
Paul Cushing
—
Reply to this email directly, view it on GitHub
<#61 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHFCH2WKO4BM546UZVPORUDXFUZU3ANCNFSM6AAAAAAX6KCG2U>
.
You are receiving this because you authored the thread.Message ID:
<thehighnibble/thehighnibble.github.
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
The BDOS emulation required to access the host filesystem with the R & W commands is not implemented in the replicas, can't be used there, only works with z80pack running on some PC. |
Beta Was this translation helpful? Give feedback.
-
Ok, thanks.
…On Fri, 12 May 2023, 09:33 Udo Munk, ***@***.***> wrote:
The BDOS emulation required to access the host filesystem with the R & W
commands is not implemented in the replicas, can't be used there, only
works with z80pack running on some PC.
—
Reply to this email directly, view it on GitHub
<#61 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHFCH2RG4JHQUVCNBXNNB2TXFXYWJANCNFSM6AAAAAAX6KCG2U>
.
You are receiving this because you authored the thread.Message ID:
<thehighnibble/thehighnibble.github.
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
I am trying to use R to pull files from the underlying ESP32 SD fat disk, but CDOS 258 is only creating 0 length files on the target drive. Tried with both floppy and hd as the target disk.
I assume W may have similar problems.
The R.COM program is on the CDOS258 image so I assumed it should be supported on the Z1 replica.
I wish to resolve file transfer into the system with a convenient method. On my other systems I am happy with kermit or xmodem, so I thought I'd use R to pull in a version of kermit, then use that to transfer files over a serial port.
Beta Was this translation helpful? Give feedback.
All reactions