💾 Archived View for freeside.wntrmute.net › cpm captured on 2023-07-10 at 13:08:09. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2021-11-30)

-=-=-=-=-=-=-

              __
  ___ _ __   / / __ ___
 / __| '_ \ / / '_ ` _ \
| (__| |_) / /| | | | | |
 \___| .__/_/ |_| |_| |_|
     |_|

Notes on CP/M

My two primary CP/M machines are the RC2014 mini and the SC131 pocket

Z80. Hopefully the Kaypro will join them soon.

The freeside CP/M software micro-archive

Transferring files

The best way to transfer files is with XM.COM, the XMODEM transfer

program that comes with RomWBW. Minicom comes with builtin support and

I found it to work more reliably than my attempts at using picocom.

On the CP/M system:

XM R E:FILE.DAT

Then, in Minicom, ^A S will let you send a file with XMODEM.

If you're using the distribution that comes with the RC2014, you're

stuck with using Grant Searle's packager. It works, and you'll find

utilities for transferring files both in the RC2014 repo and a Python

script floating around. The C program will just dump to standard out,

requiring that you copy-paste into the terminal window; the Python

version will actually transfer over serial. I had to make a few small

tweaks to get this to work reliably, namely adding a delay in between

file transfers and adding a 0x13 0x10 (carriage return + newline) at

the end of each file.

Python binary to CP/M transfer program

Wordstar bindings