Embedded Systems
lego.txt
Associated article: An ActiveX Control for Real-Time Computer Control
Tags: C/C++ Embedded Systems
Published source code accompanying the article by Charles Huddleston and Douglas Troy in which they present an ActiveX control which enables real-time computer control of external devices and sensors of various kinds in automated control applications. The control is written in C++, while the control system is built using the Lego Dacta Control Lab. Also see LEGO.ZIP.
An ActiveX Control for Real-time Computer Control
by Charles H. Huddleston and Douglas A. Troy
Listing One
Private Sub StartButton_Click()
Call Lego1.StartLegos
End Sub
Private Sub StopButton_Click()
Call Lego1.StopLegos
End Sub
Private Sub OnButton_Click()
Call ...


