After you unzip the self-extracting file to either a diskette or hard drive, you will have the following four files:
|
Comtest.exe |
a Win32 application for testing serial port communication between two computers |
|
Comtest.ini |
a configuration file that is read by comtext.exe when it starts |
|
Sim.text |
a simulated transcript for testing purposes |
|
Readme.html |
this readme file |
The program can transmit and receive data using the selected serial port. As the program transmits a file or receives data, the text is displayed on the console window. If the program is transmitting to a LiveNote system, the text will be displayed as if a court reporter were sending a realtime feed.
You must connect the two computers with a send/receive cable, a null modem cable or a serial Laplink cable.
Comtest.exe reads the configuration parameters you have set from the comtest.ini initialization file when it starts up. Comtest.ini must be in the same folder as Comtest.exe.
This file contains the following information:
[ComPort]
Port=COM1
BaudRate=2400
DataBits=8
StopBits=1
Parity=none
DtrControl=enable
RtsControl=enable
OutxCtsFlow=0
OutxDsrFlow=0
[Settings]
CATSystem=Simulation
TimeStep=100
BlockSize=10
File=Sim.txt
Mode=Receive
You can change the following settings:
|
Parameter |
Valid values |
| Port: |
COM1, COM2, … , COM9 |
|
BaudRate: |
1200, 2400, 4800, 9600, 19200 |
|
CATSystem: |
Simulation, CaseView |
|
Mode: |
Transmit, Receive |
|
File |
Name of the text file you want to transmit. If the file is not in the same folder as Comtest.exe, you must include the full path for the file. |
The baud rate for both XEC-2001 and CaseView is 2400; do not change this setting.
Open Windows Explorer and browse to the location containing Comtest.exe. Double click on Comtest.exe to begin the realtime feed.