I've looked in the direction of doing that myself as well, but there are some ugly problems, as the connection is not exported as a "drive" per se, but as an Explorer Namespace Extension. You will find that your PDA is visible in the Explorer not as a drive (letter) but as something separate, and that (in most cases) the behaviour when copying files is different from the standard behaviour, as it is programmed by the implementors of the PDA driver.

The direction you need to go is to create a (pure) COM interface to IShellFolder and/or IShellBrowser, which will mean some C or C++ wrapping and much reading of the MSDN documentation. If you are lucky, you can grab whatever communication your PDA tools do, by installing a wrapping USB sniffer, or by looking at the locally cached files.


In reply to Re: Accessing PDA in cradle from Windows by Corion
in thread Accessing PDA in cradle from Windows by traveler

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.