Hi,
I am writing a VB6 application that communicates with an embedded
microcontroller through serial com port 17 and using SaxComm8.
The microcontroller needs to be updated every 2-3 seconds and so I had
to make a service out of a VB6 app using svcit.ocx
(ServiceMillCon trol) that does the required updates.
Now, I'd like to be able to retrieve information (send and receive)
from the microcontroller through another VB6 application which
displays the status and other information of/from the microcontroller .
Is there a way to communicate with a service?
Any help would be greatly appreciated.
Thanks in advance.
Valiz.
I am writing a VB6 application that communicates with an embedded
microcontroller through serial com port 17 and using SaxComm8.
The microcontroller needs to be updated every 2-3 seconds and so I had
to make a service out of a VB6 app using svcit.ocx
(ServiceMillCon trol) that does the required updates.
Now, I'd like to be able to retrieve information (send and receive)
from the microcontroller through another VB6 application which
displays the status and other information of/from the microcontroller .
Is there a way to communicate with a service?
Any help would be greatly appreciated.
Thanks in advance.
Valiz.
Comment