Skip to content

Releases: Lanchon/Java-Fiscal-Device-API

v1.1.0

Choose a tag to compare

@Lanchon Lanchon released this 17 Jul 22:08

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

v1.1.0-alpha1 Pre-release
Pre-release

Choose a tag to compare

@Lanchon Lanchon released this 14 Jun 10:11

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

Choose a tag to compare

@Lanchon Lanchon released this 08 Jun 23:31

Original Jan-2004 release of the 2003 codebase.