用MSCOMM控件的程序怎么编写
Dim data
MsgBox 1
If item.InBufferCount>0 Then
MsgBox 2
data=item.Input
MsgBox data
HMIRuntime.Tags("数据修改").Write data
MsgBox 4
item.InBufferCount=0
MsgBox 5
End If
MsgBox 6
这样可以吗?
最佳答案
看下面的例子:http://blog.sina.com.cn/s/blog_03d6395601012xgg.html
http://wenku.baidu.com/link?url=tkR5QO4PUWnkdgz0eBYfgDYuZKe1CKXfQPDk4UnMP1Xo42TcMbiOxWzQ-SLAMUnSF-ltHsDSAjS-uWhGhKOj6CKInN8lWSmTrv74haXkeOm
提问者对于答案的评价:
xiexie
原创文章,作者:more0621,如若转载,请注明出处:https://www.zhaoplc.com/plc183389.html