Serial Printing

Kenneth Brody kenbrody at bestweb.net
Mon Oct 2 11:22:08 PDT 2006


(Unmarked quoting corrected.)

Quoting Steven Waters (Mon, 2 Oct 2006 10:48:14 -0700):

> > Because you're actually giving a command and redirecting the output to
> > the device.
> >
> > Nowhere do you show what you have in filePro itself.  Based on the
> > error, whatever you think you have as a command actually -starts-
> > "/dev/tta3", which makes the device the command, which won't work.
> > That's the only sane way you'd get that error.
> >
> > So what's actually in filePro?
>
> 1  -------   -   -   -   -   -   -   -
>        � If:
>        Then: printer file "/dev/ttya3"
>
> That's it.
[...]

That line cannot give a "sh: /dev/ttya3: cannot execute" error.  I
venture a guess that if you were to surround that with:

    mesgbox "About to execute PRINTER FILE"
    printer file "/dev/ttya3"
    mesgbox "After PRINTER FILE"

you will either get the error prior to getting the first message
box, or after the second.

--
KenBrody at BestWeb dot net        spamtrap: <g8ymh8uf001 at sneakemail.com>
http://www.hvcomputer.com
http://www.fileProPlus.com


More information about the Filepro-list mailing list