搜索资源列表
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
vb-MSComm1
- 安装绿色精简版vb在做串口操作会 控件 MSComm1 的类 MSCommLib.MSComm 不是一个已加载的控件类。 此为补丁
mscomm1
- VC++ 和VB串并口开发技术工程应用实例导航》一书的配套源代码串口编程
mscomm1
- PC机与智能仪器串口通信 MSComm 控件 MSComm 控件通过串行端口传输和接收数据,为应用程序提供串行通讯功能。 语法 MSComm 说明 MSComm 控件提供下列两种处理通讯的方式: 事件驱动通讯是处理串行端口交互作用的一种非常有效的方法。在许多情况下,在事件发生时需要得到通知,例如,在 Carrier Detect (CD) 或 Request To Send (RTS) 线上一个字符到达或一个变化发生时。
zb_comm
- vb与plc通信 vb 使用mscomm1 控件与三菱plc通信程序
mscomm1.rar
- 这是一个用delphi7.0 编写的P串口通讯程序,在实际工作中很好用。,This is a serial communication with delphi7.0.It is good use in pricate work.
OBI
- Line 155: Class MSComctlLib.StatusBar of control StatusBar1 was not a loaded control class.-Line 316: Class MSCommLib.MSComm of control MSComm1 was not a loaded control class.
mscomm1
- MScomm1控件用法,包括波特率,阀值,校验位,传入数据缓冲数组-MScomm1 control usage, including baud rate, thresholds, parity bit, incoming data buffer array
MSComm-control
- 利用MSComm控件实现PC机双串口互通信,大家能轻松的看懂程序-MSComm control to achieve the PC using dual serial inter-communication, we can easily understand the program
TheIilnessofhisDataStructure
- 检验仪器与计算机接口技术,比较详细 还附带代码-Private Sub MSComm_OnComm () Select Case MSComm1.CommEvent Case comEventBreak Case comEvDSR comEvReceive End Select End Sub
MSCOMM32
- 这是一个关于DELPHI串口编程的控件,能高效的进行编程。-This is a serial port on the DELPHI programming control, can be highly efficient programming.
mscomm1
- 串口基本功能以及取字节源码,串口基本功能以及取字节源码-Basic functions and the selection of bytes of serial source
vb_plc
- vb与plc通信 vb 使用mscomm1 控件与三菱plc通信程序-vb vb communicate with the plc using mscomm1 Mitsubishi plc controls and communication procedures
vb-chuankou
- rivate Sub cmdSend_Click() Dim sj() As Byte Dim sj_Txt As String Dim i As Integer sj_Txt = "800A00113135323634389794" sj_Txt="00FFWW0D006501" & hex(deltapre*i/n+m_OldPre) & "42" Text1 = sj_Txt ReDim sj(Len(sj_Txt) / 2 - 1) For
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
MSComm1
- 这是一个VC++菜单项的代码,可以下载直接经行测试。然后实现菜单的选择。-this is a code of about VC++ Menu
serial-communication
- VB实现pc与单片机串口通信任务 //利用vb实现pc与单片机串口通信任务 //编写程序代码 定义变量 Dim cnum As Integer 循环计数标志 Dim choosenum As Integer 选择指示灯号 串口初始化 在窗体的Load事件中加入下列代码对串口进行初始化 Private Sub Form_Load() MSComm1.CommPort=1 MSComm1.InputMode=1 MSComm1.RThresho
vbchuankou
- VB 串口程序描点画图,程序很小,只有几k,有VB6.0的可对源代码重新编译,运行测试图如截图示。源代码里的部分注释说明:选择com1 MSComm1.CommPort = 1 设置波特率为9.6kpbs,没有奇偶校验,8位数据位,1位结束位 MSComm1.Settings = "9600,N,8,1" 读取全部的输入缓冲区 Case comEvReceive 此处的代码可以进行当串口的接受缓冲区里有RThreshold个字符的处理-
mscomm1
- vc6.0 mscomm控件实现了串口提取数据进行显示保存与清除功能,可用,已验证-vc6.0 mscomm controls to achieve the serial extraction of data preservation and clear display function is available, verified