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...