<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>Indeed. I was not corrected by OP on the OS, though. If coming from DOS, of course, it gets both simpler and more difficult (depending on just about everything.)<br><br>Sent from my iPhone</div><div><br>On Jun 8, 2015, at 11:28 AM, Chris Fowler &lt;<a href="mailto:cfowler@outpostsentinel.com">cfowler@outpostsentinel.com</a>&gt; wrote:<br><br></div><blockquote type="cite"><div><div style="font-family: times new roman, new york, times, serif; font-size: 12pt; color: #000000"><div>Is this a DOS app or Linux? &nbsp;OP said 'LPT1'. &nbsp;</div><div><br></div><div><br></div><div><br></div><hr id="zwchr"><blockquote style="border-left:2px solid #1010FF;margin-left:5px;padding-left:5px;color:#000;font-weight:normal;font-style:normal;text-decoration:none;font-family:Helvetica,Arial,sans-serif;font-size:12pt;" data-mce-style="border-left: 2px solid #1010FF; margin-left: 5px; padding-left: 5px; color: #000; font-weight: normal; font-style: normal; text-decoration: none; font-family: Helvetica,Arial,sans-serif; font-size: 12pt;"><b>From: </b>"Michael Trausch" &lt;<a href="mailto:mike@trausch.us">mike@trausch.us</a>&gt;<br><b>To: </b>"Atlanta Linux Enthusiasts" &lt;<a href="mailto:ale@ale.org">ale@ale.org</a>&gt;<br><b>Sent: </b>Saturday, May 30, 2015 2:56:58 PM<br><b>Subject: </b>Re: [ale] LPT1 to Bluetooth<br><div><br></div>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><div><br></div>If ioctl appears, you'll need the shim. Otherwise a symlink will do, if only open/close/read/write and related system calls are used. <br><div><br></div>If you need more detailed support or need to outsource the task, it'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'll only see the ioctls at initial open and configuration of the device unless the app reconfigures it dynamically at runtime. <br><div><br></div>Sent from my iPhone<br><div><br></div>&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 "ioctl" or a data stream?<br><div><br></div>_______________________________________________<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">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">http://mail.ale.org/mailman/listinfo</a><br></blockquote><div><br></div></div></div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>Ale mailing list</span><br><span><a href="mailto:Ale@ale.org">Ale@ale.org</a></span><br><span><a href="http://mail.ale.org/mailman/listinfo/ale">http://mail.ale.org/mailman/listinfo/ale</a></span><br><span>See JOBS, ANNOUNCE and SCHOOLS lists at</span><br><span><a href="http://mail.ale.org/mailman/listinfo">http://mail.ale.org/mailman/listinfo</a></span><br></div></blockquote></body></html>