Skip to content

v1.5: Improved Stability, new features

Latest

Choose a tag to compare

@ltrudu ltrudu released this 15 Dec 10:54

In this version, the selection of the port com has been removed since now the app auto-connect to the first found reader (99.9999% of the use cases use only one reader).

If the reader is disconnected or not available, the app will wait until it finds a reader to initialize.

The main interface has been modified, now there are no connect/disconnect buttons anymore, when a FXP20 is plugged, it gets automatically connected.

The MQTT behavior has changed too, now the app waits for a broker to be available and retry connecting to it if it gets disconnected or not available.

In the documentation history, you’ll find the new additions to the config.xml.

The add CR and add LF have been removed from the main gui and replaced by addCRLF and Add Environment.Newline.

Both are more compatible with Window, and the separate CR and LF were not useful since we only use this app on Window, so let’s use the line ending format of it, which is CRLF or Environment.Newline (recommended since it provides the best compatibility).

!!! IMPORTANT !!! On the previous versions I’ve inverted CR and CL making it not working on some systems (CR was sending LF and LF was sending CR, making CRLF becoming LFCR which was doing some issues on some systems).
In this version, it has been fixed.

The RemoveDuplicates tag is now global.
If you use key injection or clipboard paste with session 0, it ensures that during a reading session (between a start and a stop) a tag is only sent once to the target window.
This can be useful in some usecases.

Check the documentation history for new features.

Don't hesitate to open an issue in case of a problem.