kapil
April 14th, 1999, 11:09 PM
i made a software in VC++ (compiled it on win 95)
it accesses the serial port(through standard "ReadFile & WriteFile" commands)
and transmits data onto some hardware connected to the PC, through the serial port. when i tried to run the executable on win NT, it said that it can't access the port.
i even tried to run the executable from the administrator's account, just to make sure that you don't need administrative priveliges to access the port.
but it failed even there.
how do i fix this problem?
thanks in advance.
it accesses the serial port(through standard "ReadFile & WriteFile" commands)
and transmits data onto some hardware connected to the PC, through the serial port. when i tried to run the executable on win NT, it said that it can't access the port.
i even tried to run the executable from the administrator's account, just to make sure that you don't need administrative priveliges to access the port.
but it failed even there.
how do i fix this problem?
thanks in advance.