public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* Re: embossing files
@  igueths
   ` Gregory Nowak
  0 siblings, 1 reply; 20+ messages in thread
From: igueths @  UTC (permalink / raw)
  To: speakup

Hi Adam. I have tried connecting the blazer to the parallel port directly, and 
that still doesn't wok. And just to make sure I tried a second cable which I 
knew worked and still no go. In fact, I tried the cable that went to the print 
printer which I knew worked and that didn't even work. I also checked the 
Blazer's options and it claims to be listening on the parallell port. I also 
tried resetting it and that doesn't seem to work either. But again, I don't 
have the manual to it anymore so I am not really sure why it is not working. 
Perhaps it needs to be sent an init string which isn't being sent by the cat 
command bc I am trying to send the raw file to the embosser? And in terms of 
that msg, you menioned you seee it all the time. What is the port compatting 
with? In other words, why does it go into "compatibility" mode every time a job 
is sent to a printer? 
> That message is quite normal.  In fact, I have never *not* seen it.  I
> have also never used a Blazer.  Can you print at all from any computer
> with it?  Does it work in Windows?  DOS?  Have you tried to reset it,
> making sure it's listening to the parallel port?  How about connecting it
> directly to the computer bypassing the switch.  I once saw a laser printer
> that would work with a switch fine in Windows 98, but would only work if
> directly connected to the computer in Linux.  I ended up making a Linux
> machine into a Samba server to share the printer, obviating the need for
> the switch.
> 
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup


^ permalink raw reply	[flat|nested] 20+ messages in thread
* embossing files
@  Igor Gueths
   ` Adam Myrow
  0 siblings, 1 reply; 20+ messages in thread
From: Igor Gueths @  UTC (permalink / raw)
  To: speakup

Hi all. Well I am still having problems embossing with the Blazer on
Linux. Apparently, when I do lpr filename.brf, I get a message which says:
"Lp0: compatibility mode. The Blazer doesn't start embossing. however,
when I switch over to the print printer using my parallel switch, and do
the same thing except with -P option, it prints just fine. note that I
still get the above message however. What would the parport be trying to
emulate that is putting it in ccompatibility mode? I spoke to someone I
know who works for Duxbury and he said that the Blazer has no handshaking
problems on winblows, and that in theory I just should be able to do cat
filename >/dev/lp0 and off it goes. I am going to attach dmesg output in
the next message since doing so in the same msg threw the message into the
moderator queue, and it never got posted. Can anyone take a look at the
output and see if there are any problems that I missed the last time I
looked over it? Thanks!

May you code in the power of the source,
may the kernel, libraries, and utilities be with you,
throughout all distributions until the end of the epoch.



^ permalink raw reply	[flat|nested] 20+ messages in thread
* Re: embossing files
@  igueths
   ` Igor Gueths
  0 siblings, 1 reply; 20+ messages in thread
From: igueths @  UTC (permalink / raw)
  To: speakup

Hi Chuck. Ok I will try that. Currently in printcap I have params set for my 
print printer. I got the embosser to work at one point but at that time I 
didn't have a translator, which I have now (using nfbtrans atm). I will also 
try connecting the Blazer directly to the parport and see what happens there. 
This switch I am currently using possibly requires two printers to be connected 
to it for it to work properly, so better connect that print printer again! 
> On Mon, 17 Mar 2003 igueths@attbi.com wrote:
> 
> > Hi Chuck. Do yo uhave anything related to the blazer set up in /etc/printcap?
> > Or do you use some kind of raw option which you pass to lpr?
> 
> Neither one. I just type "lpr filename" and away it goes. My
> system is a Slackware 8.1 distro, and my braille files are
> produced by tbrl, but they are clean ascii with no control codes
> other than LF and FF characters.
> 
> 
> > >
> > > Igor,
> > > On my system the lpr command does that nicely.
> > > Chuck
> > > On Sun, 16 Mar 2003, Igor Gueths wrote:
> > >
> > > > Hi all. How would I go about go about embossing translated files I
> > > > translated with nfbtrans? I tried catting the file to /dev/lp0 but the
> > > > Blazer didn't start embossing. Do I need to send it some handshake
> > > > sequence for it to start printing? Has anyone gotten this to work if so
> > > > how? Thanks!
> > > >
> > > > May you code in the power of the source,
> > > > may the kernel, libraries, and utilities be with you,
> > > > throughout all distributions until the end of the epoch.
> > > >
> > > >
> > > > _______________________________________________
> > > > Speakup mailing list
> > > > Speakup@braille.uwo.ca
> > > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> > > >
> > >
> > > --
> > > The Moon is Waxing Gibbous (99% of Full)
> > > So visit me sometime at http://www.mhonline.net/~chuckh
> > > or you might reach me at chuckh on the jabber network.
> > >
> > >
> > > _______________________________________________
> > > Speakup mailing list
> > > Speakup@braille.uwo.ca
> > > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
> 
> -- 
> The Moon is Waxing Gibbous (99% of Full)
> So visit me sometime at http://www.mhonline.net/~chuckh
> or you might reach me at chuckh on the jabber network.
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup


^ permalink raw reply	[flat|nested] 20+ messages in thread
* Re: embossing files
@  igueths
   ` Chuck Hallenbeck
  0 siblings, 1 reply; 20+ messages in thread
