« Return to Thread: Character coding problem

Re: Character coding problem

by Chris Frey-2 :: Rate this Message:

Reply to Author | View in Thread

On Wed, May 13, 2009 at 02:22:51PM +0200, Patryk Cisek wrote:
> Can I somehow make proper character mappings for syncml plugin?
>
> Is there some kind very verbose (diagnostic) mode for multisync? Or maybe I
> can use some USB sniffer? What USB sniffer do OpenSync Devs use for
> debugging?

I don't know the answer to your charset question, but if you are interested
in USB sniffing, this document may be useful as general information:

http://repo.or.cz/w/barry.git?a=blob;f=doc/USB-capture.txt;h=3e39632bd92b7d51106ddd3e9ab5caad37a87e27;hb=e3324779769a01894f86d9c16f55c82f9493dda8

See also usbmon:

http://www.mjmwired.net/kernel/Documentation/usb/usbmon.txt

Opensync also supports very verbose logging of its internal behaviour
if you set the following environment variables;

        export OSYNC_TRACE=/path/to/some/empty/directory
        export OSYNC_NOPRIVACY=1

These logs don't go to the USB level though.  But you may be able to see
the flow of data through the plugins and engine, and see where the charset
problem occurs.  I'd start here.

- Chris


------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Opensync-users mailing list
Opensync-users@...
https://lists.sourceforge.net/lists/listinfo/opensync-users

 « Return to Thread: Character coding problem