Misplaced Pages

BRE

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.

In a bulletin board system (BBS), a door is an interface between the BBS software and an external application. The term is also used to refer to the external application, a computer program that runs outside of the main bulletin board program. Sometimes called external programs , doors are the most common way to add games, utilities, and other extensions to BBSes. Because BBSes typically depended on the telephone system, BBSes and door programs tended to be local in nature, unlike modern Internet games and applications.

#17982

42-438: (Redirected from Bre ) BRE , Bre , or BrE may refer to: Computing [ edit ] Barren Realms Elite , a multi-player bulletin board system strategy game Basic regular expression , expressions used for computerized text matching Business rules engine , a software system to manage and execute business rules Science [ edit ] B recognition element ,

84-513: A cross-over , roll-over or null modem cable must be used. Generally, serial port connectors are gendered , only allowing connectors to mate with a connector of the opposite gender. With D-subminiature connectors, the male connectors have protruding pins, and female connectors have corresponding round sockets. Either type of connector can be mounted on equipment or a panel; or terminate a cable. Connectors mounted on DTE are likely to be male, and those mounted on DCE are likely to be female (with

126-433: A phone connector , usually the smaller 2.5 or 3.5 mm connectors and the most basic 3-wire interface—transmit, receive and ground. 8P8C connectors are also used in many devices. The EIA/TIA-561 standard defines a pinout using this connector, while the rollover cable (or Yost standard) is commonly used on Unix computers and network devices, such as equipment from Cisco Systems . Many models of Macintosh favor

168-524: A ribbon cable to the more standard 9-pin DE-9 connector (and frequently mounted on a free slot plate or other part of the housing). The following table lists commonly used RS-232 signals and pin assignments: Signal Ground is a common return for the other connections; it appears on two pins in the Yost standard but is the same signal. The DB-25 connector includes a second Protective Ground on pin 1, which

210-756: A DNA sequence benign Rolandic epilepsy , a syndrome BRE (gene) , human gene Bloom–Richardson–Elston grading system for breast cancer Organisations [ edit ] Building Research Establishment , institution in United Kingdom Language [ edit ] BrE, common abbreviation for British English bre (interjection) Breton language (SIL language code) Transport [ edit ] Bremen Airport , Germany (IATA code) Brentwood railway station (National Rail station code BRE) Other uses [ edit ] Bachelor of Religious Education Berkeley Review of Education , an academic journal Brè ,

252-500: A UART integrated circuit, all these settings can be software-controlled. Hardware from the 1980s and earlier may require setting switches or jumpers on a circuit board. The configuration for serial ports designed to be connected to a PC has become a de facto standard, usually stated as 9600/8-N-1. Serial ports use two-level (binary) signaling, so the data rate in bits per second is equal to the symbol rate in baud . The total speed includes bits for framing (stop bits, parity, etc.) and so

294-473: A bit rate by observing what a connected device is sending and synchronizing to it. The number of data bits in each character can be 5 (for Baudot code ), 6 (rarely used), 7 (for true ASCII ), 8 (for most kinds of data, as this size matches the size of a byte ), or 9 (rarely used). 8 data bits are almost universally used in newer applications. 5 or 7 bits generally only make sense with older equipment such as teleprinters. Most serial communications designs send

336-429: A corrupted transmission with an even number of errors will pass the parity check. A single parity bit does not allow implementation of error correction on each character, and communication protocols working over serial data links will typically have higher-level mechanisms to ensure data validity and request retransmission of data that has been incorrectly received. The parity bit in each character can be set to one of

378-532: A serial stream , the term serial port usually denotes hardware compliant with RS-232 or a related standard, such as RS-485 or RS-422 . Modern consumer personal computers (PCs) have largely replaced serial ports with higher-speed standards, primarily USB. However, serial ports are still frequently used in applications demanding simple, low-speed interfaces, such as industrial automation systems, scientific instruments, point of sale systems and some industrial and consumer products. Server computers may use

420-415: A serial port as a control console for diagnostics, while networking hardware (such as routers and switches ) commonly use serial console ports for configuration, diagnostics, and emergency maintenance access. To interface with these and other devices, USB-to-serial converters can quickly and easily add a serial port to a modern PC. Modern devices use an integrated circuit called a UART to implement

462-833: A serial port. This IC converts characters to and from asynchronous serial form, implementing the timing and framing of data specified by the serial protocol in hardware. The IBM PC implements its serial ports, when present, with one or more UARTs. Very low-cost systems, such as some early home computers , would instead use the CPU to send the data through an output pin, using the bit banging technique. These early home computers often had proprietary serial ports with pinouts and voltage levels incompatible with RS-232. Before large-scale integration (LSI) made UARTs common, serial ports were commonly used in mainframes and minicomputers , which would have multiple small-scale integrated circuits to implement shift registers, logic gates, counters, and all

SECTION 10

#1732771886018

504-731: A village in Switzerland Brecknockshire , historic county in Wales, Chapman code Bre people , an ethnic group in Burma Bustle Rack Extension, a storage bin mounted on the rear of the M1 Abrams tank's bustle rack Brock Racing Enterprises → Pete Brock Topics referred to by the same term [REDACTED] This disambiguation page lists articles associated with the title BRE . If an internal link led you here, you may wish to change

546-619: Is none , with error detection handled by a communication protocol. To allow detection of messages damaged by line noise , electromechanical teleprinters were arranged to print a special character when received data contained a parity error. Stop bits sent at the end of every character allow the receiving signal hardware to detect the end of a character and to resynchronize with the character stream. Electronic devices usually use one stop bit. If slow electromechanical teleprinters are used, one-and-one half or two stop bits may be required. The data/parity/stop (D/P/S) conventional notation specifies

588-462: Is 16 times the fastest bit rate, and the serial port circuit can easily divide this down to lower frequencies as required. The capability to set a bit rate does not imply that a working connection will result. Not all bit rates are possible with all serial ports. Some special-purpose protocols such as MIDI for musical instrument control, use serial data rates other than the teleprinter standards. Some serial port implementations can automatically choose

630-435: Is an output on a DTE device is an input on a DCE device and vice versa, so a DCE device can be connected to a DTE device with a straight wired cable, in which each pin on one end goes to the same numbered pin on the other end. Conventionally, computers and terminals are DTE, while peripherals such as modems are DCE. If it is necessary to connect two DTE (or DCE) devices together, a cable with reversed TX and RX lines, known as

672-458: Is intended to be connected by each device to its own frame ground or similar. Connecting Protective Ground to Signal Ground is a common practice but not recommended. Note that EIA/TIA 561 combines DSR and RI, and the Yost standard combines DSR and DCD. Operating systems usually create symbolic names for the serial ports of a computer, rather than requiring programs to refer to them by hardware address. Unix-like operating systems usually label

714-419: Is present and powered up so are usually asserted at all times. However, non-standard implementations exist, for example, printers that use DTR as flow control. Software handshaking is done for example with ASCII control characters XON/XOFF to control the flow of data. The XON and XOFF characters are sent by the receiver to the sender to control when the sender will send data, that is, these characters go in

756-408: Is sent over the same channel as its data. The advantage of hardware handshaking is that it can be extremely fast, it works independently of imposed meaning such as ASCII on the transferred data and it is stateless . Its disadvantage is that it requires more hardware and cabling, and both ends of the connection must support the hardware handshaking protocol used. The advantage of software handshaking

798-475: Is that it can be done with absent or incompatible hardware handshaking circuits and cabling. The disadvantage, common to all in-band control signaling, is that it introduces complexities in ensuring that control messages get through even when data messages are blocked, and data can never be mistaken for control signals. The former is normally dealt with by the operating system or device driver; the latter normally by ensuring that control codes are escaped (such as in

840-569: The Kermit protocol ) or omitted by design (such as in ANSI terminal control ). If no handshaking is employed, an overrun receiver might simply fail to receive data from the transmitter. Approaches for preventing this include reducing the speed of the connection so that the receiver can always keep up, increasing the size of buffers so it can keep up averaged over a longer time, using delays after time-consuming operations (e.g. in termcap ) or employing

882-793: The 20 signals that are defined by the standard, connectors with fewer pins are often used. While specific examples follow, countless other connectors have been used for RS-232 connections. The 9-pin DE-9 connector has been used by most IBM-compatible PCs since the Serial/Parallel Adapter option for the PC-AT , where the 9-pin connector allowed a serial and parallel port to fit on the same card. This connector has been standardized for RS-232 as TIA-574 . Some miniaturized electronics, particularly graphing calculators and hand-held amateur and two-way radio equipment, have serial ports using

SECTION 20

#1732771886018

924-468: The Red Dragon , popular dystopian RPG: Operation: Overkill, and Mutants! . BBSes often published high scores, encouraging players to beat others. InterBBS leagues allowed users of different BBSes to compete against each other in the same game. A modern version of this known as BBSlink exists allowing sysops to offer door games on their BBS which are hosted on a remote server, thereby increasing

966-491: The bits within each byte just before sending and just after receiving. Parity is a method of detecting errors in transmission. When parity is used with a serial port, an extra data bit is sent with each data character, arranged so that the number of 1 bits in each character, including the parity bit, is always odd or always even. If a byte is received with the wrong number of 1s, then it must have been corrupted. Correct parity does not necessarily indicate absence of corruption as

1008-613: The cable connectors being the opposite). However, this is far from universal; for instance, most serial printers have a female DB25 connector, but they are DTEs. In this circumstance, the appropriately gendered connectors on the cable or a gender changer can be used to correct the mismatch. The only connector specified in the original RS-232 standard was the 25-pin D-subminiature, however, many other connectors have been used to save money or save on physical space, among other reasons. In particular, since many devices do not use all of

