Re: Stampare su stampante aghi

2005-09-24 Thread Taekyon
In a nutshell lux says that: f = open("LPT1:") f.write("bla bla") f.close() prints pure text very well, but he's looking for code that'll print without having to specify how the printer is attached ( net, parallel, usb or whatever). the only thing that comes to my mind is getting python code to

Re: Stampare su stampante aghi

2005-09-23 Thread Adriaan Renting
|>>>"lux" <[EMAIL PROTECTED]> 09/22/05 4:01 pm >>> |Salve a tutti, |sono alle prese con delle stampe su |stampanti ad aghi... | |Per stampare puro testo la soluzione più gettonata |sembra essere | |f = open("LPT1:") |f.write("bla bla") |f.close() | |devo dire che funziona benissimo, ma

Stampare su stampante aghi

2005-09-22 Thread lux
Salve a tutti, sono alle prese con delle stampe su stampanti ad aghi... Per stampare puro testo la soluzione più gettonata sembra essere f = open("LPT1:") f.write("bla bla") f.close() devo dire che funziona benissimo, ma mi piacerebbe essere slegato falla parallela (sempre meno frequente) e invi