Difference between revisions of "Coin counter"

From Fixme.ch
Jump to: navigation, search
Line 5: Line 5:
 
Yes this coin counter
 
Yes this coin counter
 
[[File:IMAG01332.jpg|700px]]
 
[[File:IMAG01332.jpg|700px]]
= Results =
+
== Goal ==
 +
* Find a way to communicate with the coin counter
 +
* Implement a coin counter with the resulted protocol
 +
 
 +
== Results ==
 
So far I have found that those coin counter use ccTalk (http://en.wikipedia.org/wiki/CcTalk).
 
So far I have found that those coin counter use ccTalk (http://en.wikipedia.org/wiki/CcTalk).
 
It seems to work with 12 Vcc and ground. The solenoid react to the coin drop
 
It seems to work with 12 Vcc and ground. The solenoid react to the coin drop
Line 11: Line 15:
 
[[IMAG0134.jpg|600px]]
 
[[IMAG0134.jpg|600px]]
 
According to [[User:eric-st]], a simple serial to usb converter with a converter for the TX and RX on a single cable should be enough.
 
According to [[User:eric-st]], a simple serial to usb converter with a converter for the TX and RX on a single cable should be enough.
= Built-in Modules =
 
* Interesting modules: awaynick, away, savebuff, buffextras, ...
 
 
= Liens =
 
* ZNC Bouncer: http://wiki.znc.in
 
* C++ Modules: http://wiki.znc.in/Writing_modules
 
* Module docs: http://people.znc.in/~psychon/znc/doc/classCModule.html
 

Revision as of 00:38, 12 May 2012


Description

Give a proper description of the two coin we have, find out how the communicate Yes this coin counter IMAG01332.jpg

Goal

  • Find a way to communicate with the coin counter
  • Implement a coin counter with the resulted protocol

Results

So far I have found that those coin counter use ccTalk (http://en.wikipedia.org/wiki/CcTalk). It seems to work with 12 Vcc and ground. The solenoid react to the coin drop Some photo of the connectors : 600px According to User:eric-st, a simple serial to usb converter with a converter for the TX and RX on a single cable should be enough.