Hi
I'm writing a program to interface two computers with parallel ports and a cable(NULL MODEM).
I run debug on both computers and for example in first one I type:
mov al,FF
mov dx,378 ;sending 11111111 on first register port
out dx,al
and in second computer I typed :
mov dx,379 ;recieving data on second register port
in al,dx
but in second computer I didn't recieve any data .
I think that its reason is for windows xp.
If you know how to do this please help me
thanks
I'm writing a program to interface two computers with parallel ports and a cable(NULL MODEM).
I run debug on both computers and for example in first one I type:
mov al,FF
mov dx,378 ;sending 11111111 on first register port
out dx,al
and in second computer I typed :
mov dx,379 ;recieving data on second register port
in al,dx
but in second computer I didn't recieve any data .
I think that its reason is for windows xp.
If you know how to do this please help me
thanks