To get some better help, you should include some details. Like is it controlled by another app?? Is controled by serial port?? Is it network (ip based) controlled?

Some other helpful hints (from when I researched IXO/TAP protocol to write an app several years ago):
  • Check the manufacture's web site for an API or perl module. Call the manufacturer, engineers (SW and HW) are generally very helpful people.
  • Google, PM Super Search, and search CPAN

    If these produce nothing you will most likely have to find a working app and reverse engineer the protocol used to communicate with it. Lucky for me I found IXO/TAP was a very simple protocol, if I had to reverse engineer it (but I did not, altavista turned up many resources)

    some perl modules you might find helpful:
  • Astro::Coord
  • Device::SerialPort
  • Win32::SerialPort

    grep
    grep> cd pub grep> more beer

    In reply to Re: Using Perl for Motor Control by grep
    in thread Using Perl for Motor Control by bhoffmaster

    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.