please dont rip this site
/*
 * DDS MICRO-C IBM/PC Communications parameters
 *
 * Copyright 1990-2000 Dave Dunfield
 * All rights reserved.
 */

/*
 * Comm port driver control flags (Cflags)
 */
#define RFLOW       0x80    /* Flow control received */
#define TFLOW       0x40    /* Flow control transmitted */
#define TXOFF       0x20    /* Transmit XOFF pending */
#define TXON        0x10    /* Transmit XON  pending */
#define TRANSPARENT 0x08    /* Transparent mode enable */

/*
 * Common Baudrate divisors
 */
#define _110        1047    /*   110 baud */
#define _300        384     /*   300 baud */
#define _1200       96      /*  1200 baud */
#define _2400       48      /*  2400 baud */
#define _4800       24      /*  4800 baud */
#define _9600       12      /*  9600 baud */
#define _19200      6       /* 19.2K baud */
#define _38400      3       /* 38.4K baud */

/*
 * Mode bits: OR together one from each section
 */
/* Section 1 - Break control */
#define SEND_BREAK  0x40    /* Send break */
/* Section 2 - Parity */
#define PAR_NO      0x00    /* No parity */
#define PAR_ODD     0x08    /* Odd parity */
#define PAR_EVEN    0x18    /* Even parity */
#define PAR_MARK    0x28    /* Mark parity */
#define PAR_SPACE   0x38    /* Space parity */
/* Section 3 - Stop bits */
#define STOP_1      0x00    /* 1 stop bit */
#define STOP_2      0x04    /* 2 stop bits (1.5 if 5 bits) */
/* Section 4 - Data bits */
#define DATA_5      0x00    /* 5 bits */
#define DATA_6      0x01    /* 6 bits */
#define DATA_7      0x02    /* 7 bits */
#define DATA_8      0x03    /* 8 bits */

/*
 * Bits in modem control register
 */
#define LOOPBACK    0x10    /* Set loopback mode */
#define OUTPUT_2    0x08    /* General purpose output #2 */
#define OUTPUT_1    0x04    /* General purpose output #1 */
#define SET_RTS     0x02    /* Assert RTS output */
#define SET_DTR     0x01    /* Assert DTR output */

/*
 * Bits returned by Csignals()
 */
#define CD          0x80    /* Carrier detect */
#define RI          0x40    /* Ring indicator */
#define DSR         0x20    /* Data set ready */
#define CTS         0x10    /* Clear to send  */
#define END_RING    0x04    /* Ring has just ended */
#define DELTA_CD    0x08    /* CD  has changed since last read */
#define DELTA_DSR   0x02    /* DSR has changed since last read */
#define DELTA_CTS   0x01    /* CTS has changed since last read */

extern char Cflags;         /* Driver control flags */


file: /Techref/com/dunfield/ftp/embedpc/comm_h.htm, 5KB, , updated: 2002/3/3 23:45, local time: 2024/3/28 04:03,
TOP NEW HELP FIND: 
18.234.139.149:LOG IN

 ©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions?
Please DO link to this page! Digg it! / MAKE!

<A HREF="http://www.sxlist.com/techref/com/dunfield/ftp/embedpc/comm_h.htm"> Colorized Source Code</A>

After you find an appropriate page, you are invited to your to this massmind site! (posts will be visible only to you before review) Just type a nice message (short messages are blocked as spam) in the box and press the Post button. (HTML welcomed, but not the <A tag: Instead, use the link box to link to another page. A tutorial is available Members can login to post directly, become page editors, and be credited for their posts.


Link? Put it here: 
if you want a response, please enter your email address: 
Attn spammers: All posts are reviewed before being made visible to anyone other than the poster.
Did you find what you needed?

 

Welcome to sxlist.com!


Site supported by
sales, advertizing,
& kind contributors
just like you!

Please don't rip/copy
(here's why

Copies of the site on CD
are available at minimal cost.
 

Welcome to www.sxlist.com!

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

  .