Hi angryjack
P.S: Sorry for double posting but i wasn't able to edit my previous post
There's a 30 minute time limit for editing posts, and this is an example of why this is a good policy. Anyone checking for new
posts prior to 07:40:50 AM would have seen Reply #2 as originally entered, but be unaware that it was later edited to add
information since editing does not mark the post as being new or unread.
Apparently Windows insists on talking to the printer even though you requested RAW data be sent. Maybe it would make more
sense to tell Windows to print to a file and FTP it to your PI.
Something else you can try:
9100 stream tcp nowait nc -w 5 -l -p 9100 > input.ps
When a connection comes in on port 9100, inetd should launch nc. The -w 5 will cause nc to terminate after 5 seconds of
inactivity. Of course if Windows happens to pause for 5 seconds to calculate more printer data or to handle another task, your
file will come up short.