1050-574: The capability to "drop to" doors. Several standards were developed for passing connection and user information to doors; this was usually done with "dropfiles", small binary or text files dropped into known locations in the BBS's file system . Most doors were responsible for operating the serial port or other communications device directly until returning control to the BBS. Later development of FOSSIL drivers have allowed both BBSes and their doors to communicate without being responsible for direct operation of

1092-407: The communications hardware. A major use of doors is for door games : computer games played on the BBS. These games included strategy games such as TradeWars 2002 , Food Fight! , Solar Realms Elite , Space Dynasty , Usurper, and Barren Realms Elite . There were also role-playing games (RPG), often derived from earlier email-based games —examples include Seth Robinson 's Legend of

1134-431: The connection must match for data to be received correctly. Bit rates commonly supported include 75, 110, 300, 1200, 2400, 4800, 9600, 19200, 38400, 57600 and 115200 bit/s. Many of these standard modem baud rates are multiples of either 1.2 kbps (e.g., 19200, 38400, 76800) or 0.9 kbps (e.g., 57600, 115200). Crystal oscillators with a frequency of 1.843200 MHz are sold specifically for this purpose. This

1176-415: The control lines of a serial port to monitor external devices, without exchanging serial data. A common commercial application of this principle was for some models of uninterruptible power supply which used the control lines to signal loss of power, low battery, and other status information. At least some Morse code training software used a code key connected to the serial port to simulate actual code use;

