Bilingual edition: English is preserved and Chinese follows each unit. Terminology uses the confirmed v20260916 glossary; automated semantic review remains traceable.
中英双语版:英文原文完整保留,中文紧随对应单元;术语采用 v20260916 确认表,自动语义审校结果可追溯。

Serial Communication Protocols

串行通信协议

Serial communication protocols for data include the RS-232 protocol, which has been used for communication of modems. The MIDI protocol for music and sound applications is also a serial protocol.

用于数据传输的串行通信协议包括RS-232协议,该协议曾用于调制解调器的通信。此外,用于音乐和声音应用的MIDI协议也是一种串行协议。

Note: This is just a place-holder location for future development. Very little has been done with it to date.

注意:这只是为未来开发预留的位置。截至目前,这里几乎没有任何进展。
Index

Electronics concepts

Digital Circuits
索引 电子学概念 数字电路
 
HyperPhysics*****Electricity and magnetism
HyperPhysics ***** 电磁学
R Nave
Go Back
返回









RS-232 Serial Communication Protocol

RS-232 串行通信协议

The most common standard used for serial data transmission is called RS232C. It was set by the Electronics Industry Association and includes an assignment of the conductors in a 25-pin connector. It has also been used widely for data transfer over a modem.

串行数据传输最常用的标准称为RS232C。该标准由电子工业协会制定,规定了25针连接器中各导线的分配。它也被广泛用于通过调制解调器进行数据传输。
Index

Electronics concepts

Digital Circuits
索引 电子学概念 数字电路
 
HyperPhysics*****Electricity and magnetism
HyperPhysics ***** 电磁学
R Nave
Go Back
返回











Modem

调制解调器

For serial digital data transmission over telephone lines, the logic levels are converted to audio tones at one end (modulation) and then back into logic levels at the other end (demodulation). The device which accomplishes this is called a "modem" for "modulator-demodulator". The acoustic modem converts logic 1 to a 2225 Hz sine wave burst and a logic zero into a 2025 Hz tone. As a receiver it treats 1270 Hz as a logic 1 and 1070 Hz as a logic 0. This technique, called frequency-shift keying, allows the same phone line to be used simultaneously for sending and receiving in what is called full-duplex operation. The modem at the other end of the line must receive 2225 Hz as a logic 1 and send 1270 Hz as a logic 1. A basic rate of transmission is 300 baud, but data lines up to 56K baud are in use.

在电话线上进行串行数字数据传输时,逻辑电平在一方被转换为音频音调(调制),然后在另一方再转换回逻辑电平(解调)。完成这一功能的设备称为“调制解调器”(modem),即“调制器-解调器”。声学调制解调器将逻辑1转换为2225 Hz的正弦波脉冲,将逻辑0转换为2025 Hz的音调。作为接收器,它将1270 Hz视为逻辑1,将1070 Hz视为逻辑0。这种技术称为频移键控(frequency-shift keying),允许同一电话线同时用于发送和接收,这被称为全双工操作。线路另一端的调制解调器必须将2225 Hz接收为逻辑1,并发送1270 Hz作为逻辑1。基本的传输速率是300 baud,但数据线 up to 56K baud 也在使用。
Index

Electronics concepts

Digital Circuits
索引 电子学概念 数字电路
 
HyperPhysics*****Electricity and magnetism
HyperPhysics ***** 电磁学
R Nave
Go Back
返回











MIDI Communication Protocol

MIDI 通信协议

Musical Instrument Digital Interface (MIDI) is a serial data transfer protocol. It uses one start bit, eight data bits and two stop bits and operates at 31.25 kilobaud. It uses two lines for input devices and three lines for output devices. The controlling device and the instrument controlled are electrically isolated from one another by the use of an opto-isolator and the avoidance of direct common grounds. The controlling device sends a signal through a UART to a 5-pin DIN "MIDI out" connector. On the input side, the signal drives the LED of an optoisolator, and the output of the optoisolator is sent to the UART of the receiving device for conversion to parallel information.

MIDI(音乐乐器数字接口)是一种串行数据传输协议。它使用1个起始位、8个数据位和2个停止位,传输速率为31.25千波特。它使用两条线路用于输入设备,三条线路用于输出设备。通过使用光耦隔离器和避免直接共用接地,控制设备与被控制的乐器之间实现电气隔离。控制设备通过UART将信号发送到5针DIN“MIDI输出”连接器。在输入端,信号驱动光耦的LED,光耦的输出则发送到接收设备的UART中,以将信号转换为并行信息。

In controlling a device in an integrated music system, the status byte describes the action to be taken while the data bytes provide specific values or other instructions for the type of action requested.

在控制集成音乐系统中的设备时,状态字描述应采取的动作,而数据字提供具体的值或其他指令,以说明所请求的动作类型。
Index

Electronics concepts

Digital Circuits
索引 电子学概念 数字电路
 
HyperPhysics*****Electricity and magnetism
HyperPhysics ***** 电磁学
R Nave
Go Back
返回











UART

The conversion of parallel data inside a computer to serial data for use in serial communication is accomplished by a Universal Asynchronous Receiver/Transmitter (UART). UART chips are used for RS-232 and MIDI communication.

计算机内部的并行数据转换为用于串行通信的串行数据,是通过通用异步收发器(UART)实现的。UART芯片用于RS-232和MIDI通信。
Index

Electronics concepts

Digital Circuits
索引 电子学概念 数字电路
 
HyperPhysics*****Electricity and magnetism
HyperPhysics ***** 电磁学
R Nave
Go Back
返回