I am writing a VB application to run as a service utilizing the following code:
My problem is my application requires the use of the serial port, however, as there is no loaded form for the service, events from the comm control do not fire. My guess is that I need to use the serial port programmatically? Can anyone point me in the right direction?
Thanks
My problem is my application requires the use of the serial port, however, as there is no loaded form for the service, events from the comm control do not fire. My guess is that I need to use the serial port programmatically? Can anyone point me in the right direction?
Thanks