<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Jan 16, 2014 at 10:09 PM, Lenore Horner <span dir="ltr">&lt;<a href="mailto:LenoreHorner@sbcglobal.net" target="_blank">LenoreHorner@sbcglobal.net</a>&gt;</span> wrote:<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

On Jan 16, 2014, at 10:20, John Ruschmeyer &lt;<a href="mailto:jruschme@gmail.com">jruschme@gmail.com</a>&gt; wrote:<br>
&gt; I think you want /dev/pilot to be a symbolic link to the device for your serial port. Something like:<br>
&gt;<br>
&gt; # ln -s /dev/ttyUSB1 /dev/pilot<br>
<br>
Doesn’t that mean I should have /dev/ttyUSB1 already?  I don’t.<br></blockquote><div><br></div><div>OS X creates it dynamically for USB serial devices when needed. This means it generally only exists during a sync, since that&#39;s the only time that the device is visible as a serial device on USB. You may have to make the device try to sync and then symlink to the USB tty device before it times out.</div>
<div><br></div><div>In fact, jpilot somewhat depends on ancient Linux USB behavior which can be emulated to some extent with udev, but may not be easily achieved on OS X (and I recall having trouble with it even on older OS X, although it has been many years since I had a Palm device).</div>
<div><br></div></div>-- <br><div dir="ltr"><div>brandon s allbery kf8nh                               sine nomine associates</div><div><a href="mailto:allbery.b@gmail.com" target="_blank">allbery.b@gmail.com</a>                                  <a href="mailto:ballbery@sinenomine.net" target="_blank">ballbery@sinenomine.net</a></div>
<div>unix, openafs, kerberos, infrastructure, xmonad        <a href="http://sinenomine.net" target="_blank">http://sinenomine.net</a></div></div>
</div></div>