ActiveXperts Knowledge Base Article 3820020

Our mission at ActiveXperts Software is to deliver high quality Network Monitoring solutions and Windows Development components. Our goal is to supplement these solutions with timely support resources that can help at many different levels.
The first thing you want to do is try to find the answer to your problem in the Knowledge Base. If you cannot find an answer to your question in our Knowledge Base, or if you need additional information or assistance, please use our Contact Support form.


Q3820020 - In the documentation it says that it supports simultaneous writes to multiple com ports, but I cannot find this in any example?

Basically this is how it works (illustrated by a VBScript sample):

Set o1 = CreateObject( "AxSerial.Comport" )
Set o2 = CreateObject( "AxSerial.Comport" )

o1.Device = "COM1"
o1.DeviceSpeed = 19200
o1.Open

o2.Device = "COM2"
o2.DeviceSpeed = 19200
o2.Open

If you cannot find an answer to your question(s) in our Knowledge Base, or if you need additional information or assistance, please contact our Customer Support using our Contact Support Form

M