Here's my new 'final' configuration: I have added batch commands to disable and enable the interface each time I dock the zaurus. To duplicate this, you will need "DevCon.exe" from here:
http://support.microsoft.com/?kbid=311272I didn't need a different Sharp ROM -- the intermittent tcp/ip over usb problems seem to be all on the Windows side. I've got the SL-5500 Sharp rom 3.13 connecting to Windows XP Pro SP2 via the Sharp stock cradle. Start by following the ZUG how-to.
Here's my new batch file:
echo Disabling the interface...
devcon disable SL*
echo Enabling the interface...
devcon enable SL*
ping 192.168.129.201
ping 192.168.129.201
"C:\Program Files\Sharp Zaurus 2\Intellisync for Zaurus\SLNetDlg.exe"
rm -r \\192.168.129.201\home\SD_Card\Documents\html
mkdir \\192.168.129.201\home\SD_Card\Documents\html
@rem sitescooper data transfers now...
xcopy /y /s tmp\txt\*.* \\192.168.129.201\home\SD_Card\Documents\html
move "D:\Data\your_userid_here\PodCasts\Thru the Bible\*.*" \\192.168.129.201\HOME\SD_Card\mp3
move "D:\Data\your_userid_here\PodCasts\Just Thinking (RZIM)\*.*" \\192.168.129.201\HOME\SD_Card\mp3
move "D:\Data\your_userid_here\PodCasts\Let My People Think (RZIM)\*.*" \\192.168.129.201\HOME\SD_Card\mp3
pause Disabling the interface...
devcon disable SL*
Notes:
- The only way I could figure out how to refer to the "SL Series..." driver was by the wildcard "SL*".
- The two pings give the interface enough time to start
- each MOVE command is supposed to be all on one line, but they got wrapped to two each when I previewed this post.
- I inserted the pause at the end to keep the inferface open in case I want to use VNC or 'samba' before finishing.
This is the first time this Zaurus syncing has worked reliably in the last two years. If you are getting frustrated with the Windows connectivity, try it!