--- "Roberto Leiva (Trabajo)"
<[EMAIL PROTECTED]> wrote:

> hi!
> 
> if possible to print directly in port (for example 
> /dev/lp0 ) from thin 
> client ???
> 
> I have connected a printer in /dev/lp0 in my thin
> client and need print 
> directly.
> I know that is possible print from queue (cups) in
> local printer.
> 
> Ex.  lpr -P QUEUE1 file.txt        ( i don't have
> problem in this case )
> 
> but i need print:
> 
> Ex. cat file.txt > /dev/lp0
> 
> it's necessary for my because, my printer have a
> little buffer and when i 
> send a big file from queue....
> Sometime lost data. But if send line by line
> directly to port... I don't 
> have problem
> 
> any suggestions ?

It is easier to run a socket on the client, which will
accept data and finally cat it to /dev/lp0.

I am doing this for my local printing, thus avoiding
cups.

If you want I can send the perl scripts which do this.

Raman.P


        
        
                
___________________________________________________________ 
Yahoo! Messenger - NEW crystal clear PC to PC calling worldwide with voicemail 
http://uk.messenger.yahoo.com


-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to