Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yellowberryhn/lilyconsole
A library to interface with the WACCA Console, WIP, use at your own risk.
https://github.com/yellowberryhn/lilyconsole
Last synced: about 2 months ago
JSON representation
A library to interface with the WACCA Console, WIP, use at your own risk.
- Host: GitHub
- URL: https://github.com/yellowberryhn/lilyconsole
- Owner: yellowberryHN
- License: mit
- Created: 2023-12-04T16:46:51.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-27T05:52:37.000Z (3 months ago)
- Last Synced: 2024-10-27T06:45:06.958Z (3 months ago)
- Language: C#
- Homepage:
- Size: 67.4 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LilyConsole
A C# library to interface with the various hardware of a WACCA cabinet.## Hardware Support
- [X] Serial
- [X] Card Reader (COM1)
- [X] Panel VFD (COM2)
- [X] Console Touch (COM3/4)
- [X] FTDI Interface
- [X] Console Lights
- [ ] IO4
- [ ] Panel Lights
- [ ] Volume/Test/Service Buttons
- [ ] Coin Sensor
- [ ] Coin Blocker## Feature Grid
| | .NET Framework 4.5.2 | .NET 6.0 (Godot) | .NET Standard 2.1 (Unity) |
|:------------------:|:--------------------:|:----------------:|:-------------------------:|
| **Console Touch** | ✅ | ❓ | ❓ |
| **Console Lights** | ✅ | ❓ | ❓ |
| **Card Reader** | ✅ | ❓ | ❓ |
| **VFD** | ✅ | ❓ | ❓ |
| **IO4 Functions** | ❌ | ❌ | ❌ |## Examples
***Coming soon!***
## Attributions
Thank you to everyone that has helped out in making this a reality. Here are people in no particular order.
- [Akasaka](https://github.com/vladkorotnev) - Explaining and providing documentation for the VFD protocol
- [cg505](https://github.com/cg505) - Providing code and assistance with lighting
- [Yosh](https://github.com/yoshakami) - Testing the library and reporting issues
- [FizzyApple12](https://github.com/FizzyApple12), [BlackDragon-B](https://github.com/BlackDragon-B) - Reversing and documenting the touch protocol
- [mv1f](https://github.com/mv1f), [Sucareto](https://github.com/Sucareto), [whowechina](https://github.com/whowechina) - Documenting and implementing the Aime reader protocol, in various directions
- [Bottersnike](https://github.com/Bottersnike) - Documenting the AmuseIC code generation process