readme.rs232

来自「Micro In-System Programmer Brief Install」· RS232 代码 · 共 19 行

RS232
19
字号
This info was obtained from:  http://www.aggsoft.com/rs232-pinout-cable/pinout-and-signal.htmSerial (RS232) port interface pinout and signalsDB-9  DB-25  Signal Direction Desc  1     8     DCD   <<--      Data Carrier Detect (Modem connected to another)  2     3     RxD   <<--      Receives bytes into PC  3     2     TxD   -->>      Transmits bytes out of PC  4     20    DTR   -->>      Data Terminal Ready (I'm ready to communicate)  5     7     GND   n/a       Signal Ground  6     6     DSR   <<--      Data Set Ready (I'm ready to communicate)  7     4     RTS   -->>      Request to Send (flow control)  8     5     CTS   <<--      Clear to Send (flow control)  9     22    RI    <<--      Ring Indicator (telephone line is ringing)Note: DCD is sometimes labeled CD

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?