Index of /jeffl/Novatel/PCNT4DOS

Icon  Name                    Last modified      Size  Description
[PARENTDIR] Parent Directory - [   ] GPSCON.EXE 1996-07-05 15:28 50K [   ] GPSLOAD.EXE 1996-09-11 15:23 49K [   ] GPSQUERY.EXE 1996-07-05 15:36 21K [   ] Gpsinst.exe 1996-07-05 15:33 25K [   ] Ntgpsdrv.sys 1996-09-23 17:21 25K [   ] SETUP.BAT 1999-04-07 18:03 774
******************************************************************************

		NOVATEL GPSCARD NT PROGRAMS	 

******************************************************************************


    Company:       GPS Products.
                   (c) NovAtel Inc.
                   6732 - 8th Street N.E.
                   Calgary, Alberta.
                   Canada. T2E 8M4

		  
    COPYRIGHT NovAtel Inc, all rights reserved.

    No part of this software may be reproduced or modified in any
    form or by any means - electronic, mechanical, photocopying,
    recording, or otherwise - without the prior written consent of
    NovAtel Inc. and author(s).


    IN NO EVENT WILL NOVATEL BE LIABLE FOR ANY INDIRECT,INCIDENTAL,
    SPECIAL OR CONSEQUENTIAL DAMAGES WHETHER THROUGH TORT, CONTRACT
    OR OTHERWISE. THIS SOFTWARE IS SUPPLIED ON AN 'AS IS' BASIS.

	LIMITED TECHNICAL SUPPORT IS AVAILABLE FOR THESE PRODUCTS.


******************************************************************************

	CONTENTS:

		Installation Utilities
		
			GPSINST.EXE			 25 KB
			GPSQUERY.EXE		 21 KB

		DOS Shell Utilities

			GPSLOAD.EXE			 49 KB
			GPSCON.EXE			 50 KB
		
******************************************************************************

	INSTALLATION INSTRUCTIONS:


	1.  GPSINST must be installed prior to running any of the DOS Shell
		Windows NT utilities.  The command line instructions for 
		GPSINST are as follows:



C:\>gpsinst
******************************************************************************
* NT GPS Install Program V1.1
*
* Usage: gpsinst /D<Driver> [/N<Instance>] [/I<Interrupt>] [/A<Address>]
*        or
*        gpsinst /R [/NInstance]
*
* Where: <Driver>    - full path and name of the NT GPS Driver
*        <Instance>  - name of the instance of this driver (Default = GPS1)
*        <Interrupt> - interrupt set for the card (3,5, or 7) (Default = 5)
*        <Address>   - IO address for card (150, 200, or 300) (Default = 150)
*        /R          - means to remove the driver
*
* Ex:    gpsinst /Dc:\winnt\sytem32\ntgpsdrv.sys /NGPS1 /I5 /A150
******************************************************************************




	2.  GPSLOAD and GPSCON funtions very similar to the standard DOS programs
		provided with your GPSCard.  See your PC Installation Guide for 
		additonal information.  The command line description is as follows
		where <Instance> refers to the instance installed with GPSINST.



C:\>gpsload
******************************************************************************
* NT GPS Load Program V1.3
* Usage: gpsload [/N<Instance>] [/C] [/A<Ascii File>] [/B<Binary File>]
*           [/C<Console File>] [/F<Init File>] <.btl file>
*
* Where: <Instance>     - name of the driver instance (Default = GPS1)
*        <Ascii File>   - file name to place ascii records in.
*        <Binary File>  - file name to place binary records in.
*        <Console File> - file name to place console records in
*                         (Note: console records always go to screen as well)
*        <Init File>    - file name that will be downloaded to the card for
*                         initialization.
*        <.btl file>    - full path to the GPSCard .btl file for your GPSCard.
*                         (ex. c:\gps\card\main.btl)
*        /C             - runs the console after loading card
*
* Ex:    gpsload /NGPS2 c:\gps\card\main.btl
* Ex:    gpsload /NGPS2 /C c:\gps\card\main.btl
******************************************************************************


C:\>gpscon
*****************************************************************************
* NT GPS Console Program V1.4 - Press ESC to exit!
*
* Usage: gpscon [/N<Instance>] [/A<Ascii File>] [/B<Binary File>]
*           [/C<Console File>] [/F<Init File>] [/R] [/K]
*
* Where: <Instance>     - name of the driver instance. (Default = GPS1)
*        <Ascii File>   - file name to place ascii records in.
*        <Binary File>  - file name to place binary records in.
*        <Console File> - file name to place console records in.
*                         (Note: console records always go to screen as well)
*        <Init File>    - file name that will be downloaded to the
*                         card for initialization.
*        /R             - resets the card
*
* Ex:    gpscon /NGPS2 /Adata.asc /Bdata.bin /Finit.dat
******************************************************************************