DOS Text File Transfer: Difference between revisions

From Bitchin100 DocGarden
Jump to navigationJump to search
(New page: Set com port mode on PC; e.g.: MODE COM1:96,N,8,1 Open TEXT Enter File Name (.DO will be appended) F2 (Load from:) COM:88N1E (match PC setting) Send file from PC; e.g.: COPY <filen...)
 
No edit summary
 
Line 1: Line 1:
Your best alternative is to use [ftp://ftp.whtech.com/club100/eme/laptap.exe LAPTAP.EXE] .
If you can't use that, you can use the COPY command.
== Download to Model T ==
Set com port mode on PC; e.g.:
Set com port mode on PC; e.g.:
  MODE COM1:96,N,8,1
  MODE COM1:96,N,8,1
Line 19: Line 24:
Shift Pause/break.
Shift Pause/break.


No need to worry about file extensions but of course the file has to be ASCII
== Upload to PC ==
text, which includes text (.DO) versions of BASIC programs.
 
(please finish)

Latest revision as of 07:19, 29 October 2009

Your best alternative is to use LAPTAP.EXE . If you can't use that, you can use the COPY command.

Download to Model T

Set com port mode on PC; e.g.:

MODE COM1:96,N,8,1

Open TEXT

Enter File Name (.DO will be appended)

F2 (Load from:) COM:88N1E (match PC setting)


Send file from PC; e.g.:

COPY <filename> COM1

Note that nothing displays (which is why it can run faster).

Wait to make sure it's all sent.

Shift Pause/break.

Upload to PC

(please finish)