home *** CD-ROM | disk | FTP | other *** search
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- C O M M H E X
-
- Serial Communications Display Program
-
- Users Manual
-
- Version 4.2 21 April 1988
-
-
-
-
-
-
-
-
-
-
-
-
- Copyright (C) 1986, 1987, 1988 by Michael Burton
-
-
- CommHex is a proprietary product written and distributed by
- Michael Burton.
-
-
-
-
- TABLE OF CONTENTS
-
-
- Section 1 INTRODUCTION 1
- Purpose 2
- Program Specifications 2
- CommHex as ShareWare 2
- Association of Shareware Professionals 3
- Section 2 GETTING STARTED 4
- Section 3 THE FIELD INPUT EDITOR 6
- Section 4 COMMHEX INTERNAL FUNCTIONS 8
- Grab Mode (Alt-G) 8
- Transmit Mode (Alt-T) 8
- Help Screens (Alt-H) 8
- Information Screen (Alt-I) 8
- Communications Parameters Change (Alt-P) 9
- Macro Define/Change, Load, Save, Display (Alt-M) 9
- Clear Windows (Alt-C) 10
- Exit to DOS Shell (Alt-X) 10
- Filter Values Change (Alt-F) 11
- Echo Mode (Alt-E) 11
- Delay Toggle Mode (Alt-D) 11
- Leaving CommHex (Esc) 11
- Section 5 CREATING AND USING MACROS (Alt-1 through Alt-0) 11
-
- ________________________________________________________________________
- Section 1 INTRODUCTION
-
- CommHex is a serial communications display program. It displays
- any data that is received on either serial port (COM1 or COM2)
- in two windows. The upper window displays the data in ASCII and
- the lower window displays the data as its corresponding
- hexadecimal values. Data sent to the serial port from the
- keyboard may optionally be displayed, and is distinguished from
- incoming data by being displayed in blue on a color display, or
- underlined on a monochrome display.
-
- You may control all communications parameters with CommHex; port
- number, baud rate, number of data bits, parity, number of stop
- bits and even the intercharacter delay between bytes of a macro
- as it is transmitted. CommHex serial communications are
- interrupt driven and will support rates of 75, 110, 150, 300,
- 600, 1200, 1800, 2400, 4800, 9600 and 19200 baud. The incoming
- and outgoing serial buffers (these buffers are transparent to
- the user) can hold up to 16384 bytes without losing data.
-
- If for any reason you wish to filter out extraneous information
- from the incoming data, three data filters are available, which
- may be used singly or in combination. These are the AND filter,
- OR filter and eXclusive OR filter. They are applied to the data
- in that order (AND, OR, XOR). The filters are always active,
- but their initial values are such that they pass through data
- undisturbed.
-
- CommHex has a mode called the grab mode that, when toggled on,
- captures each incoming byte and puts it in a file called
- COMMGRAB.TXT. The data may then be analyzed at your leisure
- later.
-
- If you are unsure of CommHex's configuration at any point, an
- information window may be brought up to display this
- information. It tells you what all the communications
- parameters are, what the filter values are, whether grab mode is
- toggled on or off and what macro file is loaded.
-
- CommHex has a macro capability which allows you to create a
- string of almost any content that may then be sent out the
- serial port. A maximum of 10 macros are resident at a time and
- are activated using Alt-1 through Alt-0. The macros may be
- saved in a file and may later be reloaded. Any number of macro
- files is supported.
-
- CommHex has a help facility that gives a short synopsis of each
- of its commands, as well as the well-known ShareWare plea for
- cash. The help facility is meant to refresh your memory about
- the internal commands and is not meant to take the place of this
- manual.
-
- Finally, CommHex has the capability to remain in memory while
- you exit to MSDOS/PCDOS to perform whatever you need to do, such
- as copying files, deleting files, editing files, looking at
- directories, etc. You may return to CommHex by typing EXIT at
- the MSDOS/PCDOS prompt.