Questions tagged [cctalk]

Questions about ccTalk, a serial protocol

ccTalk (pronounced see-see-talk) is a serial protocol in widespread use throughout the money transaction industry.

https://en.wikipedia.org/wiki/CcTalk

7 questions
4
votes
0 answers

Delphi cctalk protocol to implement a coin acceptor

I want to integrate a coin acceptor into my Delphi 7 Application. This specific coin acceptor uses the ccTalk protocol. I've been looking for a ccTalk library which I can use from delphi. Any of you guys know of any ccTalk libraries out…
user817057
  • 127
  • 1
  • 11
1
vote
1 answer

ccTalk coin acceptor no reaction when coin inserted

I write Linux application that is supposed to handle coins insertations (let's say that for now I need to recognize in application what coin has been inserted). I use SCA1 Coin Acceptor (ICT). I need to make it work with polish coins (currency -…
smg628
  • 179
  • 1
  • 5
1
vote
1 answer

Serial port Write and read event not subscribing/ not reading serial port

I have been trying to send and read commands using the serial port COM4 which is already configured using this code, it is connected to a bill acceptor device im using an event to suscribe whenever the device sends an answer however when debbuging…
GoatZero
  • 219
  • 2
  • 14
1
vote
1 answer

C# function equivalent to CCtalk protocol

Im looking fordward to integrate a coin acceptor into one of our divices. This specific coin acceptor CF7000 uses the ccTalk protocol I've been working with the default libraries provided from the supplier which I can use in C#, however i want to…
GoatZero
  • 219
  • 2
  • 14
0
votes
1 answer

Implement Coin Acceptor application for android

I want to implement Coin Acceptor application for Android using ccTalk. But my Coin Acceptor doesn't accept the coin. I tried it on windows and it worked but on Android it doesn't override fun onCreate(savedInstanceState: Bundle?) { …
0
votes
1 answer

How to read serial port until timeout right after write to it?

I need to write and read data from serial port to my device. I've test certain approach where at first, I'm receiving the data using SerialDataReceivedEventArgs and I feel it is hard to read the port where I need to define the command that send…
Luiey
  • 843
  • 2
  • 23
  • 50
0
votes
1 answer

ccTalk Library Nodejs/Javascript / Use a C# Library in Nodejs

I'm searching for a ccTalk library for nodejs. I only found an abandoned one. An alternative might be to use a non javascript library like this one and compile it for nodejs https://code.google.com/archive/p/cctalk-net/ I found this for usage non…
Andi Giga
  • 3,744
  • 9
  • 38
  • 68