Well first of all it's my own machine.. and i'm going to have some LEDs connected to the LPT1 port and i want them to light up at diffrent times using my bots.
Then to output the 1... I'm not sure if you meant the string "1" like normal, or binary "1".
string: puts -nonewline $fp "1"
binary: puts -nonewline $fp [binary format c 1]
flush $fp
Thanks for the help .. sorry for not telling you all the data/info. I was really tired when i wrote the question.
btw it worked. (i'm runing slackware8.0 on my machine)