On 4 June 2011 16:55, Mark Ellis <m...@mpellis.org.uk> wrote:
>
> Yes, get connector from svn, and look in scripts/, specifically at
> udev-synce-serial.in, from where it calls serial_start_device() in
> synceconnector.py.in

Hi Mark, Hi
Thanks to your hints, I think I'm *this* close to getting a PPP
connection working without SynCE, after some more digging into the
SynCE source code and on the intarweb. I found this page:
http://www.pocketpcfaq.com/wce/linux-serial.htm

Here is what I did so far ...
1. I created a chat script at /etc/ppp/cebox.chat, the content of which is:
TIMEOUT 3600
"CLIENT"    "CLIENT\c"
""        "SERVER\c"

2. I created a call script at /etc/ppp/peers/cebox, the content of which is:
/dev/ttyUSB0 115200 crtscts
connect '/usr/sbin/chat -v -f /etc/ppp/cebox.chat'
noauth
nodefaultroute
local
192.168.2.1:192.168.2.2
ms-dns 8.8.8.8

3. I then tried to make a connection by executing:
sudo pppd call cebox

When I did that, the Windows CE device responded, but then almost
immediately told me that it is unable to establish communication with
the desktop computer and that, due to a severe error (which it isn't
able to name - it gives me "%d" instead of a real error code), it is
unable to start the Winsock service.

Would you know what I'm missing?

Best Regards,
Kal Sze

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
SynCE-Devel mailing list
SynCE-Devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synce-devel

Reply via email to