1218-471: The data bits within each byte least significant bit first. Also possible, but rarely used, is most significant bit first; this was used, for example, by the IBM 2741 printing terminal. The order of bits is not usually configurable within the serial port interface but is defined by the host system. To communicate with systems that require a different bit ordering than the local default, local software can re-order

1260-409: The effective data rate is lower than the bit transmission rate. For example, with 8-N-1 character framing, only 80% of the bits are available for data; for every eight bits of data, two more framing bits are sent. A standard series of rates is based on multiples of the rates for electromechanical teleprinters ; some serial ports allow many arbitrary rates to be selected, but the speeds on both sides of

1302-494: The following: Aside from uncommon applications that use the last bit (usually the 9th) for some form of addressing or special signaling, mark or space parity is uncommon, as it adds no error detection information. Odd parity is more useful than even parity since it ensures that at least one state transition occurs in each character, which makes it more reliable at detecting errors like those that could be caused by serial port speed mismatches. The most common parity setting, however,

BRE - Misplaced Pages Continue

1344-435: The framing of a serial connection. The most common usage on microcomputers is 8/N/1 (8N1). This specifies 8 data bits, no parity, 1 stop bit. In this notation, the parity bit is not included in the data bits. 7/E/1 (7E1) means that an even parity bit is added to the 7 data bits for a total of 8 bits between the start and stop bits. Flow control is used in circumstances where a transmitter might be able to send data faster than

