No I am not wrong. There are even more problems besides the voltage/current interface issues. These DSR/RTS signals, etc... How the USB driver "simulating the RS232 port" deals with that. The problems like I said, are legion...

My recommendation is to buy a RS-232 card and plug it in!
That is the simple answer.
get more complex only if you have to.

Update:
These USB<->RS-232 things work well when the flow control is X-ON/X-OFF. They do not work well when the "extra" RS-2332 lines like "DATA-SET-READY" (DSR) are used for flow control (or other out of band signaling ). I believe that to be true and have seen it. If there is just "in-band" signaling, like X-ON/X-OFF, everybody is happy. Once we get into the realm where the hardware flow control is "out of band", trouble starts. Sometimes these signals aren't even used for hardware flow control and are used for other signaling purposes. The USB thing often just "augers into the ground". It does work for X-ON/X-OFF and I'm not saying that it doesn't.

I stand by my recommendation of buying a card that will come with software drivers and only cost $30!
If the device only needs in-band signaling X-ON,X-OFF, then buy the cheapest USB<->RS232 thing that you can!


In reply to Re^3: Win32::SerialPort v. New computers by Marshall
in thread Win32::SerialPort v. New computers by hennesse

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.