Why not do something like lp5250d outputcommand='scs2ascii|myfilter' ???

This seems a whole lot simpler than the solution you're suggesting, and
its already implemented in lp5250d...  Its also more consistent with the
UNIX way of thinking...

Of course, if you WANT to deal with the SCS datastream directly, you could
just say:  lp5250d outputcommand='myfilter'

All of this was part of the design...  or is there some added
functionality to your approach that I'm missing?


On Wed, 3 Jan 2001, Andrea Endrizzi wrote:

> I want to develop a easy way to interface tn5250 with a custom filter. With a 
> simple interface can develop other plug-in emulator for specific use.
>  
> In my case i want do some string substitution for customize my printer job, 
> insted that call administrator for to that on MainFrame.
>  
> List below there is a simple suggestion for lib interface :
>  
> /* Init Filter Object */
> ConnectFilter()
> /* Deinit private structure ... */
> DisconnectFilter()
> /* Send configuration session to filter */
> ConfigureSession()
> /* Send SCS Datastream */
> ProcessSCSBuffer()
> /* Easy way for do any think*/
> IoctlFilter()
>  
> Do you think that interest someone ?
>  
> Andrea Endrizzi
> ([EMAIL PROTECTED])

+---
| This is the LINUX5250 Mailing List!
| To submit a new message, send your mail to [EMAIL PROTECTED]
| To subscribe to this list send email to [EMAIL PROTECTED]
| To unsubscribe from this list send email to [EMAIL PROTECTED]
| Questions should be directed to the list owner/operator: [EMAIL PROTECTED]
+---

Reply via email to