|
|
Reference Materials > Programming for Multiple Ethernet Products |
Multiple Ethernet devices cannot properly start and restart from a single process using the ActiveX controls without some added code. When the first device is stopped, function WSACleanup is called which disrupts the communication required to properly stop the other devices before closing the program. Consequently, the devices cannot be restarted again.
The following steps MUST be taken to run multiple Ethernet units from a single process.
Use the sample program WSASTARTUP.vbp for reference.