FS-8700-103_ATMI_TGM_Serial Manual Page 27 of 28
FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 USA Web:www.fieldserver.com
Tel: (408) 262-2299 Fax: (408) 262-9042 Toll_Free: 888-509-1970 email: support@fieldserver.com
Appendix D. Troubleshooting tips
Appendix D.1. Connection Tips & Hints
The ATMI-TGM’s serial ports are configured using the TGM’s configuration file – typically
named config.dat
Search for the following section. The port you wish to connect to must be set as a “Remote
Console”.
/* the channel utilization array specifies how a parallel (or serial) */
/* channel is to be utilized. The possible entries are: */
/* 0 = this channel is forced out of service (not implemented, etc)*/
/* 1 = this channel is a printer device */
/* 2 = this channel is a remote console */
/* There can be more than one printer device (max = all 3 channels), */
/* but there can be only one remote console (COM1: or COM2 :). */
/* Leave the Acoustic Sensor entry = 0 (controlled by bvCous) */ /* PMC */
BYTE chanUtil[] = {
0, // [0] = local (parallel) printer
0, // [1] = COM1: serial channel
2, // [2] = COM2: serial channel
0, // [3] = Acoustic Sensor serial channel
};
/* the baudRate table specifies the baud rate for the serial channels */
/* can be one of: 110, 300, 600, 1200, 2400, 4800, 9600, 19200, 38400 */
/* an entry of 0 in chanUtil[] overrides the entry here */ /* PMC, too slow and wont finish printing in time
*/
WORD baudRate[] = {
XX, // [0]
9600, // [1] // COM1:
9600, // [2] // COM2:
9600, // [3] // cous chan
};