-
Notifications
You must be signed in to change notification settings - Fork 2
Release 1.1.1
Martin edited this page Nov 2, 2020
·
1 revision
Support for the POSPower device class has been added. A sample service that uses the Win32 kernel function GetSystemPowerStatus and shutdown.exe is available. It simulate a POSPower device on Windows laptop or tablet computers.
A UDP processor class designed especially for UDP clients has been added. The UDP IO processor has been completely rewritten and is working now.
A sample cash drawer device that can be used to test UDP IO processors has been added.
The (inline) documentation of sample device services will contain much more useful information. At least, all configuration opportunities will be described.
The following corrections and enhancements have been made:
- A bug within the setter for the PowerNotify property has been corrected. It is no longer allowed to activate power reporting whenever CapPowerReporting is PR_NONE.
- Startup handling in SampleCombiSpecial has been corrected to allow correct power state reporting.
- Minor clarifications and corrections in JavaDoc for SyncObject and IOProcessor classes.
- Support for baud rate 2400 added to SerialIOProcessor and all SerialIOAdapter implementations that support 2400 baud. For JnaLinuxSerial, a new property BD2400 can be set in the property file if its value should not be 2400. Keep in mind that the adapter for jSSC does not support 2400 baud.
- Validity checks for Jpos.xml-properties JournalMaxSize and JournalLowSize have been corrected in SampleCAT.
- Jpos.xml-property UsbToSerial has been removed due to missing support for specific USB-to-serial handling in the device implementation.
- Jpos.xml-property Baudrate has been added to SampleScale to support real scale dialog 02. The default (4800 baud / dialog 04) has not been changed.
- Jpos.xml-property LoggingType will be set correctly in SampleCombiDevice and SampleCombiSpecial.