When I said "write them to the serial port", I didn't mean "shove them out through some non-existent pins in a non-existent D-type connector". I meant, "write the data to wherever the kernel will pick it up as data coming in via the serial port if it's possible." I'm probably making a bunch of stupid assumptions in saying that, but if I knew all those answers, I wouldn't be asking the questions, right?

Your idea of linking the two implies that USB and serial ports share exactly the same protocol. I don't know if that's what you meant to imply, but - hell, I can't see any harm in trying it, so I'll give it a shot. At least it's a directions I hadn't thought about before. Thanks - I really appreciate that!


In reply to Re^2: USB to serial "coupler"? by Anonymous Monk
in thread USB to serial "coupler"? by Anonymous Monk

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.