This repository was archived by the owner on Oct 6, 2024. It is now read-only.
Releases: DCS-Skunkworks/DCSBIOSBridge
Releases · DCS-Skunkworks/DCSBIOSBridge
Fix delay between sending of DCS-BIOS commands
This caused lagging. Default was 50ms, now 5ms.
This value can be changed under Options.
What's Changed
- #31 Lower delay between DCS-BIOS commands by @jdahlblom in #32
Full Changelog: v1.1.4...v.1.1.5
Small fix when sending DCS-BIOS commands
What's Changed
- Version bump, latest submodule by @jdahlblom in #29
- Small fix when sending DCS-BIOS commands by @jdahlblom in #30
Full Changelog: v1.1.3...v1.1.4
v1.1.3
Changed the way it works when sending commands to the DCS-BIOS library.
What's Changed
- Remove Channel and add ConcurrentQueue by @jdahlblom in #28
Full Changelog: v1.1.2...v1.1.3
Bugfix and small changes
- Fixed : DCS-BIOS command received from serial port showed on all serial ports in the GUI.
- Add link to set default settings for serial port.
Stability fixes.
What's Changed
- Stability improvements by @jdahlblom in #22
- Version bump by @jdahlblom in #23
- Port stability detection added and more by @jdahlblom in #24
- Added safe serial port by @jdahlblom in #25
- Port default setting changes by @jdahlblom in #26
Full Changelog: v1.0.8...v1.1.0
Add menu option for viewing name or VID&PID
What's Changed
- Add option for showing name or VID&PID for port by @jdahlblom in #21
Full Changelog: v1.0.7...v1.0.8
Minor changes
Serial port shows short info about the device but not for all devices. Depends where the information is located in the registry.
What's Changed
- Sort ports, add itemscontrol by @jdahlblom in #18
- Show hardware info for serial ports by @jdahlblom in #19
- Version bump by @jdahlblom in #20
Full Changelog: v1.0.6...v1.0.7
Dispose pattern improved
#15
Improved disposing of objects when application closes.
What's Changed
- Update README.md by @jdahlblom in #13
- Update README.md by @jdahlblom in #14
- Better Dispose by @jdahlblom in #16
- Add DCS-Skunkworks as company by @jdahlblom in #17
Full Changelog: v1.0.5...v1.0.6
GUI fixes
- Ask user when closing or opening a profile whether to discard unsaved changes.
- Ask user before removing disabled ports from profile
What's Changed
- Config window GUI changed slightly by @jdahlblom in #9
- Add submodules, remove assemblies by @jdahlblom in #10
- Script added to update submodules by @jdahlblom in #11
- Fix GUI, ask if changes about to be discarded when closing by @jdahlblom in #12
Full Changelog: v1.0.4...v1.0.5
GUI changes
Clearer GUI and handling of when ports appear / disappear.