Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

PyramidTechnologies/Java-API-applet-sample

Repository files navigation

Java API Applet Example

This is a deprecated technology. Do not use Applets for new development.

Sample application utilizing the Pyramid Java API for Pyramid bill validators. With this API you can quickly configure your application to operate with a bill validator. This application shows RS-232 state transition and reports the denomination of accepted notes. It also demonstrates an application were you may sell access to service for a period of time. Time is added by inserting more money into the bill validator.

Requirements

  1. A supported bill validator
    • Apex 7000
    • Apex 5000
    • Trilogy requires RS-232 firmware
    • Curve require RS-232 firmware
  2. Communication Harness
  3. Your favorite Java editor (we use Netbeans because projects are easy to share)
  4. A copy of PTalk.jar

Setup

If you are using Netbeans, simply open the project and satisfy the PTalk and jsoup dependencies. You will then be able to run and debug the application.

If you are using Intellij, the project should import and handle all of the depency stuff for you via gradle.

Dependencies

If you prefer to handle your own depencies, here is what you will need

  1. The ptalk.jar file from this project (which itself include its bundled dependencies)
  2. jsoup 1.7.3
  3. (Already in PTalk) jSSC latest
  4. (Already in PTalk) Apache commons-collection 4.4+

Questions

Please let us know.

About

A sample applet that exercises the Pyramid serial API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published