Fred Cisin wrote:
If you can load a file into memory, and regain access
to the CP/M command
processor, then the SAVE command could be quite useful.
His problem is that RDR is a closed loop driver. It sits and spins in a
tight loop until it gets a char, until then the system never sees the
CTRL-C or CTRL-Z.
The solution is to use the serial console to a PC/other running a terminal
program so that you always have control-C test (also CTL-Z needed to
exit pip and write the file.).
Allison