Jump to content

Msiipola

Members
  • Posts

    39
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I want to set up a firewall, excluding everything but the Moving Map Internet requirements. What url:s must the firewall let through?
  2. How about a touch screen on Windows? If you have a hdmi-screen for windows, which has touch screen functions, will these work in the windows app, like how it works in Andorid?
  3. I'm not sure that much of the common troubles are due to software, but rather hardware. For example I bought a USB-hub which I installed in series with an other usb-hub. The idea was to have shorter usb cables to a group of arduino boards. But the setup did never function flawless. Sometimes the communication did work some time after start up, but then suddenly one of the com-channels stopped. After I removed the second hub, and instead installed long usb cables (5 meters) from the first hub, the usb-serial communication is stable. I have no idea why the second hub did not function properly. It was a cheap none-name hub , but modern model specified for usb 2.0 I recommend you only use high quality usb hubs and cables. Even if they costs more.
  4. Check that your virus protection doesn't stop the app. I had to add the DCD binary file to the non-block-list in my virus protection (F-secure).
  5. DCS doesn't start after the updater have executed. dcs.log EDIT: I found the solution! My antivirus F-secure blocked the DCS-mt-binary. Probably this hasn't been the file executed before, because the none-mt binary was in the F-secure not-to-block applications, but not the mt-bin variant. After adding this to the not-to-block applications, the DCS started without problems.
  6. DCS doesn't start after after AJS37 update ( Patch Feb 22nd 2024). The DCS link points at the updater, in my case "E:\DCS\DCS World OpenBeta\bin\DCS_updater.exe". Normally the DCS starts after an update but not now. The logs shows: Command line: "E:\DCS\DCS World OpenBeta\bin-mt\DCS.exe" If I try to execute this from a CMD-window, DCS does NOT start. But if I instead try "E:\DCS\DCS World OpenBeta\bin\DCS.exe", it's ok. What's the difference between these two? And why doesn't the updater start DCS? Which it always have done in previous updates.
  7. The update was installed, but the game doesn't start after this. I have reboot with no luck. Where to start debugging this? Last lines of log file: 00263.654 INFO : MKDIR E:\DCS\DCS World OpenBeta\Mods/aircraft/AJS37/bin/ 00263.655 INFO : INSTALL Mods/aircraft/AJS37/bin/AJS37-Avionics.dll 00263.655 INFO : INSTALL Mods/aircraft/AJS37/bin/AJS37.dll 00263.656 INFO : RMDIR E:\DCS\DCS World OpenBeta\_downloads\Mods/aircraft/AJS37/bin/ 00263.656 INFO : RMDIR E:\DCS\DCS World OpenBeta\_downloads\Mods/aircraft/AJS37/ 00263.656 INFO : RMDIR E:\DCS\DCS World OpenBeta\_downloads\Mods/aircraft/ 00263.656 INFO : RMDIR E:\DCS\DCS World OpenBeta\_downloads\Mods/ 00263.656 INFO : Installed 4275 files. 00263.675 STATUS: Installing runtimes... 00263.892 STATUS: Cleaning up... 00263.896 STATUS: Cleaning up... 00264.039 STATUS: Successfully updated to 2.9.3.51704 00329.510 === Log closed. EDIT: I found if I start DCS by executing the DCS-binary (...\DCS World OpenBeta\bin\DCS.exe) the game starts. But not if I execute the DCS_updater.exe. Previouse updates have always started DCS after any update was installed and finished.
  8. You should not need to activate both connect-serial-port.cmd and multiple-com-ports.cmd. But you must include in the multiple-com-ports.cmd all ports you want to use (edit the file). If you use both, the multiple-com-ports.cmd must not include the port which is activated with the connect-serial-port.cmd.
  9. We need more information about your setup and hardware. What variable in the control-reference.html file are you trying to use?
  10. Have you checked the UhfFrequency variable (newValue) is changing with BORT?
  11. " Is there a way to automatically connect the com ports?" I start the script on boot time of my PC. Google how to do it, if you don't know. Remember to edit multi-com-ports.cmd by adding all you com ports to it. If you have problems with the communication, use the serial-com-script and start they manually one by one.
  12. On page https://github.com/DCS-Skunkworks/Bort select 'Latest' in the right column under 'Releases.' Scroll down the page and to 'Assets'. Download bort-0.2.4.Setup.exe. (Or a newer version if it exists). Start BORT by clicking the setup-exe file. No installation is necessary.
  13. There is no special with shift registers connected to DCS-BIOS. First you should buy or build the shift register HW The number of circuits depends on how many Dig-OUT you need. With one 74HC165 you have 8 outputs. I assume you use a Arduino board you need to write and test a stand-alone program first, before connection to DCS-BIOS. Writing the program from scratch is easy or hard depending on your skills. Examples of programs/sketches: https://www.best-microcontroller-projects.com/74hc595.html
  14. All information about DCS-BIOS are available at https://github.com/DCS-Skunkworks
×
×
  • Create New...