Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Any ccTalk libraries available? [closed]

Tags:

c#

I want to integrate a coin acceptor into one of our applications. This specific coin acceptor uses the ccTalk protocol (specs here).

I've been looking for a ccTalk library which I can use from C#, but until this point I've only found this open source project which seems not quite ready, and abandoned.

Any of you guys know of any ccTalk libraries out there? I can't believe this hasn't been done before. It doesn't necessarily has to be free.

like image 436
fretje Avatar asked Apr 27 '10 14:04

fretje


2 Answers

Have you looked at cctalk-net? It's a rewrite of libcctalk and has been worked on up to August 2011 this year. It does not support everything in ccTalk but might just support enough for your needs.

like image 161
Johannes Kommer Avatar answered Sep 22 '22 19:09

Johannes Kommer


I managed to come up with a solution based on the aforementioned cctalk-net project.

I hosted my project on github: https://github.com/Hitman666/nbCcTalkCoinAcceptor so I hope it will help someone. I made a full fledged documentation for an easy start (which can't be said for cctalk-net project).

like image 42
Nikola Avatar answered Sep 21 '22 19:09

Nikola