On Thu, 6 Jan 2005, Jim Leonard wrote:
I do something similar all the time in MS-DOS:
"mode con com1:9600,n,8,1"
sets up console TTY to be read from the serial port. You then just send a
program in "debug script" form, then call "debug < script.ext" and
it
assembles and saves the program.
Debug also loads Intel hex. The original poster (sorry, mail
deleted, forgot your name) never followed up with: have DOS plus
utilities installed or not?