<div dir="ltr">For those interested,  the issue turned out to be 'something' in .../fp/termcap.<div>The two boxes had the same entry ... or so it appeared.</div><div>I overwrote the 'scoansi' entry on the bad box with the entry from the good box and all started working fine.</div><div><br></div><div>I'm a bit confused about why it works now from a printer defined in .../appl/fp/config which calls the anzio pass-through script ... but I'm happy with it all working.</div><div>I'm guessing there was more than one issue in the .../fp/termcap file that was involved.</div><div><br></div><div>Thanks to Mike Dawson for the reminders on how this all works.</div></div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div>--</div><div>Bill McEachran</div><div><font size="1"><a href="mailto:bill.mceachran@gmail.com" target="_blank">bill.mceachran@gmail.com</a>     </font></div><div><font size="1"><a href="http://www.wjmceachran.com" target="_blank">http://www.wjmceachran.com</a>  </font></div><div><font size="1"><a href="http://www.fileproprogramming.com" target="_blank">http://www.fileproprogramming.com</a></font></div></div><div><font size="1" color="#0000ff"><a href="https://ca.linkedin.com/in/bill-mceachran-82a56114" target="_blank">https://ca.linkedin.com/in/bill-mceachran-82a56114</a></font><br></div><div><br></div></div></div></div></div></div></div></div></div></div></div></div>
<br><div class="gmail_quote">On Thu, Mar 8, 2018 at 10:19 AM, William J. McEachran <span dir="ltr"><<a href="mailto:bill.mceachran@gmail.com" target="_blank">bill.mceachran@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Thanks to those that replied here and privately ... you got me thinking.<div><br><div>I connected to a 2nd SCO box that I've got access to -- and managed to get basic passthru printing working from the command line in filepro.</div><div>I couldn't get that far on the box I was working on .... so something is mis-configured on my target machine.  </div><div><br></div><div>I'll figure out what happened and report back.</div></div></div><div class="gmail_extra"><br clear="all"><div><div class="m_4689814732983909485gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div>--</div><div>Bill McEachran</div><div><font size="1"><a href="mailto:bill.mceachran@gmail.com" target="_blank">bill.mceachran@gmail.com</a>     </font></div><div><font size="1"><a href="http://www.wjmceachran.com" target="_blank">http://www.wjmceachran.com</a>  </font></div><div><font size="1"><a href="http://www.fileproprogramming.com" target="_blank">http://www.fileproprogramming.<wbr>com</a></font></div></div><div><font size="1" color="#0000ff"><a href="https://ca.linkedin.com/in/bill-mceachran-82a56114" target="_blank">https://ca.linkedin.com/in/<wbr>bill-mceachran-82a56114</a></font><br></div><div><br></div></div></div></div></div></div></div></div></div></div></div></div><div><div class="h5">
<br><div class="gmail_quote">On Wed, Mar 7, 2018 at 5:07 PM, Bob Rasmussen <span dir="ltr"><<a href="mailto:ras@anzio.com" target="_blank">ras@anzio.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Bill,<br>
<br>
While I clear the dust from my memory cells, let me ask:<br>
<br>
1) Are you using Anzio on the other end?<br>
<br>
2) What terminal type is Anzio emulating? VT-something or SCOANSI, I hope?<br>
<br>
3) What happens when you try to print from FP? Nothing, or it displays on the screen, or what?<br>
<br>
4) Have you tried setting PFPT on?<div><div class="m_4689814732983909485h5"><br>
<br>
On Wed, 7 Mar 2018, William J. McEachran via Filepro-list wrote:<br>
<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="m_4689814732983909485h5">
I find myself dealing with a SCO Unix machine after a long absence.<br>
<br>
I'm trying to get passthrough printing working through filePro<br>
../fp/lib/config printer configuration.<br>
<br>
I use a script pulled from Anziowin web site long ago, and I doubt I<br>
changed it at all.<br>
<br>
The script (I call it /usr/local/scripts/passprt):<br>
<<<<br>
#!/bin/sh<br>
# Anzio-ized passthrough printing.<br>
<br>
/usr/bin/printf "\034receive quiet\035"   #Eliminate remaining messages<br>
/usr/bin/printf "\034flushtimer 0\035"    #turn off the print flush timer<br>
/usr/bin/printf "\033[5i"                 #Set pass-thru print on<br>
/bin/cat $*<br>
/usr/bin/printf "\033[4i"                 #Set pass-thru print off<br>
/usr/bin/printf "\034flush\035"           #Print it Now!<br>
/usr/bin/printf "\034flushtimer 5\035"    #Reset flush time to default (cler<br>
k use?)<br>
/usr/bin/printf "\034receive quiet off\035"  #Reset transfer mode<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
</blockquote></blockquote></blockquote>
<br>
In Linux I'd add a printer in ../fp/lib/config with a line line like:<br>
printer21=passthru,printwiz,| /usr/local/scripts/passprt, Passthru terminal<br>
<br>
Not working on SCO.<br>
<br>
I've checked and if I login on SCO as user filepro and do something like:<br>
ls -ld * | /usr/local/scripts/passprt<br>
I get what I want happening.<br>
<br>
How can I get similar pass through printing done in filepro on SCO?<br>
<br>
Thanks all.<br>
<br>
--<br>
Bill McEachran<br></div></div>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <<a href="http://mailman.celestial.com/pipermail/filepro-list/attachments/20180307/3cc668fb/attachment.html" rel="noreferrer" target="_blank">http://mailman.celestial.com/<wbr>pipermail/filepro-list/attachm<wbr>ents/20180307/3cc668fb/attachm<wbr>ent.html</a>><br>
______________________________<wbr>_________________<br>
Filepro-list mailing list<br>
<a href="mailto:Filepro-list@lists.celestial.com" target="_blank">Filepro-list@lists.celestial.c<wbr>om</a><br>
Subscribe/Unsubscribe/Subscrip<wbr>tion Changes<br>
<a href="http://mailman.celestial.com/mailman/listinfo/filepro-list" rel="noreferrer" target="_blank">http://mailman.celestial.com/m<wbr>ailman/listinfo/filepro-list</a><br>
<br>
</blockquote>
<br>
Regards,<br>
....Bob Rasmussen,   President,   Rasmussen Software, Inc.<br>
<br>
personal e-mail: <a href="mailto:ras@anzio.com" target="_blank">ras@anzio.com</a><br>
 company e-mail: <a href="mailto:rsi@anzio.com" target="_blank">rsi@anzio.com</a><br>
          voice: (US) <a href="tel:503-624-0360" value="+15036240360" target="_blank">503-624-0360</a> (9:00-6:00 Pacific Time)<br>
            fax: (US) <a href="tel:503-624-0760" value="+15036240760" target="_blank">503-624-0760</a><br>
            web: <a href="http://www.anzio.com" rel="noreferrer" target="_blank">http://www.anzio.com</a><br>
 street address: Rasmussen Software, Inc.<br>
                 10240 SW Nimbus, Suite L9<br>
                 Portland, OR  97223  USA<br>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div>