Z88TRAN on a PC Although Z88TRAN was written as a mainframe type program, it can be used with a PC. This archive contains the files for a Turbo-C version of the program, which simply used STDAUX as the means to communicate with the Z88. (Note here, no XON/XOFF support). This is included as a demonstration only, for a full PC support program I/O port initialization would be added (TRINIT) and XON/XOFF flow control added. This should function with a cable supporting hardware handshaking, but I have not tried it. The following files are in this archive: Z88TRAN.C - Source for Z88TRAN Z88TRAN.H - Simple Turbo-C include file Z88TRAN.EXE - Compiled Z88TRAN from above Z88TRAN.TXT - This file To use, simply set the PCs com port the same baud rate as the Z88 using the Z88 setup screen and the PC MODE command. Then run Z88TRAN. To run Z88TRAN from the Z88, you can use the DOS command CTTY AUX to transfer normal I/O to the Z88, when finished with the program, type CTTY CON at the DOS prompt to return control to the normal PC keyboard and screen.