Hi,
I am trying to use a Com server, developped with python to communicate with an equipment.
The server is working fine if called from VBScript ex:
Set device = CreateObject("My_server")
msg = device.DetectTactic(NomTACTIC,portCom).
I have tried through the ActiveX AutomationOPen, but my Com server doesn't appear in the List.
How can I correctly register this Server (I have only done a regsvr32 Path/Myserver.dll command)
Any help will be welcome.
Best regards
Marc Baulin