My guess is that you are talking about IGT's proprietary SAS - Slot Accounting System - protocol for casino gaming machines. Of course it is better if you volunteer this info up front so that we don't have to guess at all.

It looks to me like these guys are pretty tight lipped about the details of the protocol. A gaming machine manufacturer has to sign some form of NDA (Non Disclosure Agreement). That wouldn't happen if this was a "open" protocol. Anyway, I have no clue about any details of this protocol. Where did you get this SAS documentation?

I am hoping that you have some 2nd hand machine that was bought on the open market and you want to play with it. I would contact the manufacturer of that machine and see what help they can give you (if any).

parity adjustment seems straight forward:
From the docs:

$PortObj->baudrate(9600); $PortObj->parity("odd"); $PortObj->databits(8); $PortObj->stopbits(1);
Of course Wiki for Serial Ports will get you up to speed on the lingo. Parity is probably "odd" or "even". I doubt "none" or "mark" or "space" would be used in an app like this.

update: Read IGT's doc above. It talks about GSA (Gaming Standards Association) and their adoption of this protocol as a standard. I leave searching around on the net for documentation to you - I don't think anybody here cares - that should be part of your work.


In reply to Re: SAS protocol by Marshall
in thread SAS protocol by MarSkv267

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.