The "serial" bit of RS-232 serial only requires two wires as described. The RS-232 bit is a standard that describes a wiring interface that was used between computers and modems and has been hijacked for virtually anything you can think of since.

The standard specifies wiring and connectors that provide various handshake and status signalling to allow communication management in the original context for which it was designed. For the vast majority of applications derivitaves of RS-232 are used for now the handshaking ans status are almost completely irrelevant. For your application it has degenerated to a single direction signal that only requires two wires.

The reason you can find nothing on two wire RS-232 is because there is no such animal. However, to use your transducer you can find a wiring diagram for the 9 pin connector often used for serial ports these days and connect signal to the serial in line on the connector. Common of course goes to common. Once you have done that you can use your serial modules to configure the port according to the specification you already have (8 bits,one stop, one start, 1200 baud), make sure you turn off handshake, and away you go.


DWIM is Perl's answer to Gödel

In reply to Re: (OT) How to read a 2-Wire RS-232-C line? by GrandFather
in thread (OT) How to read a 2-Wire RS-232-C line? by aplonis

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.