Releases: Lanchon/Java-Fiscal-Device-API
Releases · Lanchon/Java-Fiscal-Device-API
v1.1.0
v1.1.0-alpha1
WARNING: I no longer have access to fiscal devices, and thus this pre-release is completely untested. Please test and report.
Changes:
- Added
RXTXFiscalPortwith 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
FiscalPortinterface. - Helpers for baud rate auto-detection and switching in the util package now work over any port implementation.
- Added
LoggerFiscalPortSource, aLoggerFiscalPortfactory. - Added a port source property to the
FiscalDeviceSourceinterface. - Updated the sample with optional comm-level logging.
- Ported the project to Gradle.