in reply to Re: SAS protocol
in thread SAS protocol
I did several Raspberry Pi projects and one of them is establishing communication with an ancient slot machine (1995). I've found "documentation" about SAS on one of websites for Raspberry Pi (or Arduino): is a 10 lines code snippet in C++, one of lines is serialPort1.Parity = Parity.Mark; and there's another line with parity which is not "odd" or "even". I'm trying to translate that to Perl script with GUI.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: SAS protocol
by marto (Cardinal) on Jan 17, 2022 at 09:11 UTC | |
|
Re^3: SAS protocol
by Marshall (Canon) on Jan 17, 2022 at 23:49 UTC |