Shawn Koons wrote:
> 
> Hello,
> 
> I have read the HowTo and much other documentation but cannot get the
> path correct so I can HotSync.
> 
> Maybe I messed up by using cua0 instead of ttyS0 when I linked the
> device file.
> 
> First I tried I  tried  as per the howto:
> 
>         ln /dev/cua0 /dev/pilot
> 
> until I realized that the port I use for my modem (serial port 1  (in
> windoze parlance) is ttys.
> 
> I  then tried:
> 
>         ln /dev/ttys1 /dev/pilot
> 
> and
> 
>         ln /dev/ttys0 /dev/pilot
> 
> but received in both instances the message:
> 
>         ln: /dev/pilot: File exists
> 

   rm /dev/pilot and then ln -s /dev/ttysX /dev/pilot

   Alternately you can set the env variable PILOTPORT
   to /dev/ttysX


   Regards,
   Arno
_______________________________________________
Pilot-unix mailing list
[EMAIL PROTECTED]
http://hcirisc.cs.binghamton.edu/mailman/listinfo/pilot-unix

Reply via email to