O
Offir Bakshitz
Hello.
My application needs to read/write from hardware ports. This application
should operate a specifal made hardware card and will be run in Windows XP
Embedded.
Under Windows CE / DOS I used assembler:
mov dx, word ptr[addr]
in al, dx
mov [bRet],al
Under Windows XP, these are privilledged instruction.
How do I perform the task of reading/writing to a hardware port under
Windows XP?
Thanks,
Offir.
My application needs to read/write from hardware ports. This application
should operate a specifal made hardware card and will be run in Windows XP
Embedded.
Under Windows CE / DOS I used assembler:
mov dx, word ptr[addr]
in al, dx
mov [bRet],al
Under Windows XP, these are privilledged instruction.
How do I perform the task of reading/writing to a hardware port under
Windows XP?
Thanks,
Offir.