C
carrie4002
Unregistered / Unconfirmed
GUEST, unregistred user!
通讯线程的定义和使用:
线程单元名:unit TCommThreadUnit;
该单元中定义的线程类:
type
TCommThread = class(TThread);
如果这个线程是用于对一台仪表的监控,结合spcomm控件,
那么,该如何以代码来实现监控数据的读写?
1、在其Execute过程中该写什么代码?
2、如何在通讯模块中定义这个线程类的实例?
并,如何引用呢?
线程单元名:unit TCommThreadUnit;
该单元中定义的线程类:
type
TCommThread = class(TThread);
如果这个线程是用于对一台仪表的监控,结合spcomm控件,
那么,该如何以代码来实现监控数据的读写?
1、在其Execute过程中该写什么代码?
2、如何在通讯模块中定义这个线程类的实例?
并,如何引用呢?