
 1. About ComXDlg

 ComXDlg is a simple "terminal" program, allowing to communicate
 through COM ports.

 Keyboard commands are:

 ALT-F1: select COM1 (default)
 ALT-F2: select COM2
 ALT-F3: select COM3
 ALT-F4: select COM4
 ALT-F5: select 9600 baud
 ALT-F6: select 19200 baud
 ALT-F7: select 57600 baud
 ALT-F8: select 115200 baud
 ALT-F9: toggle normal/hex mode
 ALT-F10: clear screen
 ALT-X: terminates ComXDlg

 Windows 95/98 has problems with COM access in a DOS box. You may
 need to set COMxAutoAssign=0 (x=1,2) in system.ini to get it to work
 properly.


 2. How to Create the Binary
 
 ComXDlg is written in ASM and must be created with JWasm or Masm. A
 Makefile is included. The HX developer support (HXDEV) is required,
 get it from http://www.japheth.de/Download/hxdev.zip.


 3. History
 
 v2.7: switched to JWasm and WLink to create the binary.
 v2.6: library COMXDLG.LIB removed.
 v2.5: stack size reduced to 4 kB.
 v2.4: linked with LoadPEx.BIN stub (simplified PE loader + HDPMI32)
 v2.3: linked with HDLD32.BIN stub (includes HX's DPMILD32 + HDPMI32)
 v2.2: linked with DPMILD32.BIN stub (includes HX's DPMILD32)
 v2.1: ???
 v2.0: ???


 4. Copyright

 ComXDlg is Public Domain.

 Japheth
