Naja, im Link steht ja folgendes:
[DllImport("inpout32.dll", EntryPoint="Out32")]
public static extern void Output(int adress, int value);
Wenn du jetzt lieber senden willst, nimmst du einfach eine andere Funktion:
[DllImport("inpout32.dll",EntryPoint="Inp32")]
public static extern int Input(int address);
[Edit]
Vielleicht hilft das mehr:
http://www.thaiio.com/prog-cgi/CshapeParallelPort.htm
[Edit²]
Normalerweise kann man auch "Dateien" an den Port schicken.
http://bytes.com/forum/thread408137.html