[Rails] Re: How to send a ASCII escape sequence to a Dot Matrix Printer

2012-01-10 Thread KlausG
Hi Christian, could you please be so kind and share your knowledge HOW you did it? Best regards Klaus On 10 Jan., 01:50, Christian Bautista wrote: > Thanks for all your responds.. > > We finally did it.. we used jzebra > > > On Mon, Jan 9, 2012 at 10:41 PM, Greg Akins wrote: > > On Mon, Jan 9

Re: [Rails] Re: How to send a ASCII escape sequence to a Dot Matrix Printer

2012-01-09 Thread Greg Akins
On Mon, Jan 9, 2012 at 7:50 PM, Christian Bautista wrote: > Thanks for all your responds.. > > We finally did it.. we used jzebra > Thanks.. I honestly didn't know why you'd want to do this; reading a bit about JZebra indicated some use cases I wasn't thinking about. Good knowledge for the futu

Re: [Rails] Re: How to send a ASCII escape sequence to a Dot Matrix Printer

2012-01-09 Thread Christian Bautista
Thanks for all your responds.. We finally did it.. we used jzebra On Mon, Jan 9, 2012 at 10:41 PM, Greg Akins wrote: > On Mon, Jan 9, 2012 at 4:01 AM, Matt Jones wrote: > > >> > >> <%=link_to_function("Print this Page", "javascript:print()") %> > > > > I'm not sure I understand the point of se

Re: [Rails] Re: How to send a ASCII escape sequence to a Dot Matrix Printer

2012-01-09 Thread Greg Akins
On Mon, Jan 9, 2012 at 4:01 AM, Matt Jones wrote: >> >> <%=link_to_function("Print this Page", "javascript:print()") %> > I'm not sure I understand the point of sending raw ascii here. Despite being a dot matrix printer, doesn't it handle print jobs send just like any other printer? Can you fo

[Rails] Re: How to send a ASCII escape sequence to a Dot Matrix Printer

2012-01-09 Thread Matt Jones
On Jan 8, 8:00 pm, Christian Bautista wrote: > Hello, > I dont have any code yet for it. I dont know how to do it because I > need first to know how to send ascii to a dot matrix printer. > I've tried this typical printing code so far. > > <%=link_to_function("Print this Page", "javascript:print

[Rails] Re: How to send a ASCII escape sequence to a Dot Matrix Printer

2012-01-08 Thread Christian Bautista
Hello, I dont have any code yet for it. I dont know how to do it because I need first to know how to send ascii to a dot matrix printer. I've tried this typical printing code so far. <%=link_to_function("Print this Page", "javascript:print()") %> On 7 Ene, 23:44, Matt Jones wrote: > On Jan 5, 10

[Rails] Re: How to send a ASCII escape sequence to a Dot Matrix Printer

2012-01-07 Thread Matt Jones
On Jan 5, 10:04 pm, Christian Bautista wrote: > Help RoR Masters, > > I need to print a report that has a escape sequence but every time I > try The Dot matrix printer also prints the escape sequence. > > example > > *escape sequence here* + '!' +*escape sequence here* Hello World + '!' > + Agai