CAD CAM EDM DRO - Yahoo Group Archive

Re: Winwods NT

Posted by vavaroutsos
on 2002-05-21 16:54:53 UTC
Windows NT does not allow direct access to the hardware from user
mode code. You can use the general Port I/O driver from the DDK for
this or write your own application specific driver.

If you want to run your code to behave properly, NT does support real
time priorities that run at higher priority that other windows tasks.
A properly designed system needs to take advantage of this and create
tasks that run at real time priorities for time critical processing.

Best Regards,

~petev

--- In CAD_CAM_EDM_DRO@y..., "sdiken.rm" <sdiken@r...> wrote:
> I am sending signals to parallel port and with a driver I am
turning
> step motors. I am using windows 98 at home, but in firm I have
> Windows NT. So parallel port seems to be die. Any opinion?

Discussion Thread

sdiken.rm 2002-05-21 09:03:53 UTC Winwods NT Jon Elson 2002-05-21 10:35:49 UTC Re: [CAD_CAM_EDM_DRO] Winwods NT Bill Vance 2002-05-21 11:02:28 UTC Re: [CAD_CAM_EDM_DRO] Winwods NT vavaroutsos 2002-05-21 16:54:53 UTC Re: Winwods NT gittt2000 2002-05-22 10:09:28 UTC Re: Winwods NT