Hi, a bit confused here
I've been trying to get either Kpilot or Jpilot to sync with my Palm Vx handheld. This cradle uses the serial port connection, not USB. Neither program works. Both give me error messages when the sync process on the palm gets to identifying user. My distro is Fedora Core 4.
Here's the Jpilot output:
Username is ""
User ID is -1079994272
lastSyncPC = 134821792
This PC = 1388059528
dlp_OpenConduit() failed
Sync canceled
Exiting with status SYNC_ERROR_OPEN_CONDUIT
Finished
And the Kpilot output:
08:36:21 Trying to open device /dev/ttyS0...
08:36:21 Device link ready.
08:36:43 Checking last PC...
08:36:43 Could not read user information from the Pilot. Perhaps you have a password set on the device?
08:36:43 The connection to the handheld was lost. Synchronization cannot continue.
08:36:43 HotSync Completed.
08:36:43 Next HotSync will be: HotSync. Please press the HotSync button.
Unfortunately, it isn't as easy as removing my password from the palm, because there isn't one.
I have both programs setup to look for the device on /dev/ttyS0.
Interestingly enough, I can, without any trouble use pilot-link from the command line to connect to the palm. For example:
Code:
$ pilot-addresses -p /dev/ttyS0 -w testaddress
worked just fine, writing a file called testaddress to my home directory.
To get pilot-link to work, I had to do this first:
Code:
# chown shane:uucp /dev/ttyS0
So where to now?
Thanks!