Shalom ( = 'hi' in hebrew),

My name is Eran Benjamin, I am a student in the technion university in Haifa, Israel.

I am trying to create a system which combine a pc and a speech recogntion device that is connected to the pc (based Win98 OS), the connection is done through the SerialPort (COM1 or COM2).

I have folowed the instruction of Bill Birthisel as presented at: http://members.aol.com/Bbirthisel/alpha.html thus I have download the Win32-SerialPort-0.19.tar.gz he present there.

THE PROBLEM is that when I try to run the tests given in the directory, The perl 'shouts' that it looks for a module:

Win32:API.

Bill refer to that in his README.txt but the link to the missing API file he gives, doesn't exist anymore.

QUESTIONS:

1. Do you have a better solution than the one Mr.Birthisel offers? If you do, please let me know.

If you don't:

2. Do the Win32 fit to deal with Windows98 OS?

3. Where can I find the missing API module?

The issue is urgent for me, please reply asap.

Thanks in advence,

Benjamin.

Updated Steve_p - fixed formatting and made link clickable


In reply to Using the Serial Port by eran_benjamin

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.