Skip to content

Releases: Lanchon/Java-Fiscal-Device-API

v1.1.0

17 Jul 22:08

Choose a tag to compare

Version bump but no changes since v1.1.0-alpha1.

Support for alternative serial port drivers tested by @jotapdiez.
Muchas gracias!!!

v1.1.0-alpha1

14 Jun 10:11

Choose a tag to compare

v1.1.0-alpha1 Pre-release
Pre-release

WARNING: I no longer have access to fiscal devices, and thus this pre-release is completely untested. Please test and report.

Changes:

  • Added RXTXFiscalPort with support for two serial port drivers, RXTX and nrjavaserial, as alternatives to Sun's partially deprecated javax.comm. (RXTX is known to have issues, especially the old 'stable' release, so nrjavaserial might be a better bet.)
  • Added baud rate control to the FiscalPort interface.
  • Helpers for baud rate auto-detection and switching in the util package now work over any port implementation.
  • Added LoggerFiscalPortSource, a LoggerFiscalPort factory.
  • Added a port source property to the FiscalDeviceSource interface.
  • Updated the sample with optional comm-level logging.
  • Ported the project to Gradle.

v1.0

08 Jun 23:31

Choose a tag to compare

Original Jan-2004 release of the 2003 codebase.