Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pine/felicacashingsystem
This is the electronic money system using the Sony/PaSoRi RC-S380.
https://github.com/pine/felicacashingsystem
Last synced: 26 days ago
JSON representation
This is the electronic money system using the Sony/PaSoRi RC-S380.
- Host: GitHub
- URL: https://github.com/pine/felicacashingsystem
- Owner: pine
- Created: 2014-05-16T06:37:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-20T19:07:22.000Z (almost 10 years ago)
- Last Synced: 2024-04-15T15:34:28.538Z (7 months ago)
- Language: C#
- Size: 881 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.mediawiki
Awesome Lists containing this project
README
= Felica Cashing System =
== About ==
Felica Cashing System はフェリカを用いた電子決済システムで、2013年から高知工科大学ロボット倶楽部で使用されています。このシステムでは、事前カードにチャージして支払うか、ツケとして後払いすることができます。Felica Cashing System is the electronic clearing system using the Felica and is used by Kochi University of Technology Robot Club since 2013. The system can refill money your card in advance and pay, otherwise pay later as credit.
このシステムはソニー製のフェリカリーダー「PaSoRi」をカードの読み取りに使用します。パソリは USB にて接続されており、C# から P/Invoke を使って Win32 API (PC/SC) を呼び出して利用します。
The system is used the Felica reader named PaSoRi made by Sony to read your card. PaSoRi is connected USB and it is invoked by Win32 API named PC/SC as P/Invoke from C#.
PaSoRi がカードを検出した場合、このシステムはすぐに決済ウィンドウを表示します。この時点で、キーボードとマウスを使って決済が可能です。このシステムはカードを読み込ませていない場合、使用出来ません。
If PaSoRi detect your card, the system view the payment window soon. At this point you can pay used by keyboard and mouse. You can't use the system if the system doesn't read card.
== Development environment ==
* Visual Studio 2013
* C# / .NET Framework 4 / Windows Forms
* SQLite== License ==
* The MIT License
* Copyright © 2013-2014 MIZUNE Pine.== Links ==
* [http://www.ugs.kochi-tech.ac.jp/robot/ Robot Club Official Site]
* [http://wikiwiki.jp/robotclub/ Robot Club Wiki]