1386-405: The link to point directly to the intended article. Retrieved from " https://en.wikipedia.org/w/index.php?title=BRE&oldid=1084396053 " Category : Disambiguation pages Hidden categories: Short description is different from Wikidata All article disambiguation pages All disambiguation pages Barren Realms Elite From the 1990s on, most BBS software had

1428-421: The more common devices that are connected to the serial port on a PC. Some of these such as modems and serial mice are falling into disuse while others are readily available. Serial ports are very common on most types of microcontroller , where they can be used to communicate with a PC or other serial devices. Since the control signals for a serial port can be driven by any digital signal , some applications used

1470-575: The most recent BBS callers. Serial port A serial port is a serial communication interface through which information transfers in or out sequentially one bit at a time. This is in contrast to a parallel port , which communicates multiple bits simultaneously in parallel . Throughout most of the history of personal computers , data has been transferred through serial ports to devices such as modems , terminals , various peripherals , and directly between computers. While interfaces such as Ethernet , FireWire , and USB also send data as

1512-460: The opposite direction to the data being sent. The system starts in the sending allowed state. When the receiver's buffers approach capacity, the receiver sends the XOFF character to tell the sender to stop sending data. Later, after the receiver has emptied its buffers, it sends an XON character to tell the sender to resume transmission. It is an example of in-band signaling , where control information

1554-475: The other logic needed. As PCs evolved serial ports were included in the Super I/O chip and then in the chipset . The individual signals on a serial port are unidirectional and when connecting two devices, the outputs of one device must be connected to the inputs of the other. Devices are divided into two categories: data terminal equipment (DTE) and data circuit-terminating equipment (DCE). A line that

1596-577: The receiver is able to process it. To cope with this, serial lines often incorporate a handshaking method. There are hardware and software handshaking methods. Hardware handshaking is done with extra signals, often the RS-232 RTS/CTS or DTR/DSR signal circuits. RTS and CTS are used to control data flow, signaling, for instance, when a buffer is almost full. Per the RS-232 standard and its successors, DTR and DSR are used to signal that equipment

1638-416: The related RS-422 standard, mostly using circular mini-DIN connectors . The Macintosh included a standard set of two ports for connection to a printer and a modem, but some PowerBook laptops had only one combined port to save space. 10P10C connectors can be found on some devices. Another common connector is a 10 × 2 pin header common on motherboards and add-in cards which is usually converted via

1680-637: The serial port devices /dev/tty* . TTY is a common trademark-free abbreviation for teletype , a device commonly attached to early computers' serial ports, and * represents a string identifying the specific port; the syntax of that string depends on the operating system and the device. On Linux , 8250 / 16550 UART hardware serial ports are named /dev/ttyS* , USB adapters appear as /dev/ttyUSB* and various types of virtual serial ports do not necessarily have names starting with tty . The DOS and Windows environments refer to serial ports as COM ports: COM1, COM2,..etc. This list includes some of

1722-551: The status bits of the serial port could be sampled very rapidly and at predictable times, making it possible for the software to decipher Morse code. Serial computer mice may draw their operating power from the received data or control signals. Serial standards provide for many different operating speeds as well as adjustments to the protocol to account for different operating conditions. The most well-known options are speed, number of data bits per character, parity, and number of stop bits per character. In modern serial ports using

BRE - Misplaced Pages Continue

1764-569: The user base of the game. While many of the most popular and memorable BBS doors have been games, numerous doors had non-entertainment applications such as user polls or the time bank , permitting users to time-shift their rationed BBS use. Frequently they act as a front-end to themed databases on subject such as astrology, numerology and fortune-telling, recipes, weather prediction, personal ads (sometimes with additional match-making functionality), classified ads and "for sale" listings (sometimes permitting auctions), BBS lists, and parting comments from

#17982