From: igueths @  UTC (permalink / raw)
  To: speakup

Hi Chuck. Do yo uhave anything related to the blazer set up in /etc/printcap? 
Or do you use some kind of raw option which you pass to lpr? 
> 
> Igor,
> On my system the lpr command does that nicely.
> Chuck
> On Sun, 16 Mar 2003, Igor Gueths wrote:
> 
> > Hi all. How would I go about go about embossing translated files I
> > translated with nfbtrans? I tried catting the file to /dev/lp0 but the
> > Blazer didn't start embossing. Do I need to send it some handshake
> > sequence for it to start printing? Has anyone gotten this to work if so
> > how? Thanks!
> >
> > May you code in the power of the source,
> > may the kernel, libraries, and utilities be with you,
> > throughout all distributions until the end of the epoch.
> >
> >
> > _______________________________________________
> > Speakup mailing list
> > Speakup@braille.uwo.ca
> > http://speech.braille.uwo.ca/mailman/listinfo/speakup
> >
> 
> -- 
> The Moon is Waxing Gibbous (99% of Full)
> So visit me sometime at http://www.mhonline.net/~chuckh
> or you might reach me at chuckh on the jabber network.
> 
> 
> _______________________________________________
> Speakup mailing list
> Speakup@braille.uwo.ca
> http://speech.braille.uwo.ca/mailman/listinfo/speakup


^ permalink raw reply	[flat|nested] 20+ messages in thread
* embossing files
@  Igor Gueths
   ` Chuck Hallenbeck
   ` Ann Parsons
  0 siblings, 2 replies; 20+ messages in thread
From: Igor Gueths @  UTC (permalink / raw)
  To: speakup

Hi all. How would I go about go about embossing translated files I
translated with nfbtrans? I tried catting the file to /dev/lp0 but the
Blazer didn't start embossing. Do I need to send it some handshake
sequence for it to start printing? Has anyone gotten this to work if so
how? Thanks!

May you code in the power of the source,
may the kernel, libraries, and utilities be with you,
throughout all distributions until the end of the epoch.



^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 embossing files igueths
 ` Gregory Nowak
   ` Luke Davis
     ` Igor Gueths
       ` Luke Davis
         ` Igor Gueths
   ` Igor Gueths
     ` Adam Myrow
       ` Gregory Nowak
       ` Igor Gueths
  -- strict thread matches above, loose matches on Subject: below --
 Igor Gueths
 ` Adam Myrow
 igueths
 ` Igor Gueths
   ` Chuck Hallenbeck
 igueths
 ` Chuck Hallenbeck
 Igor Gueths
 ` Chuck Hallenbeck
 ` Ann Parsons

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).