serial port and service
-
Hi, Can i use comports in a windows service ? if yes, how does i know the portnumber when no user has logged onto windows ? for me as user the comport is 6 and 7 instead of 1 and 2. can i build a service than, using comport 6 and start the service with local system account ? thx for you're help. Kurt
-
Hi, Can i use comports in a windows service ? if yes, how does i know the portnumber when no user has logged onto windows ? for me as user the comport is 6 and 7 instead of 1 and 2. can i build a service than, using comport 6 and start the service with local system account ? thx for you're help. Kurt
topcatalpha wrote:
Can i use comports in a windows service ?
Yes
topcatalpha wrote:
i know the portnumber when no user has logged onto windows
We made ours configurable so we could change comports easily. Whether some one has logged into the system or not makes no difference as the comport is still there. Just open com 6 or 7 as usual
Why is common sense not common? Never argue with an idiot. They will drag you down to their level where they are an expert. Sometimes it takes a lot of work to be lazy Individuality is fine, as long as we do it together - F. Burns
-
topcatalpha wrote:
Can i use comports in a windows service ?
Yes
topcatalpha wrote:
i know the portnumber when no user has logged onto windows
We made ours configurable so we could change comports easily. Whether some one has logged into the system or not makes no difference as the comport is still there. Just open com 6 or 7 as usual
Why is common sense not common? Never argue with an idiot. They will drag you down to their level where they are an expert. Sometimes it takes a lot of work to be lazy Individuality is fine, as long as we do it together - F. Burns
ok thx. I will try it. thx