Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Printing with Rebol on Windows network

From: zokie:libero:it at: 22-Aug-2002 10:27

Hello [al--bri--xtra--co--nz] On 20-Ago-02, [al--bri--xtra--co--nz] wrote:
> CAUTION: It's best to use a test file that consists of two or more pages > of text. I discovered that my local printer (Canon BJC-255) would ignore > anything less than a page of text and do nothing!
My Epson Stylus Color 640 waits until a buffer-overflow or a buffer-flush command before to dump on paper, I must force a Form Feed to get anything. Maybe your printer needs it too, try this: formfeed: to-char tostring #{0C} write/binary %//prn join read/binary %Test.txt formfeed plese note: alone formfeed doesn't throw out paper. My printer just ignore it, I need to print something before to send Form Feed. Regards -- "Where did you get all those facts!?!"