COM2LPT ver. 1.0
----------------

Pavel Zampach (zampach@volny.cz), 2002, 2003

COM2LPT is program for printing from palmtop machine (originaly 
HP200LX) via desktop computer with connected printer. Program 
COM2LPT is running on desktop and palmtop is connected to desktop 
with null modem cable. Both serial ports must have the same 
setting (speed).
COM2LPTW is a version for Windows. Under Windows (especially 
Win98) DOS programs sometimes can't access to serial port. Command 
line parameters are the same.


Syntax:
COM2LPT[W] [C#] [S#] [X#] [L#] [Tfilename]

C - COM port
C1	COM1 (default)
C2	COM2
for COM2LPTW you can use C1-C8

S - speed of COM port
S0	  110 Bd
S1	  150 Bd
S2	  300 Bd
S3	  600 Bd
S4	 1200 Bd
S5	 2400 Bd
S6	 4800 Bd
S7	 9600 Bd (default)
S8	19200 Bd
S9	38400 Bd

X - handshaking type
X0	No
X1	RtsCts
X2	XonXoff (default)

Other settings of COM port are:
no parity, 8 data bits, 1 stop bit

L - output
L0	output to screen (for test purposes)
L1	LPT1 (default)
L2	LPT2
L3	LPT3

T - translate table
This option enables to use table for translation output characters.
Table is 256 byte long.

Example:
Desired conversion  chr(160) -> chr(97)
In table is on address 160 value 97.