Changelog
0.4
- Possibility to use with multiple devices (Dialog to choose from devices when multiple are connected)
- Possibility to DFU update device when multiple devices are connected (Dialog from which you can choose)
- Possibility to automatically update to latest version, Device > Firmware Update > Start > (Wait) > Update to latest
- Added support for firmware version 1.4.0.1
- Performance optimizations
- Updated to use new flexa registry for licenses
0.5
- Changed format of timestamps
- Support for multiple devices improved (especially with DFU update)
- Possiblity to control the relay from the Toolchest (Device > Relay OFF/ON)
- Support for CDC firmware (<2.0.0.5)
0.6
- Now supports displaying BUS RESET condition during sniffing
- Recognizes ERRORs during sniffing
- Possibility to analyze log files of third party programs (Will filter out only the lines with "x,")
- Support for firmware v2.0.0.6
0.8.0
- Added communication via Serial (CDC) driver
- When using Serial driver for communication with device the device is properly released after hitting "Disconnect" button
0.8.3
- Fixed error when firmware update crashed when no devices were connected
- Fixed continuing searching for Serial CDC devices when libusb throws Exception (win 2012 server issue)
- Added baudrate setup to Serial communication (115200 BAUD) which will enable to use USB-serial converters with PI Hats to operate with toolchest
Known caveats:
- When using libusb for communication with device device is not released after hitting "Disconnect" button, closing the app will solve this
0.8.4
- updated about page with new licenses
0.8.5
- added proper error handling and displaying it to user
- fixed error handling in dfu update
0.8.6
- changes to Serial communication code
0.8.7
- added response check to the coin changer, so it polls until it receives "Changer was Reset"
- changed coin changer POLL tries to 6
0.8.8
- huge performance improvement for AdvancedCommandScheduler and serial thread reader
- changed flags for serial connection, so usb-serial adapters can be used with PI hats
- changed serial device polling byte from '\0' to '\n'
0.9.0
- Native file chooser
- Mode settings moved from Edit to the main top menu
- Changes with logging
- Added separate colors for ACK in and ACK out
- Added log formatter
- csv logging support
- UI changes
- You can now set reference row by right clicking on it and selecting "Set reference point"
0.9.1
- Added "Data only" button, that will hide the POLL bloat.
0.9.2
- Added error catching when importing from log file
0.9.3
- Added additional checks for coin changer
0.9.4
- Supporting new bonusdata format
0.9.5
- Added recording limit to maximum of 1 milion messages, preventing heap overflows
0.9.6
- Added %rawDeltaT% and %deltaT% placeholders for logging
0.9.7
- Shrinked max message count to 250k
0.9.8
- Fixed logging problems
0.9.9
- Added unix timestamps to logs
- Fixed some bugs in logging