in reply to SAS protocol
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:
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.$PortObj->baudrate(9600); $PortObj->parity("odd"); $PortObj->databits(8); $PortObj->stopbits(1);
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: SAS protocol
by MarSkv267 (Acolyte) on Jan 16, 2022 at 18:14 UTC | |
by marto (Cardinal) on Jan 17, 2022 at 09:11 UTC | |
by Marshall (Canon) on Jan 17, 2022 at 23:49 UTC |