>think like this: If LPT1 the server send data to printer
> can I read that data in a diferente computer with a
> hyperterminal >or some like that???
That's what Ed suggested- and it WILL work- you configured something incorrectly, hardware or software.
Whatever the serial converter was set to on the RS232 side has to match in software (baud, bits, stop bits and handshake method)- also, your wiring for this connection might not be correct- the converter might be straight thru or crossover and you have to provide the crossover (null modem) if it is straight through.
See
if you need help with that part.
Or, if you have serial ports, skip the converter by changin /dev/lp0 to be one of the com ports and just use a cossover cable. Just rm /dev/lp0 and use mknod to recreate it using the major/minor numbers from /dev/tty1a or 2a.
BTW, you said "spooler"- if this really is going through the spooler, you could just change the device for the printer to serial:
/usr/lib/lpadmin -p printername -v /dev/tty1a
(you'd need to do a /usr/lib/lpshut; /usr/lib/lpsched for the change to take effect
Tony Lawrence
SCO Unix/Linux Resources
tony@pcunix.com