*ENH FORMAT
STANDARD1
STANDARD2
MULTBASE1
MULTBASE2
MULTBASE3
CUSTOM
*LANGUAGE
ENGLISH
FRENCH
GERMAN
*D_PRIORITY
R
T
*SIDE TONE
N
A
S
T
*GRP_DIGITS
2
3
*EMG_TYPE
F
L
*RX_BUFFER
RXBUFF1 (    DISPLAYED)
RXBUFF2 (NOT DISPLAYED)
  COLOR   VVD           kn	  STD_MB2 ALS           ww  UNZIP   BAT           uK   STD_MB4 ALS           x  MAKEZIP BAT           DJ   SIG_MB2 ALS           ]w  SIG_MB4 ALS           kw  MMM     BAT           X    'big_str', then	*/
     99  		/* We read the result into the same 'big_str'	*/
    100        /* if it is signaling or upload of aliases, we read twice, becau
         se after
 


                                                                       PAGE   3
                                                                       06-09-92
                                                                       11:09:14

 Line#  Source Line                           Microsoft C Compiler Version 5.10

    101        the pause for the communication between basic and signaling,
    102        we get the "TEST P: V:2.00" string and only after the first read
         , we 
    103        read the parameters */
    104        if ((type == UP4) || (type == UP3))
    105        {
    106              upread_t56(port, big_str, str_len,type );
    107              if (type == UP4)
    108                 upread_t56(port, big_str, str_len,type );     /* upsig 
         or upload of aliases */
    109        }
    110        else
    111              read_t56(port, big_str, str_len,type );   
    112  	}
    113  	else
    114  		strnset(big_str, 0, str_len);  /* Failed to Read Answer */
    115  				/*-------------------------------------*\
    116  				|	Stop  Communication		|				|
    117  				\*-------------------------------------*/
    118  	asiquit(port);
    119  	return(1);
    120  }


send_t56  Local Symbols

Name                      Class   Type              Size   Offset 