⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 comm.dfm

📁 是一个串口编程的例子
💻 DFM
字号:
object fcomm: Tfcomm
  Left = 231
  Top = 162
  Width = 696
  Height = 480
  Caption = 'fcomm'
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  OldCreateOrder = False
  OnClose = FormClose
  OnShow = FormShow
  PixelsPerInch = 96
  TextHeight = 13
  object Memo1: TMemo
    Left = 16
    Top = 64
    Width = 617
    Height = 241
    ImeName = #20013#25991' ('#31616#20307') - '#26234#33021' ABC'
    Lines.Strings = (
      'Memo1')
    TabOrder = 0
  end
  object Btn_send: TButton
    Left = 296
    Top = 328
    Width = 75
    Height = 25
    Caption = #21457#36865
    TabOrder = 1
    OnClick = Btn_sendClick
  end
  object Button1: TButton
    Left = 400
    Top = 328
    Width = 75
    Height = 25
    Caption = #20851#38381#20018#21475
    TabOrder = 2
    OnClick = Button1Click
  end
  object Comm1: TComm
    CommName = 'COM1'
    BaudRate = 9600
    ParityCheck = False
    Outx_CtsFlow = False
    Outx_DsrFlow = False
    DtrControl = DtrEnable
    DsrSensitivity = False
    TxContinueOnXoff = True
    Outx_XonXoffFlow = True
    Inx_XonXoffFlow = True
    ReplaceWhenParityError = False
    IgnoreNullChar = False
    RtsControl = RtsEnable
    XonLimit = 500
    XoffLimit = 500
    ByteSize = _8
    Parity = None
    StopBits = _1
    XonChar = #17
    XoffChar = #19
    ReplacedChar = #0
    ReadIntervalTimeout = 100
    ReadTotalTimeoutMultiplier = 0
    ReadTotalTimeoutConstant = 0
    WriteTotalTimeoutMultiplier = 0
    WriteTotalTimeoutConstant = 0
    OnReceiveData = Comm1ReceiveData
    Left = 560
    Top = 8
  end
end

⌨️ 快捷键说明

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