.
GETTING TEXT LISTINGS FROM THE PC TO THE EINSTEIN REQUIREMENTS: ( Null modem with hard ware hand shaking, PC terminal set to Einstein defaults: Settings: the com port used, bits per second 9600, 8 data bits, 0 parity, 2 stop bits and flow control Hardware. ) | Essential PC-Einstein Transfer Software | LINKS to SITES for USEFUL SOFTWARE |
BBCBASIC PROGRAM LISTINGS for Einstein | ||
Einstein Disk Images | Einstein Disk Images another Download Site | |
TECHNICAL files holding useful information on the Einsteins Hard Ware & Firmware | ||
Source Code Files |
TECHNICAL
|
READCOUT.doc for BBCBASIX (bbcbasic for PC)
Readcout.bbc for the PC will open a binary Z80 file for the Einstein, i.e.
a CP/M 2.2 com file downloaded from the net, and send it to SRLRUN or SRLLOAD
running on the Einstein.
BBBCBASIX a bbcbasic which runs on the PC in DOS. It can be downloaded from "www.bbcbasic.org". For more about READCOUT goto ADDING BINARY & BBCBASIC PROGRAMS FROM A PC DIRECTLY INTO THE EINSTEIN'S MEMORY RWINOUT.BBC for BBCWIN I have just downloaded the "BBBCWIN" free evaluation program and hastily adapted "READCOUT" for BBCBASIX to run in BBCWIN. Needs "SRLRUN" or "SRLLOAD" loaded on the Einstein TC01. Uses COM1 serial port. Load "RWINOUT.BBC" into BBCWIN and run. At the the prompt type <ENTER> and the windows "OPEN" file window will appear. Select the file for downloading, open and wait until the program is loaded into the Einstein. This works with WIN 9x and ME not with XP, win 2000 or NT4. BBCWIN a bbcbasic which runs in PC Windows. It can be downloaded from "www.bbcbasic.org". |
TO TRANSFER BBBCBASIC TEXT PROGRAM LISTINGS FILES FROM PC TO EINSTEIN DRIVETo transfer BBCBASIC programs as text files via the win/95 Hyper Terminal to the EinsteinI have found that <EOF> needs to be to added as the last line after a basic program. e.g. 10 rem first line of basic program 20 rem middle lines of program 30 rem last line of basic program <EOF>
|
PCKEYS for Einy. Needs null modem link to PC with windows
terminal Program running. After running Keyboard input will come from PC
keyboard. Use command "*OPT 1" to get ouput to PC terminal screen. Once run
and after the NEW command has been executed to clear the old program new
bbcbasic program listings in PC text files can be put into the Einstein's
bbcbasic by the terminals send text facility. To get PCKEYS.text into the Einstein's bbcbasic see above or goto ADDING BINARY & BBCBASIC PROGRAMS FROM A PC DIRECTLY INTO THE EINSTEIN'S MEMORY page. pk.txt "PK.BBC" is a bbcbasic listing for the Einstein. After running all keyboard input for bbcbasic on the Einstein will come from a PC terminal program via the serial port. All screen ouput will be to the PC terminal. After running PK once the NEW command should be used before loading other bbc programs.
|
EINSTEIN BBCBASIC PROGRAMS text listings.SRLRUN.doc A bbcbasic assembly program for the Einstein which will create "SRLRUN.COM" on the Einstein's default drive. This can be used to download back *.com" files sent as an ascii text hex dump from the Einstein by READCOUT.BBC. (will work with Xtal DOS version 1.11 but not with 2.05.)srl9000.txt SRL9000 is the same as SRLRUN but positions itself lower in memory and will work with Xtal DOS v. 2.05. SRLRUN.COM & SRL9000 is loaded from the DOS prompt. It will just sit on the Einstein's screen until an ascii hex file created by READCOUT.BBC is downloaded from a PC. It will translate the hex back into code, load it into the 'TRANSIENT PROGRAM AREA" call and run the program. No need to load it on an Einstein disc first. For more about SRLRUN goto ADDING BINARY & BBCBASIC PROGRAMS FROM A PC DIRECTLY INTO THE EINSTEIN'S MEMORY READCOUT.doc When run this program will display the directory of all files on the Einstein's current default drive. It will prompt for a file name to be typed in. Ideally a *.com or binary file. File information, a "/" , then an ascii hex dump of the file sent followed by an "=" and more file information will be sent to the PC's Terminal. By using "CAPTURE TEXT" these files can be saved on a PC. Later they can be sent back to the Einstein loaded with "SRLRUN.COM" a com file created by "SRLRUN.BBC" a bbcbasic assembly program. |
CPDWrite CPDREAD and DSK imagesIn the cpdwrite.zip archive are four files for cpdwrite and a BBC.dsk image. Create a new folder cpdwrite on the PC extract all files to it. I have already set up "Cpdwrite.cfg" for 720k 3 1/2 floppy in a 1.4mb drive. Blocking up the right side hole on 1.4mb. 3.5 floppy will create a 720k floppy. So to try! With a 720k 3.5 floppy in A drive at the "c:\cpdwrite > " prompt type "cpdwrite bbc.dsk <ENTER>". Tracks should be read out on the screen then a return to the DOS prompt when finished. Try this in the Einstein TC01. If it dosn't work try writting the dsk image to the floppy's second side in the PC by using "cpdwrite bbc.dsk s" command. Post feed back on this please. If it works for more people there can be more dsk images for downloading. Responses from those having difficulties with CPD software. cpdread720.zip Zip archive contains all files to read 3.5 720k disks with 40 track per side Einstein formated. Seems to work on most PCs. CPCREAD.CFG already set up for 3.5 Einstein disks to be read from drive A. Create "cpdread" folder on PC hard drive extract all files from zip archive to it. With an Einstein 3.5 disk in the PC's "A" drive at the dos prompt "c:\cpdread>" type "cpdread filename" <ENTER> no file extension needed. If all goes well a disk image file should be in the cpdread directory. Not much use having CPDRead if haven't got CPDWrite working or Einstein emulation on the PC except to send disk images to those that have. |
LINKS to SITES for DOWNLOADING
SRLASM.ZIP, SRLDIS.ZIP and SRL_MAN.ZIP a Z80 assembler, dis assembler and manual for CPM machines. Will run in the Einstein TC01 and in the MYZ80 emulator on trhe PC. Visit |
Essential PC-Einstein Transfer SoftwareA null modem serial link with hardware hand shaking between the Einstein and PC.Veiw and Download Wiring Configuration View and Download
Ste Ruddy's einsys.exe. Creates a system disk on the Einstein from the PC Ste Ruddy's latest Einstein-PC transfer software. |
SOURCE CODE FILESEinTrans.txtEinSys_boot.txt backup.com.txt
Einstein Rom in Intel Hex provided by Paul Bunyan |