Armada.li wrote:

> I can use palm desktop and conduit on Windows platform to synchronize
> between PC and Palm device.
> Now I want to do it on Linux platform.Who can give me a good solution?How
> do I develop it?
> Thanks.

I've used JPilot for years.  If you are a developer, you probably want
pilot-link too for quickly installing apps on a device.  In fact I even put
it in my makefile:

.PHONY install
install:
        export PILOTRATE=H115200 ; pilot-xfer --port /dev/pilot --install 
file.prc

Of course your device may be /dev/ttyS0 (for the first serial port)
or /dev/usb, or something else.  I just created a symbolic link in the /dev
directory from /dev/ttyS0 to /dev/pilot.



-- 
For information on using the Palm Developer Forums, or to unsubscribe, please 
see http://www.palmos.com/dev/support/forums/

Reply via email to