Prerequisite for transferring basic and binary code programs from the PC to the PC-1600
2. connection PC -> PC-1600
Windows:
Mac:
3. setting parameters
Terminal program
Baud rate: 9600
Data bits: 8
Parity: none
Stop bits: 1
Protocol: XON -> OFF
End-of-line code: CR+LF
PC-1600:
INIT"COM1:",1024
PCONSOLE"COM1:";255,2
SETCOM"COM1:",9600,8,N,1,N,N
4. transmission of the programs
PC-1600:
LOAD"COM1:" (is executed directly) or
COPY"COM1:" TO "S1: or S2:or X: Name.ext" (copies the program to ramdisk or floppy disk)
39-character representation on the display ( Demo )
Plotter demonstration from CeBit 87 Hannover for the Sharp CE-1600P. Runs only with Tom's MEP 4 USB !
Plotter demonstration for the Sharp CE-1600P. Runs only with CE-1600F and a floppy disk.