Search

Files (467)

  • ASYNC.C in bsrc_250.zip

    ...are port (0 based) to init * -OR- char *unc : Full UNC \\networkId\modemId to init. * * if unc==NULL, port is used. if unc != NULL, unc is...

  • ASYNC.H in bsrc_250.zip

    ...60 /* ASYNC_GETCOMMERROR, ASYNC_SETBREAKOFF, ASYNC_SETBREAKON, ASYNC_SETMODEMCTRL */ #define RX_QUE_OVERRUN 0x0001 #define RX_HARDWA...

  • B_INITVA.C in bsrc_250.zip

    ..._name = "NODEX"; else nodelist_name = "NODELIST"; if (modem_init == NULL) modem_init = ctl_string ("|AT|"); if (mod...

  • B_PROTO.C in bsrc_250.zip

    ...i = &max_baud; else i = &btypes[baud]; (void) fprintf (ctlfile, "Modem %x %x %x %x %x\n", /* All modem params */ hfComHandle,...

  • B_SCRIPT.C in bsrc_250.zip

    ...r (CR); /* terminate the string */ if (modem_response (7500) == 2) /* we got a good response, */ ...

  • B_SESSIO.C in bsrc_250.zip

    ... = DEFAULT; } /* * Send banner-type lines to remote. Since strange modems like Courier HST * have a propensity for thinking they are connect...

  • B_TERM.C in bsrc_250.zip

    ...c_hdr *OldKeyFncHdr; char *autodl = "**\030B00"; /* Zmodem autodl str. */ char *search_autodl = autodl; FILE *logfile =...

  • BINK.H in bsrc_250.zip

    ...te; /* baud rate divided by 300 */ byte ModemType; /* RESERVED for modem type */ ...

  • BREC.C in bsrc_250.zip

    ... if (timeup (args->T2) || no_sealink) { args->result = Modem7_Receive_File (args->filename); return (BR2); } ...

  • BSEND.C in bsrc_250.zip

    ...case NAK: /* State BS1.1 */ args->result = Modem7_Send_File (args->filename); return (BS2); ...

  • BT.C in bsrc_250.zip

    ...nsaction, such as, but not */ /* limited to, software bundled with a modem or CD-ROM software */ /* collections. ...

  • BTCONFIG.C in bsrc_250.zip

    ... case 1: /* "SameRing" */ modemring = 1; break; case 2: ...

  • BTCTL.C in bsrc_250.zip

    ... */ byte testmode; /* input from keyboard, not modem */ word carrier_mask; word handsha...

  • COM_DOS.H in bsrc_250.zip

    ... /*-----------------------------------------------*/ /*#define MODEM_IN() (Com_(0x02)&0x00ff)*/ /*--...

  • COM_OS2.H in bsrc_250.zip

    ...to my async package */ #define CARRIER (com_online()) #define MODEM_STATUS (com_online()) #define CHAR_AVAIL() com_char_avai...

  • DATA.C in bsrc_250.zip

    ...red */ int fstblklen = 0; /* Start Zmodem packet size */ int net_params = 0; int un_attended = 0; int comm...

  • DEFINES.H in bsrc_250.zip

    ...AD_LINE_ERR -12 #define VOICE_ERR -13 #define DIAL_TONE_ERR -14 #define MODEM_ERR -15 #define TIME_ERR -16 #define WHACK_CR_ERR -17 #define XMOD...

  • DOSFUNCS.C in bsrc_250.zip

    ... static USHORT regular = 0; static USHORT janus = 0; static USHORT modem = 0; USHORT priority; switch (pclass) { case 2: ...

  • ENGLISH.TXT in bsrc_250.zip

    ...ase hang up.\r\r L+Nothing to send to %s L!Connection attempt aborted L#Modem hang up sequence L:No outgoing file requests L:Outbound file reques...

  • EXTERNS.H in bsrc_250.zip

    ...ud_str cur_baud; /* Current baud rate */ extern char *modem_init; /* Used to init modem */ extern char ...