<div dir="ltr"><div>Awesome.<br></div>I will try that and post an update on Tuesday.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, May 30, 2015 at 2:56 PM, Michael Trausch <span dir="ltr">&lt;<a href="mailto:mike@trausch.us" target="_blank">mike@trausch.us</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Either look at the source or use strace. Find the fd used as /dev/lp0 (available at runtime in /proc/$PID/fd) and see what system calls are performed on it using grep on the strace output.<br>
<br>
If ioctl appears, you&#39;ll need the shim. Otherwise a symlink will do, if only open/close/read/write and related system calls are used.<br>
<br>
If you need more detailed support or need to outsource the task, it&#39;d be possible to contract myself or another experienced individual or business to help you. The time required to assess will be determined by the design of the application. However most of the time you&#39;ll only see the ioctls at initial open and configuration of the device unless the app reconfigures it dynamically at runtime.<br>
<br>
Sent from my iPhone<br>
<span class="im HOEnZb"><br>
&gt; On May 30, 2015, at 9:05 AM, Sergio Chaves &lt;<a href="mailto:sergio.chaves@gmail.com">sergio.chaves@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Yes and No is a 50/50 chance!<br>
&gt; I am a little, no - a lot , ignorant on this topic. How can I verify if the app requires &quot;ioctl&quot; or a data stream?<br>
<br>
</span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/listinfo</a><br>
</div></div></blockquote></div><br></div>