搜索资源列表
2
- 的问题.派尔高协议,控制左转右转时,出现问题.其他功能好用.我用DELPHI写的程序,在MOUSEDOWN中, str := chr($FF)+chr($01)+chr($00)+chr($04)+chr($0F)+chr($00)+chr($14) MSComm1.output := str 在CLICK事件中: str := chr($FF)+chr($01)+chr($00)+chr($00)+chr($00)+chr($00)+chr($01) MSComm1
mscomm1
- PC机与智能仪器串口通信 MSComm 控件 MSComm 控件通过串行端口传输和接收数据,为应用程序提供串行通讯功能。 语法 MSComm 说明 MSComm 控件提供下列两种处理通讯的方式: 事件驱动通讯是处理串行端口交互作用的一种非常有效的方法。在许多情况下,在事件发生时需要得到通知,例如,在 Carrier Detect (CD) 或 Request To Send (RTS) 线上一个字符到达或一个变化发生时。
mscomm1.rar
- 这是一个用delphi7.0 编写的P串口通讯程序,在实际工作中很好用。,This is a serial communication with delphi7.0.It is good use in pricate work.
MSComm-control
- 利用MSComm控件实现PC机双串口互通信,大家能轻松的看懂程序-MSComm control to achieve the PC using dual serial inter-communication, we can easily understand the program
MSCOMM32
- 这是一个关于DELPHI串口编程的控件,能高效的进行编程。-This is a serial port on the DELPHI programming control, can be highly efficient programming.
MFC-MSComm1.1beta
- 这个是编串口调试的说明文档,我就是看这个说明文档才用VC编的上位机界面,感觉挺好的。-This is made up of the serial port debug documentation, I just look at the documentation is just using VC compiled PC interface, feeling good.
Send232
- 簡單實現如何透過RS-232 Com port 收送資料 Private Sub btnOpenCOM_Click() //設定Com Port 號碼 MSComm1.CommPort = CInt(txtCOM.Text) //設定鮑率,Dataformat MSComm1.Settings = "9600,n,8,1" //開啟Com Port MSComm1.PortOpen = True End Sub
CommTest485
- 测试com口程序Private Sub Form_Load() Dim I As Integer Dim Msg As String Me.Enabled = False Msg = 串行端口通讯测试 V & App.Major & . & App.Minor & App.Revision cboCommSettings.Text = GetSetting(App.EXEName, frmCommTest , CommSettings , 2400,N,8,