串行通信设计外文翻译--基于RS-232的串行通信设计
《串行通信设计外文翻译--基于RS-232的串行通信设计》由会员分享,可在线阅读,更多相关《串行通信设计外文翻译--基于RS-232的串行通信设计(18页珍藏版)》请在毕设资料网上搜索。
1、 1 中文 4700 字 The Designing of Serial Communication Based on RS232 Abstract This paper discussed the principle of serial communication mainly, proposed the design method based on RS232, designed the hard circuit of serial communication, and realized the programming to PC Microcomputer and single chip
2、 microcomputer by using assembly language and C+ Builder separately. Keywords: serial communication; single chip microcomputer; program design. I. INTRODUCTION During working in the control system, the PC microcomputer sends instructions for step-by-step motor to collect the image information. There
3、fore the communication between the PC microcomputer and the driving system is needed for the communication system. In general, a complete communication system consists of transmitter, receiver, converting the data interface and transmitting data channel. The control of the step-by-step motor is real
4、ized through the pulse distribution by single chip microcomputer. On the motor control system, the PC microcomputer is called as upper computer, and the single chip microcomputer for driving step-by-step motor is called as lower computer. The communication between the upper computer and the lower co
5、mputer has two methods, that is to say the parallel communication and serial communication. Parallel interface can transmit much data at the same time and has the fast speed, but when the transmission distance is far and the number of data is much, it needs more the number of transmission lines. In
6、addition, the voltage level may be changed by the transmission line factor and electromagnetic interference. Serial communication is a one way that the data is transmitted by a bit in order, in which two transition lines is needed to realize bidirectional communication. It is taken into consideratio
7、n that the data is much and the transmutation number is little, the serial communication is utilized in the control system so as to simplify the hardware and save the cost. Serial communication is one of the oldest mechanisms for devices to communicate with each other. Starting with the IBM PC and c
8、ompatible computers, almost all computers are equipped with one or more serial ports and one parallel port. As the name implies, a serial 2 port sends and receives data serially, one bit at a time. In contrast, a parallel port sends and receives data eight bits at a time, using eight separate wires.
9、 For serial communication to work, you just need a minimum of three wiresone to send, one to receive, and one signal ground. For parallel communication, you need eight wires. Despite the comparatively slower transfer speed of serial ports over parallel ports, serial communication remains a popular c
10、onnectivity option for devices because of its simplicity and cost-effectiveness. It shows some of the devices that use a serial port to connect to the computer. Using a serial port, you can connect to a modem, a mouse, or a device such as a bridge/router for configuration purposes. II. THE BRIEF DES
11、CRIPTION OF SERIAL PORT COMMUNITION Serial communication is the communication between sender and receiver data transfer is in the single data line, to move each time a bit. The advantage is that only a pair of transmission lines to send information, so its low cost, suitable for long-distance commun
12、ications; its disadvantage is that transmission speed is low. As mentioned, a serial device sends and receives data one bit at a time. Some devices can send and receive data at the same time and are known as full-duplex devices. Others that can either send or receive at any one time are known as sin
13、gle-duplex. To initiate transmission, a device first transmits a start bit, followed by the data bits. The data bits can be five, six, seven, or eight bits, depending on what has been agreed upon. Both the sender and the receiver must be set to the same data bits for communication to take place corr
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 串行 通信 通讯 设计 外文 翻译 基于 rs
