[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[coldsync-hackers] Re: help getting started (solved)



begin p <p> 
> I'm trying to use coldsync under Debian Woody with a Handspring USB
> Visor.


I *think* the problem is solved.   I changed my .coldsyncrc from:
 
>       pda {
>          snum: "*Visor*-G";
>          username: "p";
>          userid: 21296;
>       }

to:

   listen serial {
      device: /dev/palm;
      speed: 9600;
   }
   
   pda "My Palm" {
      snum: "*Visor*";
      directory: "/tmp/visor";
      username: "p";
      userid: 21296;
      default;
   }

and it appears to be syncing.  I'm not sure which change did the trick.
I'm thinking it was the "snum" line.  The man pages claimed that snum
for a Visor should be "*Visor*" as opposed to "*Visor*-G" as recommended
by coldsync.

Pete

-- 
This message was sent through the coldsync-hackers mailing list.  To remove
yourself from this mailing list, send a message to majordomo@thedotin.net
with the words "unsubscribe coldsync-hackers" in the message body.  For more
information on Coldsync, send mail to coldsync-hackers-owner@thedotin.net.